Implement automatic titles

This commit is contained in:
Juno Takano 2025-12-10 10:19:51 -03:00
commit c6fccd2d7b
4 changed files with 31 additions and 37 deletions

View file

@ -6,11 +6,11 @@ It works by ingesting a TOML file containing your node specification and serving
## Roadmap
- [ ] Automatic anchors
- [x] Array syntax for lightweight connections
- [x] Automatic IDs
- [ ] Automatic titles
- [ ] Automatic anchors
- [ ] Mismatch between TOML ID and provided ID
- [x] Automatic titles
- [x] Mismatch between TOML ID and provided ID
## Motivation