Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2022-06-21
| ||
16:19 | Add generic function to retrieve list of sorted keys of a map[string]T ... (Leaf check-in: f73d176849 user: stern tags: trunk) | |
2022-06-20
| ||
10:49 | Remove some code smells ... (check-in: 1cfef995fc user: stern tags: trunk) | |
10:36 | Fix s-expr client test ... (check-in: c5cd21ba93 user: stern tags: trunk) | |
2022-06-13
| ||
17:51 | Add client functions to retrieve zettel as S-Expressions ... (check-in: b48b7608b6 user: stern tags: trunk) | |
2022-06-09
| ||
19:31 | Adapt to updated t73fde/sxpf ... (check-in: dad580be6a user: stern tags: trunk) | |
2022-05-23
| ||
13:43 | Remove support for SHTML encoder values; fix some HTML encoding glitches ... (check-in: 48245e7f2e user: stern tags: trunk) | |
12:58 | Refactor sexpr const for link into separate symbols for each type of reference ... (check-in: 78e1fb3714 user: stern tags: trunk) | |
2022-05-20
| ||
15:32 | S-based HTML encoder: use the more general Sequence, instead of Array ... (check-in: b99b3cef93 user: stern tags: trunk) | |
2022-05-19
| ||
20:02 | Upgrade to latest sxpf ... (check-in: 1baf390025 user: stern tags: trunk) | |
16:42 | Fix error in encoding footnotes for HTML, which have footnotes themself ... (check-in: ef90cb12cf user: stern tags: trunk) | |
15:54 | Add additional function to encode HTML via s-expressions. ... (check-in: e9cb15e3d5 user: stern tags: trunk) | |
15:02 | Specify arity of s-encoding HTML functions; remove method MissingArgs ... (check-in: 3f8b3da460 user: stern tags: trunk) | |
2022-05-17
| ||
11:43 | Adapt to new sxpf; remove some code smells ... (check-in: ccafa7dec3 user: stern tags: trunk) | |
2022-05-16
| ||
12:13 | Upgrade to changes from sxpf ... (check-in: 55e1e7a741 user: stern tags: trunk) | |
2022-05-10
| ||
17:13 | Adapt to changes in sxpf ... (check-in: fb9847b631 user: stern tags: trunk) | |
2022-05-09
| ||
17:00 | Upgrade to new sxpf: symbols are only created in an environment ... (check-in: d8798f6777 user: stern tags: trunk) | |
14:44 | Upgrade to new sxpf by adding min and max arity ... (check-in: b58db1ad1a user: stern tags: trunk) | |
13:41 | Upgrade to new sxpf ... (check-in: 337cd56408 user: stern tags: trunk) | |
2022-05-06
| ||
18:19 | Upgrade sexpr-based HTML encoder to make use of sxpf.Evaluate ... (check-in: d032c58e8f user: stern tags: trunk) | |
17:24 | Update to new sxpf ... (check-in: 0238dde044 user: stern tags: trunk) | |
2022-05-03
| ||
11:00 | Move package input back to main Zettelstore ... (check-in: f5f67f50dc user: stern tags: trunk) | |
2022-05-02
| ||
17:45 | Rename two files to make their ZJSON nature more clear ... (check-in: f39bb0c242 user: stern tags: trunk) | |
17:43 | Rewrite sexpr-based text encoder with sxpf ... (check-in: 4e0a89012e user: stern tags: trunk) | |
13:27 | Move basic s-expression framework into own package github.com/t73fde/sxpf ... (check-in: 796135f478 user: stern tags: trunk) | |
2022-05-01
| ||
11:55 | Refactor sexpr-reader to use only methods from package io ... (check-in: e93eb81409 user: stern tags: trunk) | |
2022-04-30
| ||
17:30 | Add support for function to s-expression evaluator ... (check-in: b4eb1d9d52 user: stern tags: trunk) | |
16:47 | Some refactorings for the s-expression evaluator ... (check-in: 888672fb40 user: stern tags: trunk) | |
16:36 | Add simple s-expression evaluator ... (check-in: bb4f23da7e user: stern tags: trunk) | |
12:14 | Sexpr: allow escape character "\" in strings ... (check-in: 6f3f735d83 user: stern tags: trunk) | |
2022-04-29
| ||
17:37 | Add fizz test for sexpr reader ... (check-in: 54a9f8864e user: stern tags: trunk) | |
15:34 | Add a sexpr reader ... (check-in: b816ddf719 user: stern tags: trunk) | |
14:45 | Split Sexpr data types into own files ... (check-in: 745102eb32 user: stern tags: trunk) | |
14:25 | Initial version of full implementation of sexpr-based HTML encoder ... (check-in: b6a53645f2 user: stern tags: trunk) | |
2022-04-28
| ||
18:17 | Add some more functionality to sexpr-based HTML encoder ... (check-in: 33d8f5ab76 user: stern tags: trunk) | |
2022-04-27
| ||
08:23 | Fix typo in sexpr-based HTML encoder ... (check-in: 729292f500 user: stern tags: trunk) | |
08:22 | Add experimental SHTML encoder ... (check-in: c7cf8bc2e2 user: stern tags: trunk) | |
2022-04-26
| ||
17:17 | Refactor sexpr-based HTML encoding, add encoder for links ... (check-in: 9cfd60fe8b user: stern tags: trunk) | |
15:20 | Move attributes into own package ... (check-in: 2fa965dacb user: stern tags: trunk) | |
14:48 | Add helper function to sexpr-based HTML encoder ... (check-in: c2fdf96814 user: stern tags: trunk) | |
2022-04-25
| ||
18:07 | Add very, very initial HTML encoder based on sexpr ... (check-in: 767d123dbd user: stern tags: trunk) | |
14:33 | Add data structure sexpr ... (check-in: bfcdb9dba1 user: stern tags: trunk) | |
2022-04-24
| ||
17:55 | Incorporate packe input from Zettelstore ... (check-in: 4d3d196321 user: stern tags: trunk) | |
2022-04-23
| ||
11:34 | Remove constants for previous native encoding of zettel ... (check-in: b6d82c16c4 user: stern tags: trunk) | |
2022-04-22
| ||
18:06 | Cleanup HTML encoder, add some omissions ... (check-in: 05a3f34ba7 user: stern tags: trunk) | |
10:03 | Move names of metadata types from package zjson to the more appropriate package api ... (check-in: 405b067a0a user: stern tags: trunk) | |
2022-04-21
| ||
10:20 | Add sexpr encoder constants ... (check-in: b90db90213 user: stern tags: trunk) | |
2022-04-20
| ||
17:57 | Fix overwriting of HTML encoder type functions ... (check-in: 41e4f4507a user: stern tags: trunk) | |
2022-04-16
| ||
17:57 | Fix in MakeMeta ... (check-in: 9061cc7846 user: stern tags: trunk) | |
2022-04-14
| ||
17:12 | Refactor to remove some code smells ... (check-in: 68c72b3482 user: stern tags: trunk) | |
16:53 | Fix: HTML encoder for images: remove / ... (check-in: d93e4e64b0 user: stern tags: trunk) | |