refactor: Filters are now read as an enum.

This commit is contained in:
Spencer Brower
2026-07-31 08:45:00 -04:00
parent 4948eb05a9
commit 0d09db8d26
2 changed files with 55 additions and 13 deletions
+2 -1
View File
@@ -27,12 +27,13 @@
the correct template source/path. Other render errors still use the
content template's source/path, which can point at the wrong file.
- [ ] try to make file paths clickable links.
- [ ] centralize diagnostics to one place.
- [ ] Load grammars dynamically
- [ ] starred must be a param.
- [ ] Documentation
- [ ] talk about the context stack (and its limit).
- [ ] highlight the differences in the way menus are handled.
- [ ] consider sites with data based urls.
- [ ] consider sites with date based urls.
- [ ] Don't show annoying log output in tests.
- [ ] improve home link customization.
- [ ] currently an accessibility issue.