Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ibelieve/orgmode-rs
- Owner: iBelieve
- License: mit
- Created: 2018-10-28T13:31:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T04:39:27.000Z (about 6 years ago)
- Last Synced: 2024-10-31T12:29:24.974Z (2 months ago)
- Topics: org-mode, outliner, rust, rust-library
- Language: Rust
- Homepage: https://orgmode.org/
- Size: 109 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).