Implement automatic IDs

This commit is contained in:
Juno Takano 2025-12-10 09:58:44 -03:00
commit 400eb02efc
5 changed files with 26 additions and 32 deletions

View file

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