DashMachine icon indicating copy to clipboard operation
DashMachine copied to clipboard

Urls with %20 don't work

Open SlowLogicBoy opened this issue 4 years ago • 0 comments

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

SlowLogicBoy avatar Mar 23 '20 06:03 SlowLogicBoy