JsTodoTxt Versions Save

JavaScript parser for todo.txt formatted text files.

0.10.0

2 years ago

Some linting cleanup and bug fixes in this release. Thanks to @zerodat and @xuhcc

  • Fix undeclared variable in DueExtension
  • Update parse() to accept optional error handler
  • Import TodoTxtExtension into main module
  • Fix indentation; replace spaces with tabs
  • Context/project replacement patterns were too aggressive

https://www.npmjs.com/package/jstodotxt/v/0.10.0

0.9.0

3 years ago

jsTodoTxt.parse will no longer raise an exception when the text of a task is empty.

This change is to allow behavior such as the following,

Empty tasks could be useful when combined with "hidden" tag. For example, one can create a task like this: h:1 +project1 +project2 +project3 +project4 to define a list of projects so the app can do autocompletion for them.

Thanks to @xuhcc

0.8.2

3 years ago

Fixes the hidden extension, thanks to @xuhcc in #19

0.7.2

3 years ago

0.8.1

3 years ago