✨ Minimal distractionless editor ✨
Leaflet Markdown Editor is a cross-platform and elegant tool designed
for writing and editing Markdown documents with peace of mind.
## Features
Leaflet Markdown Editor is a cross-platform and elegant tool designed
for writing and editing Markdown documents with peace of mind.
-
Editing: Switch between editing and preview mode seemlessly
-
Maths & Chemical Equation Typesetting: Leaflet renders mathematical, physics and chemical equation out of the box.
-
Pandoc Support: Easily export your
.md
files to.pdf
and.docx
files -
Offline First: Leaflet works with users file system directly instead of an external database.
-
Dark / Light Mode: Supports your system specified theme.
-
Simplicity: Leaflet focuses on simplicity and provides only necessary features needed.
-
Bidirectional Text: Automatically detect BIDI - text and displays logiaclly.
You'd have to install pandoc to export .md
to other formats.
You can also build or run from source
$ git clone https://github.com/ahmedsaheed/Leaflet.git && cd Leaflet
$ yarn install
$ yarn dev
Or Build
$ git clone https://github.com/ahmedsaheed/Leaflet.git && cd Leaflet
$ yarn install
$ yarn build
- Leaflet is strongly inspired by Left and Opus.
- Leaflet source code licensed under BY-NC-SA 4.0.
- Pull Requests are welcome!