Commit graph

298 commits

Author SHA1 Message Date
f9ef9a56a1 Centralize definition of delimiters in the segment module 2026-01-02 14:33:25 -03:00
8d204503a8 Derive Debug and Clone for tokens and parser state 2026-01-02 14:30:36 -03:00
312901ddf6 Make justfile assess-run-watch recipe less strict 2026-01-02 14:28:10 -03:00
5ed2036e36 Extract context-specific parsing to a separate module 2026-01-02 00:53:42 -03:00
5c0f786686 Make oblique text more noticeable 2026-01-01 23:02:01 -03:00
79c0ba9eed Minor refactorings, justfile tweaks, roadmap update 2026-01-01 21:58:39 -03:00
bfd22bb6fa Improve forced flanking node rendering 2026-01-01 21:58:39 -03:00
a09ddc35b9 Make content syntax segmentation less terse 2026-01-01 21:58:39 -03:00
800b175ec5 Add node 'redirect' field 2026-01-01 21:58:39 -03:00
8ee0ad7977 Add Oblique token 2026-01-01 21:58:39 -03:00
a71a9f4224 Make Lexeme text field private, add last field 2026-01-01 21:58:34 -03:00
bb5dde6c2e Fix closing of EOF open preformat context 2026-01-01 21:51:41 -03:00
7a09bf113a Update CI dev docs and tooling versions script 2025-12-28 07:11:14 -03:00
b431a86b96 Move all template inline styles to style.css 2025-12-28 06:27:30 -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
a24a877ad7 Fetch CI tooling directly from releases
Also adds a timeout and specific paths to trigger CI
2025-12-28 06:27:06 -03:00
9dfd493bf5 Cleanup and rework justfile, add some CI-only checks 2025-12-26 16:48:08 -03:00
e3d0343314 Update roadmap 2025-12-26 05:21:52 -03:00
c28deae0f1 Increase test coverage minimum to 95% 2025-12-26 05:05:36 -03:00
de3713255b Fail CI on rustc warnings 2025-12-26 05:03:48 -03:00
e50bbd468d Add tests for the content syntax parser 2025-12-26 04:20:10 -03:00
4ae966e503 Remove Bacon 2025-12-26 01:27:47 -03:00
cba852b770 CI: Set --color always in cover command 2025-12-26 01:18:50 -03:00
da0ed3f2b3 Add closing function on content syntax parser
This provides saner, more testable, properly closed output even without
a trailing newline.
2025-12-26 01:18:38 -03:00
6c026853e8 Fix forced flanking anchor destination resolution 2025-12-26 01:17:27 -03:00
c9109e9775 Fix missing coverage files in CI 2025-12-26 00:36:41 -03:00
6d5f200e09 Add an empty file to mocks/no_graph so it exists in CI 2025-12-26 00:26:02 -03:00
f8d066e2d7 Add just and coverage check to CI 2025-12-26 00:19:06 -03:00
bd95f81e9b Merge branch 'main' into ci-testing 2025-12-26 00:12:31 -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
78a3ef4a48 Fix anchors not applying destination resolution 2025-12-25 23:54:09 -03:00
14dc84cc43 Reorganize module structure 2025-12-24 12:45:14 -03:00
51047ad11c Fix and document some Anchor Syntax corner cases 2025-12-24 12:20:28 -03:00
4e828c270f Update roadmap 2025-12-24 06:33:49 -03:00
95b437b3ac Expect a newline after PreFormat lexemes 2025-12-24 06:33:40 -03:00
6aa6b596f6 Let header IDs have their original case 2025-12-24 06:33:13 -03:00
2eb7380212 Fix redirect to 404 on /node/ URLs 2025-12-24 06:32:40 -03:00
3f9d3aeae6 Add cargo-llvm-cov commands to justfile 2025-12-23 22:39:32 -03:00
8b782d6d20 Rework token segmentation 2025-12-23 21:53:56 -03:00
a33d9cb1e1 Minor styling and tooling tweaks 2025-12-23 21:53:50 -03:00
ffead4fb47 Make HTML lang attribute configurable 2025-12-23 21:40:31 -03:00
8a90044faf Add a smal margin to inline code 2025-12-21 15:32:45 -03:00
4ded23f134 Update graph source 2025-12-21 15:32:45 -03:00
b4fa1d9126 Render node ID label only if it differs from the title 2025-12-21 15:32:45 -03:00
6b34bb4531 Fix an anchor clustering corner case 2025-12-21 15:32:45 -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
8750c880c9 Update graph source 2025-12-20 21:29:14 -03:00
0da566d279 Expand CSS, plus some minor templating tweaks 2025-12-20 21:29:04 -03:00