jstrieb / urlpages

Create and view web pages stored entirely in the URL
http://jstrieb.github.io/urlpages
MIT License
1.37k stars 127 forks source link

History is wrecked #2

Open lol768 opened 5 years ago

lol768 commented 5 years ago

Can you use history.replaceState so the browser history doesn't get filled with spam after each keystroke in the editor? :)

lol768 commented 5 years ago

https://github.com/jstrieb/urlpages/blob/562416439512a7f7b13812a37356ac3cbcd1ca3e/editor/editor.js#L118

history.replaceState({}, "", "/urlpages/editor/#" + window.btoa(JSON.stringify(data)));
lodenrogue commented 5 years ago

Great idea. Can you make a PR with that change?