Interesting approach (encoding and persisting the content in the URL)
A simple #note taking toll in your browser can you host yourself. No servers. No cookies.
@davidbisset You saw that I did this with a Scrabble game, right?
Interesting how people have been playing with this idea.
@davidbisset very interesting, but I can’t figure out why this is written in Ruby. It seems like a great case for plain HTML & JS so it could be hosted on any static site host rather than needing server rendering.
I’d also be concerned about browsers’ history syncing not being held to the same security stands as, say, file/password syncing, so I wouldn’t use it for anything private. Only mentioned because the README talks about syncing.
Nonetheless, it’s a fascinating approach.