Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 838 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 838 Bytes

Birch Outline

Build Status Dependencies Status

Cross-platform scripting for TaskPaper.

  1. Model: Outline contains Items each of which has attributes and an AttributedString body.
  2. Runtime: Change events, undo support, query evaluator, and relative date/time parsing.
  3. Serialization: Read/Write .taskpaper, .opml, and .bml

Suitable for processing TaskPaper files wherever there's JavaScript. Also potentially useful when creating your own apps that need an outline model.

Please read Getting Started to learn more.