taskwarrior/docs
Dustin J. Mitchell 634aaadb73 Reorganize handling of task data
This abandons field-by-field compatibility with the TaskWarrior TDB2
format, which wasn't a sustainable strategy anyway.

Instead, tasks are represented as a TaskMap with custom key formats.  In
this commit, there are only a few allowed keys, with room to grow.

Replica returns convenience wrappers Task (read-only) and TaskMut
(read-write) with getters and setters to make modifying tasks easier.
2020-11-23 12:53:58 -05:00
..
src Reorganize handling of task data 2020-11-23 12:53:58 -05:00
.gitignore add an mdbook 2020-11-21 21:27:58 -05:00
book.toml add an mdbook 2020-11-21 21:27:58 -05:00
README.md add an mdbook 2020-11-21 21:27:58 -05:00

This is an mdbook book. Minor modifications can be made without installing the mdbook tool, as the content is simple Markdown. Changes are verified on pull requests.