https://github.com/amoutonbrady/ha-sticky
A semi-advanced sticky notes inspired by windows with offline capabilities
https://github.com/amoutonbrady/ha-sticky
hyperapp notes-app offline-capable
Last synced: about 1 year ago
JSON representation
A semi-advanced sticky notes inspired by windows with offline capabilities
- Host: GitHub
- URL: https://github.com/amoutonbrady/ha-sticky
- Owner: amoutonbrady
- Created: 2020-01-25T23:27:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:44:07.000Z (over 3 years ago)
- Last Synced: 2025-02-15T20:31:23.835Z (over 1 year ago)
- Topics: hyperapp, notes-app, offline-capable
- Language: JavaScript
- Homepage: https://ha-sticky.netlify.com/
- Size: 2.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/ha-sticky/deploys)
# HA Sticky
A small [hyperapp](https://hyperapp.dev) experiment.

Here are things to figure out:
- [x] Add a note
- [x] List notes
- [x] Edit notes
- [x] Delete a note
- [x] Making local storage work
- [ ] Add settings (layout, dark mode, etc.)
- [x] Add color customization per note
- [ ] Add google or/and Github authentication
- [ ] Copy to clipboard
- [ ] Import Mardown file from URL or file
- [ ] Export as HTML, PDF or Mardown file
- [ ] Advanced Mardown editor with commands
- [ ] Working search bar (look into fuse.js)
- [ ] Investigate performances (writing on local storage on every change might be somewhat expensive)
- [ ] Responsive
- [ ] Fix some styling (overflow on the dashboard)
- [ ] Rewrite to TS
- [ ] Better organization of files(maybe get inspired from Elm)