https://github.com/myterminal/organism
A live-preview editor for org and more
https://github.com/myterminal/organism
live-preview org
Last synced: about 1 month ago
JSON representation
A live-preview editor for org and more
- Host: GitHub
- URL: https://github.com/myterminal/organism
- Owner: myTerminal
- License: gpl-3.0
- Created: 2017-09-22T19:58:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T19:30:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T05:29:40.826Z (over 1 year ago)
- Topics: live-preview, org
- Language: JavaScript
- Homepage: https://myTerminal.github.io/organism
- Size: 1.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# organism
[](https://travis-ci.org/myTerminal/organism)
[](https://codeclimate.com/github/myTerminal/organism)
[](https://www.npmjs.com/package/eslint-config/myterminal)
[](https://coveralls.io/r/myTerminal/organism?branch=master)
[](https://www.gnu.org/licenses/gpl.html)
[](https://ko-fi.com/Y8Y5E5GL7)
A live-preview editor for org and more
You can try it online: [https://myTerminal.github.io/organism](https://myTerminal.github.io/organism)
## Features
* Live-preview
* Simplistic interface, even works on mobile devices
* Multiple layout options
* Works offline
* Export preview as an HTML file
* Supports the following languages
* [org](http://orgmode.org/manual/Document-Structure.html)
* [Markdown](https://daringfireball.net/projects/markdown)
* [ReStructuredText](http://docutils.sourceforge.net/rst.html)
* [TxStyle](https://txstyle.org)
* [Creole](https://en.wikipedia.org/wiki/Creole_(markup))
* [BBCode](https://www.phpbb.com/community/help/bbcode)
## To-do
* Add support for more languages
## Running tests
Download or clone the project to your local system, run an `npm install` before you could run tests. At the root directory of the project,
* For unit tests, run `npm test`
* For functional tests, run `npm run test-ui`