Zettelstore

Timeline
Login

Timeline

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

50 most recent check-ins

2025-10-27
17:13
Parser: remove unneeded text encoder in Markdown parser ... (Leaf 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)
12:50
Refactorings; mostly to make AST code simpler, for later removal ... (check-in: c7545301d7 user: stern tags: trunk)
12:27
Remove function ast.NormalizedSpacedText; use implementation from zs client ... (check-in: 9c899c013f user: stern tags: trunk)
11:41
Refactor query action evaluator to be based on SZ (instead of goAST) ... (check-in: 88e455ec2a user: stern tags: trunk)
09:41
Refactor evaluator.EvaluateBlockAST to be a function ... (check-in: d760bdf96e user: stern tags: trunk)
09:32
Refactor evaluator.createInlineErrorTextAST ... (check-in: 66ccb2fcd5 user: stern tags: trunk)
2025-10-17
17:46
Update dependencies ... (check-in: 0c006770da user: stern tags: trunk)
16:30
Adapt to sx changes ... (check-in: b62bc62b6a user: stern tags: trunk)
15:20
Base metadata evaluator on SZ AST ... (check-in: 57c0cad750 user: stern tags: trunk)
13:32
Let evaluator for syntax sxn be based on SZ AST ... (check-in: 99e08822d6 user: stern tags: trunk)
2025-10-16
15:07
Add missing updates dependency zsx ... (check-in: 4e38774462 user: stern tags: trunk)
15:03
Make all reference retrieving function SZ-based ... (check-in: 6e6b8c0bc1 user: stern tags: trunk)
14:00
Add SZ-based implementation of zettel references collector ... (check-in: 604c0a9328 user: stern tags: trunk)
13:03
Let wui template builder for "lists" and "new" menu based on sz-based code ... (check-in: 798f956066 user: stern tags: trunk)
12:07
Replace *ast.Zettel with *ast.BlockSlice if only zn.BlocksAST / zn.Blocks is used ... (check-in: 52796efe54 user: stern tags: trunk)
11:53
Marking AST processing functions with a name ending with "AST" ... (check-in: 9c2e1ec43a user: stern tags: trunk)
2025-10-15
16:58
Make plain text parsers and "none" parser to make use of zsc/sz defined parser ... (check-in: 38a9dc24cb user: stern tags: trunk)
13:06
Update dependencies ... (check-in: 5891354676 user: t73fde tags: trunk)
12:38
Replace AST-based indexer with SZ-based one; fix error in Blob-AST walker ... (check-in: 68ebb5c5f0 user: stern tags: trunk)
2025-10-14
17:24
Add zsx.Walk into box manager, but not operational ... (check-in: fd6696169f user: stern tags: trunk)
2025-10-13
18:10
Remove cleaning after parsing; move it to usecase and specific tests ... (check-in: 5de2091f15 user: stern tags: trunk)
17:31
Remove parser.ParseAST; add tests to support parser.Parse wrt SZ encoding; fix a regression ... (check-in: 86d4db26a3 user: stern tags: trunk)
17:18
Rename ast.ZettelNode into ast.Zettel and move it into own package file ... (check-in: 0a829734aa user: stern tags: trunk)
16:57
fix typo in manual ... (check-in: 8ac8fd09c7 user: stern tags: trunk)