Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brrd/Abricotine

Markdown editor with inline preview
https://github.com/brrd/Abricotine

abricotine electron-app gfm inline-preview markdown markdown-editor text-editor

Last synced: about 2 months ago
JSON representation

Markdown editor with inline preview

Awesome Lists containing this project

README

        

# **:warning: Abricotine is discontinued.**

Please switch to another editor. [Read more](https://github.com/brrd/abricotine/issues/347).

***

# Abricotine

> Desktop markdown editor with inline preview

![Abricotine Screenshot](screenshot.jpg)

In **Abricotine**, you can preview your document directly in the text editor rather than in a side pane.

**Abricotine** is an [open-source software](LICENSE) based on modern web technologies (HTML5, CSS3 & Node.js). It is available on Windows (7 and +), Linux and OS X.

## Features

* Write in markdown (or GFM) and export your documents in HTML using templates, or in any other format supported by [Pandoc](https://pandoc.org/) (PDF, docx, ODT, etc.),
* Preview text elements (such as headers, images, math, embedded videos, todo lists...) while you type,
* Use different themes to display your documents,
* Use custom postprocessors to export your documents ("tasks"),
* Auto save your document on change (optional),
* Display document table of content in the side pane,
* Display syntax highlighting for code,
* Show helpers, anchors and hidden characters,
* Copy formatted HTML in the clipboard,
* Write in a distraction-free fullscreen view,
* Manage and beautify markdown tables,
* Search and replace text,
* Ligatures support ([Fira Code](https://github.com/tonsky/FiraCode) must be installed on your computer),
* And more features to come...

## Documentation

* [Installation and usage](https://github.com/brrd/Abricotine/tree/master/docs/installation-and-usage.md)
* [Configuration](https://github.com/brrd/Abricotine/tree/master/docs/configuration.md)
* [Export to PDF and docx with Pandoc](https://github.com/brrd/Abricotine/tree/master/docs/pandoc.md)
* [Themes](https://github.com/brrd/Abricotine/tree/master/docs/themes.md)
* [Templates](https://github.com/brrd/Abricotine/tree/master/docs/templates.md)

## Contributing

Abricotine is an open source program. Feel free to fork and contribute.

In order to keep the match between this documentation and the last release, please contribute and pull requests on the dedicated `develop` branch.

## License

**Abricotine - Markdown Editor**
**Copyright (c) 2020 Thomas Brouard**

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see .