https://github.com/poiscript/orgwise
Org-mode toolkit
https://github.com/poiscript/orgwise
Last synced: 10 months ago
JSON representation
Org-mode toolkit
- Host: GitHub
- URL: https://github.com/poiscript/orgwise
- Owner: PoiScript
- Created: 2024-03-04T09:45:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T06:28:57.000Z (over 1 year ago)
- Last Synced: 2025-03-24T09:47:10.140Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 879 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `Orgwise`

Orgwise is an org-mode toolkit builtin upon [`orgize`].
Currently, it includes:
- Language server
- VSCode extension
- Command line utility
- API Server
- Web Interface
- [Raycast] extension
- [Tauri] application
[`orgize`]: https://crates.io/crates/orgize
[raycast]: https://www.raycast.com/
[Tauri]: https://tauri.app/
## Development
Requires `Rust 1.26+` for async trait feature.