Open
Description
Moved from nativescript-vue/nativescript-vue#85
We will have a lot of code examples in the docs, it would be really nice if all the vue specific syntax would get converted into a clickable link, which would bring up a modal containing official docs about that specific feature.
Example
<Button @tap="doSomething"/>
The @tap
part would become a clickable link, which would bring up https://vuejs.org/v2/guide/events.html
Or
<Label v-if="showHello" text="Hello"
v-if="showHello"
would become clickable and open https://vuejs.org/v2/guide/conditional.html#v-if
This needs some tinkering to get it right, but I feel like this would make learning nativescript-vue a whole lot easier for newcomers.