Skip to content

Instantly share code, notes, and snippets.

@ddeveloperr
Created November 23, 2017 07:54
Show Gist options
  • Select an option

  • Save ddeveloperr/47318b71dc18d77cd7821f899b5e0719 to your computer and use it in GitHub Desktop.

Select an option

Save ddeveloperr/47318b71dc18d77cd7821f899b5e0719 to your computer and use it in GitHub Desktop.
Turn Any Browser Window Into a Quick-Edit Notepad

Turn Any Browser Window Into a Quick-Edit Notepad

Notepads are awesome, but sometimes you need to just jot down a quick one or two line note that doesn't need to be saved. Software developer Jose Jesus Perez Aguinaga shares a simple way to do it in any browser.

All you need to do is type the following code into the browser's URL bar:

data:text/html, <html contenteditable>

Hit Enter, and start typing away directly in your browser window!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment