vix-org 1.2.0

Basic Org-mode operations: headline structure editing and lightweight export.
Documentation
  • Coverage
  • 100%
    16 out of 16 items documented0 out of 15 items with examples
  • Size
  • Source code size: 48.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 469.76 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • vixide/vix
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • joelparkerhenderson

Basic Org-mode operations: headline structure editing and lightweight export.

This is a pragmatic subset of Org (https://orgmode.org/), not a complete implementation. The structural helpers operate on the whole buffer text plus a 0-based cursor line and return the rewritten text (and, where the cursor should follow a moved subtree, its new line). The exporters turn Org markup into Markdown or a small standalone HTML document.

All functions are pure so they can be unit-tested without a live editor.