My take of a basic note editor for Windows and Mac. This project is in early developement and is still in a WIP state. I do not recommend using this program as a note taker during this stage as you may lost any notes written.
- Write notes separated in sections
- Notes saved locally
- Delete notes
- Tabs (add, delete, rename)
- WYSIWYG editing
- Cloud saving
- More intuitive UI (drag and drop notes within section and to different tabs etc.)
- and more
Knowted uses a number of open source projects to work properly:
- Electron - Build GUI applications using web technologies
- React - For building user interfaces or UI components
- SQLite - For saving data locally
- Bootstrap - Great UI boilerplate for modern web apps
- Node.js - evented I/O for the backend
- TinyMCE- HTML to Markdown converter
- and more
Install the dependencies and devDependencies and start the server.
$ cd knowted
$ npm install -d
Run on Windows OS
$ npm run electron-win
Run on MacOS
$ npm run electron-mac
GPL-3.0 license