artempyanykh / marksman

Write Markdown with code assist and intelligence in the comfort of your favourite editor.
MIT License
2.07k stars 35 forks source link

Support Logseq hierarchical files and ':' in Wiki links #322

Open uri opened 4 months ago

uri commented 4 months ago

In Logseq you can create a Wiki link like [[Food/Pizza]] which creates a file: Food%2FPizza.md or [[Food: Pizza]] which creates the file Food%3A Pizza.md. Would it be possible to support these styles in the form of a new config option?

It seems like it's not purely a form of URL-encoding as it doesn't encode spaces to +.