Write web-friendly notes quickly in Markdown. 📝
Sometimes I want to write down notes with the ability to:
- Have internal + external text hyperlinks.
- Host them quickly to share across the web.
- Not care too much about formating / styling.
Markdown looks perfect. It is essentially made up of 2 parts:
- Plain text. (with formatting syntax)
- Renderer. (text to HTML)
Why not Microsoft word document? Google document?
Because web FTW.
Notes is a single HTML page. Leveraging on zero-md, it provides:
- A main area for notes taking.
notes.md
<- This is the only file you will need to edit. 🔥
- An aside for table of contents.
sidebar.md
(generated based on h2 and h3 headers used)
See here.
npm run start
Make edits to notes.md
and head to http://localhost:3000
to view updated changes.
Upload public folder contents onto the web root of your favourite web hosting.
Author © Sim Boon Long.