An electron mongodb app which stores notes in md format.
Hey there,
This is an electron application which stores notes in md format. It uses mongodb for storing the data. It has a custom search engine which makes searching a lot easy. Apart from this, it also has the functionality to edit, delete, view and add new notes.
This repository can also be used as a reference for using electron with mongodb. Its a great combination in my opinion since everything is written in javascript.
- Add, View, Edit and Delete Notes
- Write notes in md format
- Live Preview Window for viewing text in md format
- Custom Search Engine
- Searches for notes title by default
- Use
#for searching tags/keywords - Use
@for searching author names
- Responsive UI
- Download or clone this repo
- Make sure you have node.js
- cd to your project folder
- Run this command to install all the dependencies
npm install - Run this command to startup the app
npm start
email me at pranavj1001@gmail.com
MIT License


