Twig is lightweight macOS markdown editor. It's currently a work in progress.
It is a document based application, and aims to follow Apple's Human Interface Guidelines
Feature | Completed? |
---|---|
Themeable | Yes |
Math support (LaTeX subset) | Yes |
Github flavored markdown | Yes |
Exporting to PDF, HTML, TXT, RST, RTF | Partly - contribute |
Toggleable split view | Yes |
Full screen support | Yes |
Tab support | Yes |
Workspace/folder support | Partly - contribute |
Horizontal and vertical split view | Yes |
Ability to create custom .css themes |
Yes |
Sparkle auto updating framework | No - contribute |
Ability to share .md files |
Yes |
Syntax highlighting for source and preview | Yes |
Autosaving | Yes |
Version control and history recovery | Yes |
Markdown shortcuts | Yes |
Auto pair markdown tags | No - contribute |
Custom font | Yes |
Ability to edit preview .css |
No - contribute |
Word count | Yes |
See CONTRIBUTING.md for details on how to contribute.
Visit the releases page to download. Twig is still in its very early stages, so if you encounter any bugs or have a feature request please raise an issue!
To build and run, clone this repository, open in Xcode and hit "Run".
$ git clone git@github.com:lukakerr/twig.git
$ cd twig
$ pod install
$ open Twig.xcworkspace