Zettelstore

Timeline
Login

Timeline

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

55 descendants of v0.19.0

2025-02-16
18:41
Fix some issues with go.sum ... (Leaf 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)
2025-01-21
17:57
Rework sztrans.GetNode into GetBlockSlice ... (check-in: 6cb8a08e4b user: stern tags: trunk)
2025-01-17
18:51
Refactor encoder test ... (check-in: d5cd5b61a6 user: stern tags: trunk)
17:14
Add sz/zmk parser to encoder tests. Actual test code is disabled. Use it only for debugging sztrans ... (check-in: 20148d82dd user: stern tags: trunk)
17:12
Fix sztrans problem with default alignment in tables ... (check-in: 39c9b833c7 user: stern tags: trunk)
16:28
Very early version of sz-to-ast transformer ... (check-in: 255fbdd525 user: stern tags: trunk)
2025-01-16
17:34
Fix WalkChildren for block and inline slice ... (check-in: 0fe6a2da29 user: stern tags: trunk)
2025-01-15
19:09
Remove support for inline HTML text ... (check-in: 604ef4d6c1 user: stern tags: trunk)
17:19
Remove support for inline zettel snippets ... (check-in: 391741ca87 user: stern tags: trunk)
16:28
Remove support for metadata type "Zettelmarkup" ... (check-in: d7facbdc44 user: stern tags: trunk)
15:43
Metadata "summary" is now of type string (was: zettelmarkup) ... (check-in: 93bf38c794 user: stern tags: trunk)
2025-01-13
17:13
Remove support for metadata key created-missing ... (check-in: 50f11b04f7 user: stern tags: trunk)
2025-01-10
12:36
Update dependencies ... (check-in: 9a97d28587 user: stern tags: trunk)
12:34
Metadata with suffix "-title" is no longer Zettelmarkup ... (check-in: 3c4e61373e user: stern tags: trunk)
2025-01-06
18:25
Fix some typos in the manual, as proposed by my students ... (check-in: 2b08365e40 user: stern tags: trunk)
2025-01-02
21:27
Fix some additional typos in the manual, not proposed by my student (but possibly inspired by them) ... (check-in: b9ab7bdcfe user: stern tags: trunk)
21:14
Fix typos in manual and in predefined zettel, as proposed by some of my students ... (check-in: 1b276206c6 user: stern tags: trunk)
2024-12-30
20:25
Show metadata "superior" and "subordinates" in WebUi (again) ... (check-in: d46f749922 user: t73fde tags: trunk)
2024-12-27
21:07
Fix: missing lang parameter in building lists menu ... (check-in: 29a09c69df user: t73fde tags: trunk)
20:32
WebUI: build "Lists" menu from zettel "Lists Menu" ... (check-in: c9623db930 user: t73fde tags: trunk)
20:00
Refactor some more wui code w.r.t. to use of sx.ListBuilder ... (check-in: 2239316410 user: t73fde tags: trunk)
19:23
Refactor wui code for "new" template to use a sx.ListBuilder ... (check-in: f4c889cd47 user: t73fde tags: trunk)
2024-12-23
21:06
Fix visibility of zettel "Lists Menu" ... (check-in: b4ca73f9d3 user: t73fde tags: trunk)
20:53
Refactor reverse runing for loop by using slices.Backward ... (check-in: c5021e3402 user: t73fde tags: trunk)
20:44
Add predefined zettel "Lists Menu" ... (check-in: 45cc13804a user: t73fde tags: trunk)
13:33
Upgrade to latest ZS client ... (check-in: 57336d02ba user: t73fde tags: trunk)
2024-12-22
21:31
Refactor collect.Order to return slice of LinkNode, not slice of reference ... (check-in: 994a1467bb user: t73fde tags: trunk)
2024-12-16
17:27
Refactor config handling in WebUI package ... (check-in: 87c8fd7048 user: stern tags: trunk)
10:03
Fix some typos in the manual and in predefined zettel ... (check-in: 96c60bbcc2 user: stern tags: trunk)
2024-12-13
17:13
Remove/refactor some code that still names old-style zids ... (check-in: 62c58505b6 user: stern tags: trunk)
14:38
Remove support for web feeds ... (check-in: 9d8a0b12e2 user: stern tags: trunk)
14:01
Increase version to 0.20.0-dev to begin next development cycle ... (check-in: 8d481c1e92 user: stern tags: trunk)
13:26
Version 0.19.0 ... (check-in: bb751329ab user: stern tags: trunk, release, v0.19.0)