You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 +.
The text was updated successfully, but these errors were encountered:
In Logseq you can create a Wiki link like
[[Food/Pizza]]
which creates a file:Food%2FPizza.md
or[[Food: Pizza]]
which creates the fileFood%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
+
.The text was updated successfully, but these errors were encountered: