Pine 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
Pine is still in its very early stages, so if you encounter any bugs or have a feature request please raise an issue!
Install via Homebrew
$ brew tap lukakerr/things
$ brew install pineManual Download
Visit the releases page to download manually.
Installed via Homebrew
$ brew remove pineDownloaded Manually
$ rm -r /Applications/Pine.app ~/Library/Caches/io.github.lukakerr.pine
Make
$ git clone git@github.com:lukakerr/pine.git
$ cd pine
$ makeXcode
$ git clone git@github.com:lukakerr/pine.git
$ cd pine
$ open Pine.xcworkspaceMake
$ make testXcode
Hit ⌘ U
See CONTRIBUTING.md for details on how to contribute.
- Themeable
- Math support (LaTeX subset)
- GitHub Flavored Markdown
- GitHub Emoji support
- LaTeX, Markdown and HTML autocomplete
- Local image support
- Toggleable split view (horizontal and vertical split)
- Full screen support
- Tab support
- Folder support
- Ability to create custom .cssthemes
- Ability to share .mdfiles
- Syntax highlighting for source and preview
- Autosaving
- Version control and history recovery
- Markdown shortcuts (keyboard and Touch Bar shortcuts)
- Auto pair markdown tags
- Enable/disable markdown extensions
- Custom font
- Word count
- Add ability to edit preview .css
- Improve sidebar
- Folder watching
- More actions in contextual menu
 


