|
|
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 |
|
|
|
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 |
|
|
|
77d08036c6
|
Pass full node struct to node handler
|
2025-12-20 21:26:36 -03:00 |
|
|
|
df61b2c779
|
Minor linting and README changes
|
2025-12-20 21:25:48 -03:00 |
|
|
|
d2accbd38d
|
Add logging filter and some log level support
|
2025-12-20 21:25:21 -03:00 |
|
|
|
e3d5686c7b
|
Simplify parser module structure, add several syntax elements
|
2025-12-20 21:25:06 -03:00 |
|
|
|
070b5b7448
|
Add short-form node anchors
|
2025-12-18 11:46:28 -03:00 |
|
|
|
198bc12507
|
Add word-level parsing
|
2025-12-18 11:35:08 -03:00 |
|
|
|
0d66b1ee7c
|
Replace logging function with a macro
|
2025-12-18 02:19:55 -03:00 |
|
|
|
99b9feeb95
|
Extract config text parsing into the type
|
2025-12-17 10:15:21 -03:00 |
|
|
|
0c2f9707cd
|
Add a hardcoded template for early templating errors
|
2025-12-17 02:22:17 -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 |
|
|
|
3b515324a2
|
Add p alias for push in justfile
|
2025-12-16 19:38:22 -03:00 |
|
|
|
e6dacd5e66
|
Update roadmap
|
2025-12-16 19:03:13 -03:00 |
|
|
|
270fed54f0
|
Add configuration options
|
2025-12-16 19:02:36 -03:00 |
|
|
|
5d28a2e707
|
Make default element generic
|
2025-12-16 19:01:20 -03:00 |
|
|
|
7512aeafbf
|
Include computed incoming edges in raw endpoints
|
2025-12-16 11:08:12 -03:00 |
|
|
|
84ee7dfeb8
|
Update docs, about page and README
|
2025-12-16 04:58:59 -03:00 |
|
|
|
f61fc4dd28
|
Fix redundant filter in content parser
|
2025-12-16 04:09:43 -03:00 |
|
|
|
dc55126b95
|
Make access a bit more restricted
|
2025-12-16 03:48:59 -03:00 |
|
|
|
984c8bcdcc
|
Heavy refactor and restructuring of content parser
|
2025-12-16 03:48:42 -03:00 |
|
|
|
15a9175afb
|
Add types to content lexer
|
2025-12-15 22:50:16 -03:00 |
|
|
|
eaaba8f7fc
|
Replace clippy-all with just clippy on bacon config
|
2025-12-15 19:37:44 -03:00 |
|
|
|
2f247f477b
|
Add parser for node text with support for headers
|
2025-12-15 19:37:35 -03:00 |
|
|
|
089b507299
|
Extract router from main to its own module
|
2025-12-14 21:17:14 -03:00 |
|