Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-03-11
| ||
16:19 | Remove unneeded encoder vars for text and zmk encoding ... (Leaf check-in: 45c2680bfa user: stern tags: trunk) | |
14:11 | Move all encoders in one package ... (check-in: 725013bc89 user: stern tags: trunk) | |
2025-03-10
| ||
18:52 | Refactored strfun.XMLEscape into web/xml ... (check-in: 08d7e39dbc user: stern tags: trunk) | |
17:04 | Typos in Website; add missing download link to Android executable ... (check-in: 9e0f33d64a user: stern tags: trunk) | |
16:52 | Move internal packages below dir "internal" ... (check-in: 6f5241082e user: stern tags: trunk) | |
2025-03-07
| ||
19:04 | Increase version to 0.21.0-dev to begin next development cycle ... (check-in: 78bd8825fa user: stern tags: trunk) | |
16:48 | Fix release date for 0.20.0 in changelog ... (check-in: f0f37f254c user: stern tags: trunk) | |
16:06 | Version 0.20.0 ... (check-in: 674f1fe89d user: stern tags: trunk, release, v0.20.0) | |
10:41 | Update golang dependencies ... (check-in: b138cefd04 user: stern tags: trunk) | |
2025-03-04
| ||
21:23 | Prepare for adding an inline in a transclude node ... (check-in: c10b43e269 user: t73fde tags: trunk) | |
2025-03-03
| ||
23:45 | Remove inline variant of parser/cleaner and evaluator: they were not used any more ... (check-in: 71ae7fc16a user: t73fde tags: trunk) | |
2025-03-02
| ||
20:57 | Adapt to latest ZSC ... (check-in: 7ba17a4d02 user: t73fde tags: trunk) | |
2025-03-01
| ||
23:49 | Update to latest ZSC ... (check-in: 41033e6438 user: t73fde tags: trunk) | |
2025-02-27
| ||
21:03 | emove HTTP server timeouts: Zettelstore should not be exposed directly to the internet, e.g. because of missing HTTP encryption. ... (check-in: 4d723b858b user: t73fde tags: trunk) | |
2025-02-26
| ||
21:25 | Apply modernize ... (check-in: cbcabd5f78 user: t73fde tags: trunk) | |
2025-02-25
| ||
19:12 | Adapt to ZSC changes (introducing sz.MakeXXX AST building functions), refactor sz encoder to remove sx.Vector and use sx.ListBuilder ... (check-in: 75f4589146 user: stern tags: trunk) | |
12:04 | Update to latest Sx, Zsc ... (check-in: 551552261b user: stern tags: trunk) | |
2025-02-24
| ||
18:44 | Adapt to ZSC change (walk.VisitAfter) ... (check-in: c09ee91763 user: stern tags: trunk) | |
13:07 | sztrans: add syntax to AST embed ... (check-in: 38addcb338 user: stern tags: trunk) | |
11:16 | Update to new ZSC ... (check-in: 3d605a8325 user: stern tags: trunk) | |
11:11 | API: remove superflouous '(list ...)' in data encoding for query and aggregate ... (check-in: e14941fc3c user: stern tags: trunk) | |
2025-02-21
| ||
18:29 | Some refactorings in preparation of sx transition ... (check-in: 9745a8d7ab user: stern tags: trunk) | |
14:10 | Remove previous parser ... (check-in: 9568880ac6 user: stern tags: trunk) | |
2025-02-18
| ||
18:09 | Enable ZMK parser from ZSC ... (check-in: a2e12ea461 user: stern tags: trunk) | |
11:27 | Adapt to Sx changes: use ListBuilder.AddN ... (check-in: f85c9deb7c user: stern tags: trunk) | |
2025-02-17
| ||
13:55 | Update dependencies ... (check-in: 06a186c37d user: stern tags: trunk) | |
2025-02-16
| ||
18:41 | Fix some issues with go.sum ... (check-in: 07ab548853 user: t73fde tags: trunk) | |
18:09 | Make use of Sx list iters ... (check-in: 7ac84dda26 user: t73fde tags: trunk) | |
2025-02-14
| ||
16:59 | Refactor query retrieval ... (check-in: 79363d507d user: stern tags: trunk) | |
16:54 | Update to latest ZSC: fixes a query bug ... (check-in: 6cfe677abd user: stern tags: trunk) | |
14:37 | Make second zmk parse public to make linters happy (just temporary) ... (check-in: d9f24587f4 user: stern tags: trunk) | |
14:33 | WebUI: reorder links to other zettel in zettel view ... (check-in: 3c1b210b15 user: stern tags: trunk) | |
2025-02-13
| ||
09:40 | Adapt to ZSC changes; fix one additional issue ... (check-in: 41a296fee9 user: stern tags: trunk) | |
09:30 | Adapt to ZSC changes: remove package domain/id/idslice ... (check-in: d75d59f007 user: stern tags: trunk) | |
09:08 | Adapt to ZSC changes (mostly refactoring meta.Value methods) ... (check-in: 3692fae4b6 user: stern tags: trunk) | |
2025-02-12
| ||
19:27 | Use Go 1.24; renamed app -> zero ... (check-in: 1f2dc8a7df user: stern tags: trunk) | |
2025-02-11
| ||
12:10 | Update golang dependencies ... (check-in: 8fa366e15f user: stern tags: trunk) | |
12:09 | Adapt to ZSC changes: removal of package maps ... (check-in: 9ded4da858 user: stern tags: trunk) | |
10:35 | Got package strfun back from ZSC ... (check-in: ea90337117 user: stern tags: trunk) | |
10:17 | Adapt to ZSC changes: use app/set.Set instead of zsc/strfun.Set ... (check-in: 42b0f4b78a user: stern tags: trunk) | |
2025-02-07
| ||
15:54 | Adapt to ZSC changes: meta pair slices are now iterators ... (check-in: c9d85e55ef user: t73fde tags: trunk) | |
2025-02-06
| ||
20:39 | Rename constants for verbatim/literal code ... (check-in: e5807a226d user: t73fde tags: trunk) | |
20:22 | Adapt to ZSC changes: move meta/zid constants to their specific packages; refactor metadata value methods ... (check-in: a79ed0fc02 user: t73fde tags: trunk) | |
2025-02-05
| ||
23:51 | Adapt to ZS client change: added meta.Value ... (check-in: c5f17ae902 user: t73fde tags: trunk) | |
2025-02-04
| ||
20:44 | Move zettel/meta and strfun to zs client ... (check-in: 95741167b3 user: t73fde tags: trunk) | |
2025-02-03
| ||
17:57 | Adapt to client changes: rename some idset methods; some additional refactoring ... (check-in: 904e0c16f4 user: stern tags: trunk) | |
17:34 | Move handling of zettel identifier into zs client ... (check-in: aaed8e7787 user: stern tags: trunk) | |
2025-02-02
| ||
16:33 | Fix CONTEXT query; add MIN directive ... (check-in: a27bf9138f user: stern tags: trunk) | |
2025-01-31
| ||
14:23 | Fix some issues with lists menu zettel ... (check-in: c0a95620c5 user: stern tags: trunk) | |
2025-01-22
| ||
17:26 | Fix some issues in sztrans; add zsc zmk parser (prototype) ... (check-in: 9ee25cbc62 user: stern tags: trunk) | |