Skip to content

Dimii96/Knowted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knowted

Note the things you want to know

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.

Current Features

  • Write notes separated in sections
  • Notes saved locally
  • Delete notes
  • Tabs (add, delete, rename)

Future Features

* These fure plans are not guaranteed.
  • WYSIWYG editing
  • Cloud saving
  • More intuitive UI (drag and drop notes within section and to different tabs etc.)
  • and more

Tech

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

Installation

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

License

GPL-3.0 license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published