A Rust library for parsing org-mode files. https://poiscript.github.io/orgize/
Find a file
2023-12-21 23:57:36 +08:00
.cargo chore: prepare for v0.10.0-alpha.1 2023-11-13 16:33:04 +08:00
.github chore: add orgize-{cli,common,lsp} package 2023-12-20 21:56:10 +08:00
docs chore: remove outdated SYNTAX.md 2023-11-21 18:44:55 +08:00
orgize feat: update README.md and vscode icons 2023-12-21 23:51:42 +08:00
orgize-cli docs: fix typo 2023-12-21 23:57:36 +08:00
orgize-common feat: update README.md and vscode icons 2023-12-21 23:51:42 +08:00
orgize-lsp feat: update README.md and vscode icons 2023-12-21 23:51:42 +08:00
orgize-wasm feat: update README.md and vscode icons 2023-12-21 23:51:42 +08:00
.gitignore chore: add orgize-{cli,common,lsp} package 2023-12-20 21:56:10 +08:00
Cargo.toml feat: update README.md and vscode icons 2023-12-21 23:51:42 +08:00
development.md feat: various update 2023-11-24 14:57:45 +08:00
LICENSE chore: bump license year 2023-11-13 17:25:20 +08:00
README.md docs: fix typo 2023-12-21 23:57:36 +08:00

Orgize

Build status MIT licensed

Org-mode toolkit written in Rust.

This repository contains several crates/packages:

Crates/packages Description
orgize A pure-rust library for parsing and exporting org-mode files.
orgize-cli Command line utilities for org-mode files, builtin with orgize.
orgize-lsp Language server for org-mode files, builtin with orgize.
orgize-lsp/editors/vscode orgize-lsp client for vscode editor
orgize-common Shared code for orgize-cli and orgize-lsp.
orgize-wasm WebAssembly module for Browser or Node.js environment.