Commit graph

32 commits

Author SHA1 Message Date
db8c02df04 Break up 'types' module 2026-01-12 14:45:37 -03:00
3fa399c317 Make anchors aware of the nodes they point to 2026-01-11 08:15:02 -03:00
be6578bee2 Add handlers for smart-case, spaced node queries 2026-01-06 04:10:49 -03:00
435cf4d18f Add interactive navigation controls 2026-01-06 03:52:08 -03:00
a98c87cdfc Implement spaced anchor redirection 2026-01-05 23:12:10 -03:00
6b739d93c2 Replace all uses and implementations of new() with default() 2026-01-05 13:20:48 -03:00
79c0ba9eed Minor refactorings, justfile tweaks, roadmap update 2026-01-01 21:58:39 -03:00
800b175ec5 Add node 'redirect' field 2026-01-01 21:58:39 -03:00
7300a29b67 Concentrate configuration content parsing in syntax::serial
Fixes some pages not having parsed input by making it much harder to
construct a config with unparsed text, which is something you basically
never want. The parsing now happens much earlier and consumers don't
need to remember to parse the configuration anymore.

Fixes a possible stack overflow due to parsing and configuration
depending on each other.

This commit also has dependencies updates and minor justfile tweaks.
2025-12-28 06:27:30 -03:00
e657eb6513 Add tests for all but the content syntax parser module 2025-12-25 23:57:22 -03:00
f48b2070bc Minor refactorings, type adjustments and typo fixes 2025-12-25 23:56:18 -03:00
ffead4fb47 Make HTML lang attribute configurable 2025-12-23 21:40:31 -03:00
76b836f0a0 Case-insensitive node routing 2025-12-21 15:32:34 -03:00
1f4a9faa75 Automatic header IDs 2025-12-21 14:50:42 -03:00
34460c1097 Render configuration text only if non-empty 2025-12-20 21:28:42 -03:00
1600e86504 Hide tree node text by default 2025-12-20 21:28:22 -03:00
ad3f9687c6 Add 'hidden' node attribute 2025-12-20 21:28:00 -03:00
198bc12507 Add word-level parsing 2025-12-18 11:35:08 -03:00
99b9feeb95 Extract config text parsing into the type 2025-12-17 10:15:21 -03:00
ab38e5ebde Make number of nodes listed on index configurable 2025-12-17 02:21:36 -03:00
d51b9a135e Scaffold a second content parser pass 2025-12-17 00:16:44 -03:00
270fed54f0 Add configuration options 2025-12-16 19:02:36 -03:00
7512aeafbf Include computed incoming edges in raw endpoints 2025-12-16 11:08:12 -03:00
20bd1db1b7 Setup and apply formatting 2025-12-12 01:59:48 -03:00
0d0627ba8f Add and resolve an obscene amount of lints 2025-12-11 02:21:56 -03:00
b306f04664 Improve passing of errors from higher functions to template rendering 2025-12-11 02:20:46 -03:00
32ea0f93c3 Rename Node's body field to "text" 2025-12-10 10:25:32 -03:00
c6fccd2d7b Implement automatic titles 2025-12-10 10:19:51 -03:00
400eb02efc Implement automatic IDs 2025-12-10 09:58:44 -03:00
26d6b3240a Add syntax for simpler connections between nodes 2025-12-10 00:58:46 -03:00
f1965f7530 Detect detached connections and render them differently 2025-12-09 21:40:06 -03:00
a7d944bbd4 Here goes something 2025-12-09 18:28:39 -03:00