Den fre 5 nov. 2021 01:45Philip Rhoades <[email protected]> skrev: > BPJ, > > > On 2021-11-04 21:39, BPJ wrote: > >> And also VimWiki ! > > > > I edit most text with VimWiki in Markdown mode, which allows very easy > > jumping inside sets of related files. > > > Not sure what you mean there - can you elaborate? - it sounds > interesting! >
Vimwiki supports Markdown as alternative syntax and has commands for jumping/splitting/tabbing to the location pointed to by the link under the cursor which I use to jump between Md files in the same directory, combined with a Pandoc filter which changes .md extensions in local URLs to the extension of the current output format, so that in the .md files I write a link like [configuration](configuration.md) so that while editing I can jump to configuration.md when over the link, and when I convert the files with pandoc the file extension of the target is changed to .html or .pdf (or whatever). /bpj > P. > -- > Philip Rhoades > > PO Box 896 > Cowra NSW 2794 > Australia > E-mail: [email protected] > -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CADAJKhDOC4KiNRLxTU7fwUDdH4hiuOLtnfjJ%2Bas%3DkgZ%2Bb%3DOcpg%40mail.gmail.com.
