aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* queryparse: lift encapsulate() calls into loops to make cleaner parse treesGravatar Peter McGoron 2021-07-261-2/+2
|
* queryparse: fix error in returning from NOTGravatar Peter McGoron 2021-07-262-2/+4
|
* queryparse: fix mistaken command in ANDGravatar Peter McGoron 2021-07-262-1/+2
|
* start query parserGravatar Peter McGoron 2021-07-263-0/+145
|
* move SQL schema setup to variableGravatar Peter McGoron 2021-07-261-9/+9
|
* add list tags and list cardsGravatar Peter McGoron 2021-07-263-57/+24
|
* underwriter: start new argument parserGravatar Peter McGoron 2021-07-264-32/+110
|
* add inspect_tagmap.mdGravatar Peter McGoron 2021-07-261-0/+12
|
* add renamingGravatar Peter McGoron 2021-07-263-1/+17
|
* add more documentation cardsGravatar Peter McGoron 2021-07-261-0/+0
|
* add 'list tags' and 'list cards'Gravatar Peter McGoron 2021-07-261-0/+56
|
* use an actual schema for storing tag dataGravatar Peter McGoron 2021-07-264-77/+78
|
* untag: actually remove note from tag listsGravatar Peter McGoron 2021-07-261-0/+4
|
* modify examples and add tag_idempotent.mdGravatar Peter McGoron 2021-07-263-2/+7
|
* fix removing tags from a cardGravatar Peter McGoron 2021-07-261-10/+8
|
* make sure tagging does not add a tag more than onceGravatar Peter McGoron 2021-07-264-6/+12
|
* add ability to add cards to databaseGravatar Peter McGoron 2021-07-263-0/+154