|
|
93c62229ad
|
Add fonts, rework CSS
|
2026-01-17 03:57:18 -03:00 |
|
|
|
c3562d1ebb
|
Alter several CSS colors, add transitions and input styles
|
2026-01-16 03:17:10 -03:00 |
|
|
|
b408ce6f68
|
Improve layout responsiveness
|
2026-01-15 16:39:42 -03:00 |
|
|
|
874cac2df1
|
Implement log levels
|
2026-01-15 12:07:18 -03:00 |
|
|
|
2cdf68082a
|
Update docs
|
2026-01-15 12:07:18 -03:00 |
|
|
|
940aadb6e5
|
Simplify handler contexts, template and style tweaks
|
2026-01-15 12:07:18 -03:00 |
|
|
|
75f50d6ed1
|
Fix miscounting of detached edges
|
2026-01-14 02:45:35 -03:00 |
|
|
|
41a5994bbd
|
Add counting of detached nodes
|
2026-01-13 15:32:36 -03:00 |
|
|
|
6feb20d3da
|
Cleanup graph, style and linting tweaks
|
2026-01-13 13:10:32 -03:00 |
|
|
|
697dcc720d
|
Merge serial module into the graph module
|
2026-01-13 13:10:32 -03:00 |
|
|
|
bd5d46a5d4
|
Make edge modulation steps more consistent
|
2026-01-12 15:14:13 -03:00 |
|
|
|
db8c02df04
|
Break up 'types' module
|
2026-01-12 14:45:37 -03:00 |
|
|
|
c6f9ea667d
|
Minor logging, docs and style tweaks
|
2026-01-12 14:45:37 -03:00 |
|
|
|
ccee6b2500
|
Prefer user-provided node summary if it exists
|
2026-01-11 17:38:11 -03:00 |
|
|
|
3c0de5ca32
|
Fix a panic when parsing node summaries
|
2026-01-11 17:38:11 -03:00 |
|
|
|
3fa399c317
|
Make anchors aware of the nodes they point to
|
2026-01-11 08:15:02 -03:00 |
|
|
|
eb96b456ef
|
Make anchor token fields private
|
2026-01-11 01:41:37 -03:00 |
|
|
|
5958f1551b
|
Expand test coverage
|
2026-01-10 05:42:36 -03:00 |
|
|
|
3837af387a
|
Implement nested formatting
|
2026-01-10 01:18:47 -03:00 |
|
|
|
c53afefb67
|
Add lexeme 'first' field, refactor and add methods
|
2026-01-09 21:52:17 -03:00 |
|
|
|
e42c67676d
|
Implement nested lists
|
2026-01-09 21:52:17 -03:00 |
|
|
|
e351152ab7
|
Move roadmap to docs graph, minor docs edits
|
2026-01-07 11:14:32 -03:00 |
|
|
|
dfdc631600
|
Implement checkbox
|
2026-01-07 11:11:14 -03:00 |
|
|
|
b60151556e
|
Lexeme: Add 'third' field, implement Default, simplify some methods
|
2026-01-07 10:56:27 -03:00 |
|
|
|
e6fb301a9b
|
Cleanup and update docs
|
2026-01-07 01:04:48 -03:00 |
|
|
|
bed78e0d7b
|
Do not print logging output if DEBUG < 1
|
2026-01-07 01:03:28 -03:00 |
|
|
|
c6b43b2c48
|
Implement escaping
|
2026-01-07 01:02:57 -03:00 |
|
|
|
0d910634c6
|
Implement underline and strikethrough tokens
|
2026-01-06 23:10:33 -03:00 |
|
|
|
1faa0d5c3b
|
Implement bold token
|
2026-01-06 18:55:26 -03:00 |
|
|
|
36e2b5925c
|
Fix navbar search form action
|
2026-01-06 18:51:53 -03:00 |
|
|
|
0ec784034a
|
Implement list token
|
2026-01-06 18:51:53 -03:00 |
|
|
|
67b6d5db9f
|
Clean test artifacts before assessing coverage
|
2026-01-06 04:23:47 -03:00 |
|
|
|
c8be6d9362
|
Update roadmap
|
2026-01-06 04:13:41 -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 |
|
|
|
9695e2c1ea
|
Expand docs to include formatting features
|
2026-01-05 22:29:52 -03:00 |
|
|
|
5a7557ba7d
|
Handle Anchor edge cases involving punctuation
|
2026-01-05 19:39:56 -03:00 |
|
|
|
b745b74c76
|
Consistently log parser state changes
|
2026-01-05 14:13:57 -03:00 |
|
|
|
a9d9413d72
|
Move roadmap from README to docs/development
|
2026-01-05 14:03:43 -03:00 |
|
|
|
40030c7b5b
|
Move tests to corresponding context parsing modules
|
2026-01-05 13:52:26 -03:00 |
|
|
|
b54def15e0
|
Extract block and inline content parsing to their own modules
|
2026-01-05 13:38:34 -03:00 |
|
|
|
a997f538c3
|
Minor linting tweaks
|
2026-01-05 13:20:48 -03:00 |
|
|
|
6b739d93c2
|
Replace all uses and implementations of new() with default()
|
2026-01-05 13:20:48 -03:00 |
|
|
|
315956e20d
|
Make Oblique no longer a context, add a point module
|
2026-01-05 12:52:48 -03:00 |
|
|
|
de5b3dd377
|
Extract content parser state to its own module
|
2026-01-05 11:29:47 -03:00 |
|
|
|
3571e8d355
|
Reorder justfile quick-assess recipes with tests on top
|
2026-01-05 11:11:11 -03:00 |
|
|
|
735b58866c
|
Make lexeme and token logging more concise
|
2026-01-05 11:10:50 -03:00 |
|
|
|
cb24837ff0
|
Fix unbalanced anchor tags
|
2026-01-05 00:51:52 -03:00 |
|
|
|
dfa835178f
|
Reduce the size of label text
|
2026-01-05 00:49:13 -03:00 |
|