Markdown Notes is an application that helps you keep all your notes in one place. You can write notes in markdown which gets turned into HTML so you can see your notes transform in real time.
I had always wanted to create my own markdown editor to keep track of my notes. Since I found remirror
, it has made the journey easier than ever. In addition to the notes section, I also added a lecture section that will allow you to create lectures from your existing notes (I was teaching programming at the time I built this).
- Write markdown notes in realtime
- Link notes together
- Assemble lectures from notes
- Tag notes
- Search and filter notes
- Clone the project
- Run
yarn
ornpm install
(this will install all the dependencies) - Run
yarn start
ornpm start
(this will start a new server and run the application onlocalhost:3000
)
If you would like to demo the finished project, you can do that here: https://markdown-notes.com. If you prefer running the project locally you can achieve that with the instructions in the Installation
section.
Feel free to dive in! Open an issue or submit PRs.
Standard Readme follows the Contributor Covenant Code of Conduct.
MIT © Amelie Oller