A live-preview editor for org and more
You can try it online: https://myTerminal.github.io/organism
- Live-preview
- Simplistic interface, even works on mobile devices
- Multiple layout options
- Works offline
- Export preview as an HTML file
- Supports the following languages
- Add support for more languages
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