Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harrison-broadbent/scratchpad
https://github.com/harrison-broadbent/scratchpad
hacktoberfest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/harrison-broadbent/scratchpad
- Owner: harrison-broadbent
- Created: 2021-05-23T11:08:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T23:39:43.000Z (about 3 years ago)
- Last Synced: 2024-10-14T00:26:05.888Z (2 months ago)
- Topics: hacktoberfest
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scratchpad
Generic scratchpad web app
Idea is for basically a more advanced pastebin.
You should be able to type into a scratchpad, and then generate a link to share it.
When you do this, the note should go read-only except for you, who should still be able to edit it.User accounts should be optional.
If the user is not logged in with an account, they should be tracked using a simple cookie, to associate them with their notes.
However, if they clear their cookies they will lose access to their notes.Notes should last a long time but not forever (unless you are a paying member?).
In general this is more of a generic tool vs. pastebin which markets themselves as programmer-oriented.Another focus should be the design and UX of the app.
Ideally it should take inspiration from other succesful writing apps like Bear and Ulysseys, in that it should be beautiful and minimal, but still allow for powerful features (initially just rich text editing. From there perhaps expand into tags etc.)