diff --git a/doc/todo/improve_globlists.mdwn b/doc/todo/improve_globlists.mdwn new file mode 100644 index 000000000..80b545e4e --- /dev/null +++ b/doc/todo/improve_globlists.mdwn @@ -0,0 +1,6 @@ +Need to improve [[globlist]]s, adding more powerful boolean expressions. +The current behavior is to check for negated expressions, and not match if +there are any, then check for normal expressions and match if any match, +This fails if you want to do something like match only pages with tag foo +that are under directory bar. I think we need parens for grouping, and +probably also boolean OR.