lewish / asciiflow

ASCIIFlow
https://asciiflow.com
MIT License
4.64k stars 357 forks source link

Encode spaces in filenames as + plus characters in the local storage URLs #239

Open porg opened 2 years ago

porg commented 2 years ago

Please change the escape character for space to the "+" (plus) character instead of currently "%20" (percent 20).

How URL escaping works in the web app as of 2022-05-27

Input     URL Outcome

x file 1  https://asciiflow.com/#/local/x%20file%201
x_file_2  https://asciiflow.com/#/local/x_file_2
x-file-3  https://asciiflow.com/#/local/x-file-3
x+y+z     https://asciiflow.com/#/local/x%2By%2Bz