Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Markdown editor with inline preview
- Host: GitHub
- URL: https://github.com/brrd/Abricotine
- Owner: brrd
- License: gpl-3.0
- Archived: true
- Created: 2015-11-20T12:21:51.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-19T08:49:21.000Z (over 1 year ago)
- Last Synced: 2024-09-26T04:42:00.395Z (4 months ago)
- Topics: abricotine, electron-app, gfm, inline-preview, markdown, markdown-editor, text-editor
- Language: JavaScript
- Homepage:
- Size: 52.3 MB
- Stars: 2,633
- Watchers: 49
- Forks: 159
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-electron - Abricotine - Markdown editor with inline preview. (Apps / Open Source)
- awesome-electron-zh - Abricotine - Markdown editor with inline preview. (Apps / Open Source)
- awesome-electron - Abricotine - Markdown editor with inline preview. ![](https://img.shields.io/github/stars/brrd/Abricotine.svg?style=social&label=Star) (Apps / Markdown)
- starred-awesome - Abricotine - Markdown editor with inline preview (JavaScript)
- awesomeelectron - Abricotine - Markdown editor with inline preview. (Apps / Open Source)
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 .