Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srilakshmikanthanp/quicknote
QuickNote helps to paste some random text or take some notes right from your taskbar!
https://github.com/srilakshmikanthanp/quicknote
electron-app notes quicknote reactjs
Last synced: about 2 months ago
JSON representation
QuickNote helps to paste some random text or take some notes right from your taskbar!
- Host: GitHub
- URL: https://github.com/srilakshmikanthanp/quicknote
- Owner: srilakshmikanthanp
- License: mit
- Created: 2021-09-18T17:38:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T03:45:01.000Z (8 months ago)
- Last Synced: 2024-05-02T04:56:15.752Z (8 months ago)
- Topics: electron-app, notes, quicknote, reactjs
- Language: TypeScript
- Homepage: https://srilakshmikanthanp.github.io/quicknote/
- Size: 37.2 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
QuickNote
Take your note handy with quicknote right from your taskbar!
Report Bug
·
Request Feature
Table of Contents
## About The Project
QuickNote is a utility program to take Notes! right from your taskbar. It is a cross-platform application built with Electron.js and React.js. it also supports Rich Text Editing.
### Built With
* Electron.js
* React.js## Getting Started
To install QuickNote, follow the instructions below.
### Installation
Go to [Releases](https://github.com/srilakshmikanthanp/quicknote/releases) and download the latest & suitable version to Your Platform.
#### Linux
You can Use this command to install Quicknote,
```sh
bash <(curl -sSL https://raw.githubusercontent.com/srilakshmikanthanp/quicknote/main/scripts/setup.sh)
```Due to the [issue](https://github.com/electron/electron/issues/37112) you can't open app by clicking on the icon. However, you can open the app by shortcut `Ctrl+Alt+Q`.
#### Usage
1. Click on the icon in the taskbar or use the shortcut `Ctrl+Alt+Q` to open the app.
2. Type your note in the text area.
3. That's it! your note is saved automatically.## Roadmap
See the [open issues](https://github.com/srilakshmikanthanp/quicknote/issues) for a list of proposed features (and known
issues).## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any
contributions you make are **greatly appreciated**.1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Project Link: [https://github.com/srilakshmikanthanp/quicknote](https://github.com/srilakshmikanthanp/quicknote)
## Contributors
- [Manoj Raj M](https://github.com/manojrajm)