skeeto / impatient-mode

Impatient html mode. See your changes in the browser as you type
215 stars 19 forks source link

Allow slash in buffer name #38

Open cole-brown opened 11 months ago

cole-brown commented 11 months ago

I have buffer names like:

These buffers could not be displayed by impatient-mode due to how the buffer name was passed around in the URL. This fixes the encoding/decoding/parsing of the URL to allow for such buffer names.

liuyinz commented 2 months ago

Thanks to your fix ! I think https://github.com/skeeto/impatient-mode/issues/18 is related to this bug. @skeeto