Implement spaced anchor redirection

This commit is contained in:
Juno Takano 2026-01-05 23:12:10 -03:00
commit a98c87cdfc
3 changed files with 19 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# Roadmap
- [x] Add tests
- [x] Setup tests
- [ ] Improve content syntax parser coverage
- [x] Redirects
- [ ] Strip/render some syntax in Tree text preview
@ -28,7 +28,7 @@
- [x] Ignore trailing punctuation
- [ ] Conjugation anchors (|will|ed -> will)
- [ ] Configurable suffixes
- [ ] Spaced node anchor (|red fox| -> redfox -> RedFox)
- [x] Spaced node anchor (|red fox| -> redfox -> RedFox)
- [ ] Automatic connections from anchors
- [ ] `#` syntax for header ID anchors
- [ ] Connection kinds