textpad
A simple online notepad, no WYSIWYG, no fancy stuff, just write. The text will live in your browser until you decide to delete or download it as a .txt file.
Try it!
Why?
Another browser text editor...I know, i know. Just because i can and want to!
- I find myself copy/pasting alot of text online, copy proofing something i want to publish on social media/comment feeds, or paste inside html templates i'm building.
- This little app also helps keep me focused when doing research online, taking notes without switching between a text editor and the browser.
- Inspired by others, and i wanted to really build something using LocalStorage.
Thanks to:
- FileSaver.js - https://github.com/eligrey/FileSaver.js
- Smoke.js - https://github.com/hxgf/smoke.js
- Countable.js - https://github.com/RadLikeWhoa/Countable
These have been minified and included in app.js, without them half of TextPad's features wouldn't be possible.
Read the CHANGELOG.md for info on new release!