-
Notifications
You must be signed in to change notification settings - Fork 66
Support for Asciidoc style of links #109
Description
Hi!
First of all, thanks for the great plugin! I use it daily for working with my personal notes and it really is a missing glue which ties things together.
I'd like to know if you're interested in merging support for other styles of links. I'm a big fan of Asciidoc and Asciidoctor so no wonder that links which wiki.vim generates (both md and wiki link styles) don't fit because other tools don't recognize them as correct Asciidoc links.
Asciidoctor supports inter-document cross references which look like this:
<<file.adoc#,title>>
They're documented in Asciidoctor's user manual, on Github and forums:
- https://asciidoctor.org/docs/user-manual/#inter-document-cross-references
- Allow path for inter-document cross reference (xref) to begin with path segment asciidoctor/asciidoctor#844
- https://discuss.asciidoctor.org/Relative-InterDocument-Cross-References-one-level-up-td3006.html#a3010
As I said, I have already coded the necessary part and keep it in a private git repo, so it's only the question if you're interested in including it in upstream. If so, I'll gladly send a PR.
Thanks in advance,
MG