Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manveru/org
Org-mode like markup conversion for rakki
https://github.com/manveru/org
Last synced: about 2 months ago
JSON representation
Org-mode like markup conversion for rakki
- Host: GitHub
- URL: https://github.com/manveru/org
- Owner: manveru
- Created: 2008-12-11T07:52:18.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-03-29T16:24:53.000Z (over 15 years ago)
- Last Synced: 2024-10-04T17:36:25.265Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 101 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# Org
Org provides transformation of a selected subset of org-mode markup for wikis.
## About
If you fancy emacs' org-mode and would like to use its power for a wiki based on plain-text files you should check this out.
Org tries to stay compatible with org-mode, but does not support the full syntax. The most notable features you will find are table of contents, tables, headers, links and simple physical text formatting.
One feature org-mode doesn't provide (AFAIK) is code highlighting, since the preferred way is to simply link to the file containing the code, but that is a bit impractical in a wiki, so I added this feature.## Features
* Headers
* Links
* Tables
* Text markup## Dependencies
* StringScanner (ruby stdlib)
* CodeRay (optional)
* Uv (optional)## Syntax
For a nice intro to the syntax supported by Org please check the [doc/syntax.org] file.