-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for threshold dates in filter query expressions (#197)
* clean out the non-source file filterlang.mjs which should not be in repo * add filter query support for threshold dates * support ISO dates with single digit month, day and intervals with no number, just unit * if there are command-line args, use first one as todo file name * weisserd's fix to sugar due date extension to force future due dates * handle t: (threshold date) tag in recurrences
- Loading branch information
Showing
10 changed files
with
120 additions
and
2,092 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ package-lock.json | |
.vscode/ | ||
.stylelintrc.json | ||
src/css/ | ||
src/js/filterlang.mjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.