An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/a29cecf3-423e-405c-a688-39e42c24aed8/deploy-status)](https://app.netlify.com/sites/ha-sticky/deploys)

# HA Sticky

A small [hyperapp](https://hyperapp.dev) experiment.

![HA Sticky current state](.github/ha-sticky.png)

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)