Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahmedsaheed/Leaflet
- Owner: ahmedsaheed
- License: other
- Created: 2022-08-15T21:56:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T04:50:14.000Z (8 months ago)
- Last Synced: 2024-03-27T05:49:40.422Z (8 months ago)
- Topics: markdown-editor, pandoc, thoughts, writing
- Language: TypeScript
- Homepage: https://leaflet.saheed.codes/
- Size: 4.99 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC-BY-NC-SA
Awesome Lists containing this project
- awesome-starred - ahmedsaheed/Leaflet - Minimal, distractionless markdown editor with pandoc support. (others)
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.
## 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.
## InstallationYou'd have to install [pandoc](https://github.com/jgm/pandoc/blob/master/INSTALL.md) to export `.md` to other formats.
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!