Waypoint icon indicating copy to clipboard operation
Waypoint copied to clipboard

If a backquote is in file name the index is corrupted

Open pcause opened this issue 2 years ago • 1 comments

I suspect this is true for other special characters, but I had a file that somehow has a backquote {`) in it. Waypoint just used the filename and hence all the names after that in the folderindex were not clickable. Perhaps you should strip out (regex you create and allow user to voerride), or in the index you correct this by using the URL type escape (%xx) or something

pcause avatar Feb 14 '23 15:02 pcause

You should consider not using these characters in file names. It may break more fundamental things in the future than a single plugin's functionality.

manihindrich avatar Jun 25 '24 07:06 manihindrich