|
|
6f8567e5ba
|
Make quote logging verbose
|
2026-02-09 21:46:01 -03:00 |
|
|
|
898708691a
|
Revert to text decoration for visited link distinctions
|
2026-02-09 21:46:01 -03:00 |
|
|
|
834949939a
|
Extract lexer to its own module
|
2026-02-09 21:46:01 -03:00 |
|
|
|
39c7373e7e
|
Simplify a quote example to not have a citation
|
2026-02-09 01:50:52 -03:00 |
|
|
|
ed4d703d46
|
Adjust spacing on quote syntax examples
|
2026-02-08 19:37:59 -03:00 |
|
|
|
0376d55356
|
Fix mismatched example in Syntax page
|
2026-02-08 19:32:11 -03:00 |
|
|
|
55d2e37ce2
|
Simplify quote citation URL lookup
|
2026-02-08 19:21:21 -03:00 |
|
|
|
260610c4a0
|
Implement blockquote token
|
2026-02-08 18:31:56 -03:00 |
|
|
|
aa41e33ced
|
Implement verse token, scaffold quote token
|
2026-02-08 14:52:16 -03:00 |
|
|
|
3ea6c53920
|
Adjust visited anchor color, header sizes and wrapping
|
2026-02-08 14:17:20 -03:00 |
|
|
|
95411ef605
|
Make doc comments in graph.rs more consistent
|
2026-01-21 21:02:16 -03:00 |
|
|
|
21a710658d
|
Analyze necessity and effects of checked arithmetic
|
2026-01-21 16:52:54 -03:00 |
|
|
|
5156161650
|
Sketch out a possible table syntax in the roadmap
|
2026-01-19 02:29:14 -03:00 |
|
|
|
c5174824ec
|
Fix mismatched font sizes across prose faces
|
2026-01-19 02:08:42 -03:00 |
|
|
|
7e9f3c3afb
|
Minor refactorings, doc comments
|
2026-01-19 01:53:43 -03:00 |
|
|
|
5151c53a2b
|
Expand test coverage
|
2026-01-19 01:45:54 -03:00 |
|
|
|
386e6b482b
|
Fix summing of total detached edges
|
2026-01-19 01:45:40 -03:00 |
|
|
|
2549e904b3
|
Cleanup node display logic
|
2026-01-19 01:44:22 -03:00 |
|
|
|
9f9042a19d
|
Make node connections no longer an Option
|
2026-01-19 01:42:23 -03:00 |
|
|
|
c0e5182978
|
Return Result instead of Option in version parsing
|
2026-01-19 01:39:09 -03:00 |
|
|
|
817777d7d6
|
Expand Graph module test coverage
|
2026-01-18 03:10:30 -03:00 |
|
|
|
6eea10f74d
|
Update acknowledgments
|
2026-01-17 16:51:49 -03:00 |
|
|
|
1103c89428
|
Replace hardcoded static files with a static endpoint
|
2026-01-17 16:09:51 -03:00 |
|
|
|
6882600336
|
Swap fonts, adjust line height, add pre and code hover effects
|
2026-01-17 13:47:39 -03:00 |
|
|
|
c23d35217d
|
Further centralize state, return result from serial methods
|
2026-01-17 04:01:03 -03:00 |
|
|
|
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 |
|