Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ibelieve/orgmode-rs

:book: Org mode for Rust - Your Life in Plain Text
https://github.com/ibelieve/orgmode-rs

org-mode outliner rust rust-library

Last synced: 22 days ago
JSON representation

:book: Org mode for Rust - Your Life in Plain Text

Awesome Lists containing this project

README

        

# Org mode for Rust - Your Life in Plain Text

**Parse, edit, and output org-mode documents from Emacs.**

[![Travis branch](https://img.shields.io/travis/com/iBelieve/orgmode-rs/master.svg?style=for-the-badge)](https://travis-ci.com/iBelieve/orgmode-rs)
[![License](https://img.shields.io/github/license/iBelieve/orgmode-rs.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![Maintenance](https://img.shields.io/maintenance/yes/2018.svg?style=for-the-badge)]()

The goal of this library is to provide a foundation for developing apps and other integrations with
org mode, and to be compliant with both the
[Org Syntax draft spec](https://orgmode.org/worg/dev/org-syntax.html) and the features described in
the [Org Manual](https://orgmode.org/org.html).

### Features

- Supported Org Syntax
- [x] Outline hierarchy
- [x] Headlines (including TODO keywords, priorities, and tags)
- [x] Drawers (including property drawers)
- [x] Paragraphs
- [x] Fixed-width blocks
- [x] Comment blocks
- [ ] Tables
- [ ] Clocking
- [ ] Effort estimates
- ...

### License

Licensed under the [MIT license](https://opensource.org/licenses/MIT).