Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedsaheed/Leaflet

Minimal, distractionless markdown editor with pandoc support.
https://github.com/ahmedsaheed/Leaflet

markdown-editor pandoc thoughts writing

Last synced: 3 months ago
JSON representation

Minimal, distractionless markdown editor with pandoc support.

Awesome Lists containing this project

README

        

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](https://github.com/jgm/pandoc/blob/master/INSTALL.md) to export `.md` to other formats.








OS X Download





Windows Download





Ubuntu Downloads






You can also build or run from source

```bash
$ git clone https://github.com/ahmedsaheed/Leaflet.git && cd Leaflet
$ yarn install
$ yarn dev
```

Or Build

```bash
$ git clone https://github.com/ahmedsaheed/Leaflet.git && cd Leaflet
$ yarn install
$ yarn build
```

## Extras
- Leaflet is strongly inspired by [Left](https://github.com/hundredrabbits/left) and [Opus](https://github.com/pacocoursey/Opus).
- Leaflet source code licensed under [BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
- Pull Requests are welcome!