Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurajkubelka/orgmode
This is a Pharo parser of Org mode file; see http://orgmode.org.
https://github.com/jurajkubelka/orgmode
Last synced: 7 days ago
JSON representation
This is a Pharo parser of Org mode file; see http://orgmode.org.
- Host: GitHub
- URL: https://github.com/jurajkubelka/orgmode
- Owner: JurajKubelka
- License: mit
- Created: 2016-08-12T12:55:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T15:30:27.000Z (about 2 years ago)
- Last Synced: 2024-10-10T18:25:36.260Z (28 days ago)
- Language: Smalltalk
- Size: 75.2 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OrgMode [![Build Status](https://travis-ci.org/JurajKubelka/OrgMode.svg?branch=master)](https://travis-ci.org/JurajKubelka/OrgMode)
This is a [Pharo](http://pharo.org) parser of [Org mode](http://orgmode.org) file.
Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
Orignal source code is in [SmalltalkHub](http://www.smalltalkhub.com/#!/~JurajKubelka/OrgMode/).
## Installation
It is tested on Pharo 5.0. For not it does not work on Pharo 6.0 (developement version), because Petit Parser configuration does not work properly (tested on August 12, 2016).
```
Metacello new
baseline: #OrgMode;
repository: 'github://JurajKubelka/OrgMode/repository';
load.
```