index
:
underwriter
master
Document management system
Peter McGoron
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
queryparse: collect literals into set and return it
Peter McGoron
2021-07-26
2
-16
/
+22
*
gitea wants .md suffixes for web rendering
Peter McGoron
2021-07-26
2
-0
/
+0
*
example/query.md: change to what the code actually implements
Peter McGoron
2021-07-26
1
-3
/
+3
*
add COPYING
Peter McGoron
2021-07-26
1
-0
/
+124
*
add README
Peter McGoron
2021-07-26
1
-0
/
+4
*
queryparse: fix tagglob and titleglob, fix encapsulating literals
Peter McGoron
2021-07-26
2
-9
/
+12
*
queryparse: fix infinite recursion in '[' e1 ']'
Peter McGoron
2021-07-26
2
-1
/
+2
*
queryparse: lift encapsulate() calls into loops to make cleaner parse trees
Peter McGoron
2021-07-26
1
-2
/
+2
*
queryparse: fix error in returning from NOT
Peter McGoron
2021-07-26
2
-2
/
+4
*
queryparse: fix mistaken command in AND
Peter McGoron
2021-07-26
2
-1
/
+2
*
start query parser
Peter McGoron
2021-07-26
3
-0
/
+145
*
move SQL schema setup to variable
Peter McGoron
2021-07-26
1
-9
/
+9
*
add list tags and list cards
Peter McGoron
2021-07-26
3
-57
/
+24
*
underwriter: start new argument parser
Peter McGoron
2021-07-26
4
-32
/
+110
*
add inspect_tagmap.md
Peter McGoron
2021-07-26
1
-0
/
+12
*
add renaming
Peter McGoron
2021-07-26
3
-1
/
+17
*
add more documentation cards
Peter McGoron
2021-07-26
1
-0
/
+0
*
add 'list tags' and 'list cards'
Peter McGoron
2021-07-26
1
-0
/
+56
*
use an actual schema for storing tag data
Peter McGoron
2021-07-26
4
-77
/
+78
*
untag: actually remove note from tag lists
Peter McGoron
2021-07-26
1
-0
/
+4
*
modify examples and add tag_idempotent.md
Peter McGoron
2021-07-26
3
-2
/
+7
*
fix removing tags from a card
Peter McGoron
2021-07-26
1
-10
/
+8
*
make sure tagging does not add a tag more than once
Peter McGoron
2021-07-26
4
-6
/
+12
*
add ability to add cards to database
Peter McGoron
2021-07-26
3
-0
/
+154