Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/myterminal/organism

A live-preview editor for org and more
https://github.com/myterminal/organism

live-preview org

Last synced: 1 day ago
JSON representation

A live-preview editor for org and more

Awesome Lists containing this project

README

        

# organism

[![Build Status](https://travis-ci.org/myTerminal/organism.svg?branch=master)](https://travis-ci.org/myTerminal/organism)
[![Code Climate](https://codeclimate.com/github/myTerminal/organism.png)](https://codeclimate.com/github/myTerminal/organism)
[![js-myterminal-style](https://img.shields.io/badge/code%20style-myterminal-blue.svg)](https://www.npmjs.com/package/eslint-config/myterminal)
[![Coverage Status](https://img.shields.io/coveralls/myTerminal/organism.svg)](https://coveralls.io/r/myTerminal/organism?branch=master)
[![License](https://img.shields.io/badge/LICENSE-GPL%20v3.0-blue.svg)](https://www.gnu.org/licenses/gpl.html)
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](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`