Zettelstore

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2025-11-24
12:56
Cleanup wording (outside the manual) ... (Leaf check-in: 33781be17e user: stern tags: trunk)
2025-11-19
14:22
Update to improved client / zmk parser ... (check-in: dc2e19d8cc user: stern tags: trunk)
2025-11-18
16:53
Refactor registration of parsers ... (check-in: a36fcd9964 user: stern tags: trunk)
16:06
Fix parsing markdown lists (again, now with more tests) ... (check-in: 177310b8f9 user: stern tags: trunk)
15:49
Update manual: children of SZ lists and descriptions ... (check-in: 3696ee9a9d user: stern tags: trunk)
2025-11-17
17:32
Fix markdown list quote parisng issues, zmk generation issues ... (check-in: 14e0616204 user: stern tags: trunk)
16:16
Manual/Constbox: update external URIs ... (check-in: 4a5521963b user: stern tags: trunk)
10:00
Fix tests and docs: markdown's nested block quotes cannot be represented in zettelmarkup (but in sz) ... (check-in: 6ada8eab7a user: stern tags: trunk)
2025-11-14
18:03
Fix list SZ encoding when paring markdown; open: zmk encoding has some errors ... (check-in: eb40af11d3 user: stern tags: trunk)
15:34
Fix typo ... (check-in: 85de562bea user: stern tags: trunk)
15:27
Refactor box: introduce CreateBox, UpdateBox, DeleteBox ... (check-in: cdcdc342f1 user: stern tags: trunk)
15:01
Refactor cmd / auth / ast code ... (check-in: 2a3f567535 user: stern tags: trunk)
2025-11-10
18:06
Fix some (s)html generating errors: missing "id=..."; images w/o alt text ... (check-in: 47bb7e33c9 user: stern tags: trunk)
16:46
WebUI: fix missing "alt" attribute in image ... (check-in: 87265f2e43 user: stern tags: trunk)
2025-11-08
18:17
Refactor dirbox direntry ... (check-in: 706a54fef9 user: stern tags: trunk)
18:16
Update zsc dependency, should fix heisenbug in retrieving some tag zettel ... (check-in: 62ce4a6112 user: stern tags: trunk)
16:05
Refactoring wrt tag and role zettel ... (check-in: e658bc7362 user: stern tags: trunk)
15:35
Wrap result of inline zettel transclusion into an inline span element ... (check-in: e1004bf332 user: stern tags: trunk)
2025-11-07
18:52
Refactor block transclusion of a zettel ... (check-in: 2f0480bd83 user: stern tags: trunk)
18:43
Update zsc dependency which improves parsing of zmk endnotes ... (check-in: 7b45f159d6 user: stern tags: trunk)
18:40
Block transclusion is wrapped into a block region when evaluated, which inherits the attributes of the transclusion. ... (check-in: 50d9796882 user: stern tags: trunk)
17:48
Fix development docs ... (check-in: 1e022b2a37 user: stern tags: trunk)
2025-11-06
13:52
Update dependencies ... (check-in: a3b149d584 user: stern tags: trunk)
2025-10-27
17:13
Parser: remove unneeded text encoder in Markdown parser ... (check-in: 6bb0627d73 user: stern tags: trunk)
11:03
Add some tests for parsing/cleaning; make linter in cleaner happy ... (check-in: aee71ef24d user: stern tags: trunk)
10:37
Removal of HTML will be done during parsing, not during "cleaning" any more ... (check-in: af8992dabe user: stern tags: trunk)
2025-10-26
11:24
Tools: add "deadcode" to check tool chain ... (check-in: 0cf3a036db user: stern tags: trunk)
11:21
Adapt to zsx change; use constant for default attribute ... (check-in: 5bbd7cf8d6 user: stern tags: trunk)
11:13
Fix error in new UNLINKED code ... (check-in: 2a653e78c1 user: stern tags: trunk)
10:48
Remove empty files; move GetSz(meta) to ast package ... (check-in: fbe15b0fda user: stern tags: trunk)
10:37
Remove all AST-related code, which is not called any more ... (check-in: bf9d453d6e user: stern tags: trunk)
10:19
Add comment for way too simple implementation of unlinked visitor ... (check-in: 94f07eca6a user: stern tags: trunk)
10:11
Replace AST-based unlinked search with a (too) simple SZ-based search. ... (check-in: 4e70d49d25 user: stern tags: trunk)
09:51
Adapt to zero changes ... (check-in: 2b486e50ea user: stern tags: trunk)
2025-10-25
15:43
Refactor query ITEMS processing to remove AST-based code and use SZ-based code. ... (check-in: 1cf9ba82d7 user: t73fde tags: trunk)
2025-10-24
17:55
Remove textEncoder.WriteInlines and resulting unneeded code ... (check-in: 7383a2a48f user: stern tags: trunk)
17:51
Remove encoder.WriteBlocks; remove all unneeded code ... (check-in: 264e986e4b user: stern tags: trunk)
17:38
Get rid of ast.Zettel.BlocksAST. (Some AST related code is still in the software; in most cases hidden after sztrans call) ... (check-in: 41205d66f8 user: stern tags: trunk)
16:55
Make use of zsx.WalkIt to deliver the pairlist node ... (check-in: 928c347868 user: stern tags: trunk)
16:15
Fix regression in Markdown parser ... (check-in: f63e834a80 user: stern tags: trunk)
16:10
Finish zmk encoder ... (check-in: 760cac6659 user: stern tags: trunk)
13:07
Adapt to zsx changes ... (check-in: 010d388fb8 user: stern tags: trunk)
2025-10-23
17:05
EvaluateBlock returns a SZ list, not an AST node ... (check-in: 337d972e53 user: stern tags: trunk)
16:52
Evaluation is fully SZ-based (but returns still an AST) ... (check-in: f13b5c498d user: stern tags: trunk)
11:41
Split evaluator into three files ... (check-in: d424175a60 user: stern tags: trunk)
2025-10-22
16:14
Refactor block evaluation to be sz-based ... (check-in: 2b297a439f user: stern tags: trunk)
13:42
zmkenc: replace own implementation of writeRef with sz.WriteReference ... (check-in: deddd88395 user: stern tags: trunk)
2025-10-21
17:10
Fix panic when traversing a LINK node; add documentation about future Sz encoding symbols; update zsx dependency ... (check-in: 4c0449137e user: stern tags: trunk)
2025-10-20
16:46
Implement evaluators for links and verbatim-eval-draw as a sz-based walker ... (check-in: 9c53c97eb3 user: stern tags: trunk)
13:19
Remove almost all external ast references in evaluator ... (check-in: 845172de7d user: stern tags: trunk)