Skip to content

ahmedsaheed/leaflet

Repository files navigation

Leaflet

✨ Minimal distractionless editor ✨

Leaflet Markdown Editor is a cross-platform and elegant tool designed
for writing and editing Markdown documents with peace of mind.


Screenshot 2023-04-14 at 23 06 17

## Features
  • 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.

Installation

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

Extras

  • Leaflet is strongly inspired by Left and Opus.
  • Leaflet source code licensed under BY-NC-SA 4.0.
  • Pull Requests are welcome!