Zettelstore Client

Timeline
Login

Timeline

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

50 most recent check-ins

2025-04-03
11:07
Update to latest Sx, zsx, sxwebs ... (Leaf check-in: 2d43ee8af1 user: stern tags: trunk)
2025-03-25
16:55
Fix sz.ScanReference to allow fragments only resulting in SELF reference ... (check-in: 7fa708d3bd user: stern tags: trunk)
16:45
Refactor sz.ScanReference, leading to updated tests ... (check-in: 748a21e51f user: stern tags: trunk)
2025-03-20
15:22
Moved ScanEntity back to zsx ... (check-in: 07bbd8cce6 user: stern tags: trunk)
15:13
Got zsc/input/ScanEntity ... (check-in: 95f53cd9aa user: stern tags: trunk)
13:34
Extracted domain/id/idgraph to zero, to make it more accessible ... (check-in: 0791fe7625 user: stern tags: trunk)
2025-03-18
19:12
Re-introduce sz.Meta and its associated functions ... (check-in: 82780b45b0 user: stern tags: trunk)
14:48
Move package input to zsx; use zsx symbols ... (check-in: e7328338dc user: stern tags: trunk)
2025-03-17
18:01
Remove usage of attrs.Attribute, in fovour of zsx.Attribute, same for sz.GoValue ... (check-in: d5fd7ae0e0 user: stern tags: trunk)
17:42
Remove some unused code ... (check-in: ce441e6890 user: stern tags: trunk)
13:42
Remove Sz CALL-*, which are replaced by cell attributes ... (check-in: fb01063d35 user: stern tags: trunk)
11:49
Add attribute to Sz encoding of table cells ... (check-in: ba884382ed user: stern tags: trunk)
2025-03-14
14:43
Add attributes to block BLOBs ... (check-in: 7e15b5aa03 user: stern tags: trunk)
13:34
sz: add attributes to list and description elements ... (check-in: a55579640a user: stern tags: trunk)
2025-03-13
17:28
Add missing sz walker for SymBLOB ... (check-in: 2ee0524d19 user: stern tags: trunk)
14:54
Move reference scanning from sz/zmk to sz ... (check-in: 89b203012d user: stern tags: trunk)
14:17
Refactor sz Reference handling ... (check-in: b2e6ce0cd3 user: stern tags: trunk)
13:38
sz: refactor all SymLink* into one SymLink, and reference shows the link type ... (check-in: 3f6c2b1e8a user: stern tags: trunk)
2025-03-12
17:12
sz/zmk: refactor to use a user-initialized parser struct ... (check-in: 75cc371b38 user: stern tags: trunk)
16:48
Fix changelog ... (check-in: 07ea1d1e75 user: stern tags: trunk)
2025-03-07
16:02
Fix date in home page ... (check-in: 9c43b4d2b2 user: stern tags: trunk)
15:01
Version 0.20.0 ... (check-in: 16b4168715 user: stern tags: release, trunk, v0.20.0)
2025-03-04
21:11
sz: allow optional inlines in Transclude list ... (check-in: d73c989323 user: stern tags: trunk)
2025-03-02
20:49
sz/zmk: remove ParseInline, it is only needed for internal tests; small associated refactorings, e.g. rename ParseBlocks into Parse ... (check-in: ffb4bbf104 user: stern tags: trunk)
2025-03-01
23:47
Refactor sz/zmk parsing methods to use input only, if possible ... (check-in: e02bf476a5 user: stern tags: trunk)
23:26
sz/zmk parses attributes with internal functions instead of parser methods (refactor) ... (check-in: a264505e6c user: stern tags: trunk)
23:10
Remove one stmt that was wrongly "modernized" ... (check-in: d6d7fb1786 user: stern tags: trunk)
2025-02-26
21:23
Apply modernize ... (check-in: de0d19d41c user: stern tags: trunk)
2025-02-25
19:09
Introduce sz.MakeXXX functions to build AST nodes; refactor; fix some minor bugs ... (check-in: 885ca05c08 user: stern tags: trunk)
12:03
Client: no sx reader limit for QueryZettelData ... (check-in: 75031f89e1 user: stern tags: trunk)
2025-02-24
18:40
Make sz.walk.Visitor.VisitAfter simpler ... (check-in: fa40a48cc0 user: stern tags: trunk)
13:06
Remove some linter warnings ... (check-in: e60c0d63e9 user: stern tags: trunk)
13:01
Fix embed parsing (syntax) ... (check-in: 5684966b9d user: stern tags: trunk)
12:21
Fix walk error for embed ... (check-in: 70a40876e8 user: stern tags: trunk)
11:13
Adapt client.QueryZettelData to new encoding in ZS 0.20-dev ... (check-in: bfb53b97f7 user: stern tags: trunk)
10:08
Fix: sexp.ParseList ... (check-in: cad09c46bd user: stern tags: trunk)
09:41
Add type spec 'r' to sexp.ParseList ... (check-in: c8f96ad44a user: stern tags: trunk)
2025-02-18
18:06
Fix some errors in zmk parser ... (check-in: e95a9f353c user: stern tags: trunk)
11:19
Adapt to sx update: ListBuilder.List() does not reset any more ... (check-in: f4088f654e user: stern tags: trunk)
2025-02-17
13:43
Update dependencies ... (check-in: 961574f9e8 user: stern tags: trunk)
2025-02-16
18:02
Use sx list iters ... (check-in: 0f7af1b4d6 user: stern tags: trunk)
2025-02-14
16:52
Fix idset intersection (remove falso optimization) ... (check-in: 0a3290c5ef user: stern tags: trunk)
2025-02-13
13:16
Reword home page; fix a typo ... (check-in: 2a0501e6b5 user: stern tags: trunk)
09:39
Fix some issues in meta ... (check-in: 5d71126159 user: stern tags: trunk)
09:26
Remove package domain/id/idslice ... (check-in: 133b836832 user: stern tags: trunk)
09:05
Refactor meta.Value.AsList into more specific functions / iterators ... (check-in: 39d0d0b9f0 user: stern tags: trunk)
2025-02-12
19:18
Use Go 1.24; rename app -> zero ... (check-in: 6878d8109a user: stern tags: trunk)
2025-02-11
12:06
Remove package maps; replaced by slices.sorted(maps.Keys(m)) ... (check-in: 3eb36c7017 user: stern tags: trunk)
10:33
Move package strfun back to Zettelstore ... (check-in: 9942fab24d user: stern tags: trunk)
10:14
Make use of app/set.Set instead of strfun.Set ... (check-in: b42217cdde user: stern tags: trunk)