Plain Text Editor via Data URL

Thomas Mak wrote at 2019-01-14.

#data-url

I would like to have a browser based plain-text editor for quick input anywhere. I use the data URL approach:

Preview

Now I can bookmark this URL so that I can quickly launch an editor to write.

I can even write a JavaScript in URL to auto save the content back to the URL:

Then, I create a short URL to redirect to this Data URL: http://mak.la/note.

Comments

no comments yet.