Skip to content

simboonlong/notes

Repository files navigation

CI/CD Netlify Status

Notes

Write web-friendly notes quickly in Markdown. 📝

Why?

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)

Ok, but...

Why not Microsoft word document? Google document?

Because web FTW.

Tell me more

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)

Demo

See here.

Run locally

npm run start

Make edits to notes.md and head to http://localhost:3000 to view updated changes.

Host remotely

Upload public folder contents onto the web root of your favourite web hosting.

Readings

Markdown parsers.

Lazier alternative

Github gist.

Author © Sim Boon Long.

About

Write web-friendly notes quickly in Markdown. 📝

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published