On 2021-11-06 07:14, BPJ wrote:
> Den fre 5 nov. 2021 01:45Philip Rhoades <
ph...@pricom.com.au> 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).
be quite useful for me too . .