Closed tmichela closed 2 months ago
Ah, nevermind. The issue is that I was confused with the example given:
rule: "^(?:SETTINGS|PLUGS|index|Library)$"
which won't work for Library since it has children pages that won't be filtered by this rule, but this does:
rule: "Library"
It looks like regex filter does not work if a page has children. E.g. filtering the
Library
does not work with regex. However it works with the space-script filter, e.g.:I'm using the current
edge
release of sb, and the latest version of the treeview plug.