DashMachine
DashMachine copied to clipboard
Urls with %20 don't work
Doesn't work:
[MyUrl]
prefix = https://
url = example.com/my%20path
open_in = new_tab
groups = public
tags = MyTag
Workaround:
[MyUrl]
prefix = https://
url = example.com/my path
open_in = new_tab
groups = public
tags = MyTag