marksman
marksman copied to clipboard
Support Logseq hierarchical files and ':' in Wiki links
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 +.