-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cross-file tag linking #13
Comments
I wanted to add some way to handle unresolved references so plugin's documentation could link to Vim's documentation at https://vimhelp.org/. This seems related to inter-file linking in that the tool needs to know which URL to use for which tag. If all files are in the same directory, then the |
I mean if we're going for |
That's the default, but you can always rename the file afterward or pass |
Nice tool! I am writing this because it would help me use this in the future but it is not by any means something I absolutely need. Just a nice-to-have/idea.
Say I have two files,
a.txt
andb.txt
:If I generate HTML from
a.txt
andb.txt
, unfortunately the link toa.txt
's{myAlink}
fromb.txt
links to the file it's in (b.txt
) and vice-versa.It would be nice if this tool supported inter-file linking.
The text was updated successfully, but these errors were encountered: