Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadunindunil/sticky
Your favourite sticky note manager
https://github.com/nadunindunil/sticky
draft-js nedb reactjs
Last synced: 27 days ago
JSON representation
Your favourite sticky note manager
- Host: GitHub
- URL: https://github.com/nadunindunil/sticky
- Owner: nadunindunil
- License: mit
- Created: 2018-04-24T10:44:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T10:48:56.000Z (over 6 years ago)
- Last Synced: 2024-08-03T13:01:47.484Z (4 months ago)
- Topics: draft-js, nedb, reactjs
- Language: JavaScript
- Homepage:
- Size: 3.16 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-draft-js - Sticky - A simple note taking and clipboard managing desktop application (Common Utilities)
README
# Sticky
A simple note taking and clipboard managing desktop application made using
- react and redux
- NeDB
- electron
- draft.js### How to use
Install sticky in your system and use `ctrl+down` whenever you want an assist from Sticky.
### Functionalities
- Sticky can show your clipboard and save a value if you want
- create your shortnotes and edit, delete.
- Rich text util comes with Draft.js
- search your notes
- Easy access with simple key bindingsInstall sticky in your system and use `ctrl+down` whenever you want an assist from Sticky.
### Developer guide
use
```
npm run dev
```
to start the project in dev mode.use
```
npm run build
```
to build the project