Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2023-09-15
| ||
17:44 | Fix typo ... (Leaf check-in: f535d4cb15 user: stern tags: trunk) | |
17:37 | Update sx dependency ... (check-in: 6ca380ebb5 user: stern tags: trunk) | |
13:59 | Adapt to sx changes: mostly MakeString -> String ... (check-in: d9def91374 user: stern tags: trunk) | |
2023-09-11
| ||
19:33 | Adapt to sx removal of boolean data type ... (check-in: a7d840b1e4 user: stern tags: trunk) | |
2023-08-30
| ||
17:52 | Update to latest sx ... (check-in: 074241f97f user: stern tags: trunk) | |
2023-08-29
| ||
20:38 | Add role conastant tag ... (check-in: 7007b21dd7 user: stern tags: trunk) | |
2023-08-28
| ||
20:59 | Adapt to latest sx changes ... (check-in: f94c80b535 user: stern tags: trunk) | |
2023-08-27
| ||
20:57 | Update to sx; remove support for css-role-map zettel ... (check-in: 8a3198ef96 user: stern tags: trunk) | |
11:18 | Update to latest sx ... (check-in: b88805af6d user: stern tags: trunk) | |
2023-08-24
| ||
23:27 | Update to latest sx ... (check-in: bdc852e018 user: stern tags: trunk) | |
14:04 | Add one Sxn code zettel identifier, modify another one ... (check-in: fc83d5fa00 user: stern tags: trunk) | |
13:42 | Update to latest sx ... (check-in: 8784e3208c user: stern tags: trunk) | |
2023-08-23
| ||
21:44 | Upgrade to latest sx ... (check-in: 7f4464af31 user: stern tags: trunk) | |
2023-08-20
| ||
19:36 | Update to latest sx ... (check-in: 897d49b609 user: stern tags: trunk) | |
2023-08-19
| ||
16:06 | Update to latest sx ... (check-in: c3e4f6b9a0 user: stern tags: trunk) | |
2023-08-18
| ||
18:56 | Update to latest sx ... (check-in: e927739535 user: stern tags: trunk) | |
2023-08-08
| ||
16:35 | Update go.mod to go1.21 ... (check-in: c5ff49f692 user: stern tags: trunk) | |
2023-08-07
| ||
15:17 | Remove support for JSON encoding ... (check-in: 0628873da8 user: stern tags: trunk) | |
13:44 | Version 0.13.0 ... (check-in: 92d8dd7df8 user: stern tags: trunk, release, v0.13.0) | |
10:22 | client: use sx for creating/updating zettel ... (check-in: 4ce083f28b user: stern tags: trunk) | |
09:28 | Refactor zettel encoding/parsing code into package sexp ... (check-in: 751bf5b312 user: stern tags: trunk) | |
2023-08-06
| ||
15:01 | Replace client.GetMetaJSON with client.GetMetaData ... (check-in: 242f7f1e3b user: stern tags: trunk) | |
2023-08-04
| ||
12:39 | Fix: do not import from zettelstore.de/z ... (check-in: 415d591773 user: stern tags: trunk) | |
12:34 | Replace client.ListZettelJSON with client.QueryZettelData ... (check-in: d8ec0f6123 user: stern tags: trunk) | |
09:05 | Add client.QueryAggregate ... (check-in: f4945b6124 user: stern tags: trunk) | |
2023-08-01
| ||
16:50 | Cleanup client functions ... (check-in: 11353c1c56 user: stern tags: trunk) | |
2023-07-31
| ||
14:00 | Remove client call to retrieve unlinked references. It is now part of query. ... (check-in: 3fcdfb72d5 user: stern tags: trunk) | |
11:07 | Add two constants for query directive: UNLINKED, PHRASE ... (check-in: 0425d64cf0 user: stern tags: trunk) | |
2023-07-28
| ||
17:02 | Add remove JSON structs, there are still needed ... (check-in: c2eead0897 user: stern tags: trunk) | |
16:52 | Remove client.GetZettelOrder ... (check-in: 96761dfcc6 user: stern tags: trunk) | |
16:51 | Fix urlbuilder.AppendQuery for empty query ... (check-in: fa60255526 user: stern tags: trunk) | |
16:50 | Remove unneeded JSON structs ... (check-in: 2aef13bf88 user: stern tags: trunk) | |
10:22 | Rename package sx -> sexp and sexp.ParseObject -> sexp.ParseList ... (check-in: c7ecc075f8 user: stern tags: trunk) | |
08:34 | Adapt to changes from sx refactoring ... (check-in: 15cd856cb4 user: stern tags: trunk) | |
2023-07-26
| ||
12:26 | Transform to Fossil repo, no Git any more ... (check-in: 5642a1532f user: stern tags: trunk) | |
11:09 | Adapt to new sxpf/sxhtml (-> sx) repository ... (check-in: 5ec6c91831 user: stern tags: trunk) | |
2023-07-24
| ||
12:43 | Add IDENT constant (query directive) ... (check-in: 5f4fa7c5c3 user: stern tags: trunk) | |
2023-07-20
| ||
06:29 | Add constant for "items" query directive ... (check-in: 9c18193255 user: stern tags: trunk) | |
2023-07-11
| ||
13:30 | Fix some errors in call to sx.ParseObject ... (check-in: 0f8c7f6f9b user: stern tags: trunk) | |
13:19 | Adaptto changes in sxpf (cell -> pair) ... (check-in: 2cdc76baf8 user: stern tags: trunk) | |
2023-07-04
| ||
13:53 | Add 'folge-role' as supported metadata key ... (check-in: 072fd44b02 user: stern tags: trunk) | |
2023-07-03
| ||
10:27 | Refactor client API names to make use of 'Data', instead of 'JSON' ... (check-in: c5ec2d84c1 user: stern tags: trunk) | |
10:21 | client.GetZettelData now returns the data itself, not a pointer to the data ... (check-in: ac88e86323 user: stern tags: trunk) | |
10:14 | Refactor client.authRequest to make use of sx.ParseObject ... (check-in: ddb883ca1e user: stern tags: trunk) | |
10:04 | Migrate client.GetZettelJSON -> client.GetZettelData ... (check-in: 155b0323ca user: stern tags: trunk) | |
2023-07-01
| ||
14:12 | Client: get version is changed to sxpf ... (check-in: a614be36ac user: stern tags: trunk) | |
2023-06-30
| ||
18:12 | Adapt change from sxpf ... (check-in: 76f29d7d27 user: stern tags: trunk) | |
18:11 | Add package sx for helper to work with sxpf data ... (check-in: 1bb202cfb8 user: stern tags: trunk) | |
10:43 | Adapt to changes from sxpf ... (check-in: 56044f8dbb user: stern tags: trunk) | |
2023-06-19
| ||
12:42 | Add constant for sxn webui zettel code ... (check-in: 896bbbea1d user: stern tags: trunk) | |