Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelcharles/scrappad
A simple text editor for the web.
https://github.com/michaelcharles/scrappad
Last synced: about 2 months ago
JSON representation
A simple text editor for the web.
- Host: GitHub
- URL: https://github.com/michaelcharles/scrappad
- Owner: MichaelCharles
- License: mit
- Created: 2017-04-28T11:13:00.000Z (over 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-10-17T07:13:48.000Z (about 1 year ago)
- Last Synced: 2023-10-17T12:55:18.351Z (about 1 year ago)
- Language: HTML
- Size: 108 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scrappad
Scrappad is an aggressively minimalistic text editor for the web. Content written in Scrappad will be persisted via cookies.
## Note from October 11, 2023
I would be shocked if there's anyone out there using this other than me, but I made a major change to Scrappad and want to provide an explanation.
Scrappad is an extremely simple utility that I created back when I was using a Chromebook 24/7. At the time, there were no lightweight text editors for Chromebook. So, whenever I wanted to temporarily paste some text to use later, or simply have a straightforward place to deposit text, I didn't have many options.
Enter Scrappad: It is aggressively simple. It saves the content of the sole textarea to cookies and restores them in case the browser closes or the PC crashes. It has straightforward import and export functions for text files. It was perfect for me.
To this day, I still open the GitHub pages version of it for a simple place to put my text.
Today (October 11, 2023), I made it even simpler by removing the text file export/import functions, since I never used them.
I plan to continue using Scrappad as my super-simple temporary text notepad.
Old habits die hard.
---
[Try it now on GitHub pages.](https://MichaelCharles.github.io/scrappad)