zmatical / markdown-notes

React web app for organizing markdown notes, with text editor and dynamic Latex renderer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Notes

A React.js web application for creating, editing, and organizing notes in Markdown.

Markdown Notes GIF 1 Markdown Notes GIF 2

Features

  • Material Design UI
  • Live editor previews
  • Dynamic Latex rendering
  • Autosave
  • Customization
  • Export to PDF

Usage

Before you start, run:

yarn run build:prod

Then run:

yarn run start

And your Markdown notes server will be ready to use at port 5000. The actual files, and file index will be saved to a directory called user-data. Exported PDFs are saved in a temp directory called temp.

Testing/Dev

Uses webpack, babel to transpile the JSX to regular JavaScript, webpack-dev-server and nodemon for automatic reloading of client and server. In the terminal, run:

yarn run dev

About

React web app for organizing markdown notes, with text editor and dynamic Latex renderer.

License:MIT License


Languages

Language:JavaScript 97.5%Language:HTML 2.4%Language:CSS 0.1%Language:Perl 0.0%