Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessegrosjean/birch-outline
Cross-platform scripting for TaskPaper
https://github.com/jessegrosjean/birch-outline
Last synced: 18 days ago
JSON representation
Cross-platform scripting for TaskPaper
- Host: GitHub
- URL: https://github.com/jessegrosjean/birch-outline
- Owner: jessegrosjean
- License: mit
- Created: 2016-06-22T12:05:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T18:19:26.000Z (over 7 years ago)
- Last Synced: 2024-10-10T20:22:34.630Z (about 1 month ago)
- Language: CoffeeScript
- Homepage:
- Size: 175 KB
- Stars: 148
- Watchers: 5
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Birch Outline
[![Build Status](https://travis-ci.org/jessegrosjean/birch-outline.svg?branch=master)](https://travis-ci.org/jessegrosjean/birch-outline) [![Dependencies Status](https://david-dm.org/jessegrosjean/birch-outline.svg)](https://david-dm.org/jessegrosjean/birch-outline.svg)
Cross-platform scripting for [TaskPaper](https://www.taskpaper.com).
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 .bmlSuitable 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](./doc/getting-started.md) to learn more.