https://github.com/ff6347/notepad
A browser notepad.
https://github.com/ff6347/notepad
Last synced: 5 months ago
JSON representation
A browser notepad.
- Host: GitHub
- URL: https://github.com/ff6347/notepad
- Owner: ff6347
- License: mit
- Created: 2023-07-07T15:29:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T17:52:48.000Z (about 1 year ago)
- Last Synced: 2025-03-13T18:43:15.522Z (about 1 year ago)
- Language: HTML
- Homepage: https://ff6347.github.io/notepad/
- Size: 481 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Notepad
Browser based notepad. Based on something I found somewhere around the internet.
Features:
- Create, edit, delete notes on the fly
- Save notes to local storage
- Restore notes from local storage when opening new window
That's it.
Possible enhancements:
- markdown support
- blocknote https://www.blocknotejs.org/
- tabs
## Known Issues
- User has to know to tap into the frame to see the cursor
## Development
Edit index.html. Open index.html in browser.
## Todo
- Wait until this works on mobile (Webkit I'm looking at you). https://developer.mozilla.org/en-US/docs/Web/API/VirtualKeyboard_API
- maybe make it use the body again?
## Ideas
- Tabs of different notes
## Deployment
Copy index.html to your web server.
Browse to index.html.
## License
MIT