Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2023-03-28
| ||
16:28 | Version 0.11.1 ... (Leaf check-in: fede87bf67 user: stern tags: trunk, release, v0.11.1) | |
2023-03-27
| ||
14:53 | Version 0.11.0 ... (check-in: 30ca5d039f user: stern tags: trunk, release, v0.11.0) | |
10:58 | Add search term ''PICK n'' to replace ''RANDOM'' in most use cases ... (check-in: b131f5e588 user: stern tags: trunk) | |
2023-03-24
| ||
18:35 | Refactor box starting logic ... (check-in: 7e994b14d3 user: stern tags: trunk) | |
18:23 | Fix some problem of box starting process ... (check-in: af93115f40 user: stern tags: trunk) | |
2023-03-23
| ||
20:00 | Make async start of managed boxes more predictable; API tests are currently failing, mostly due to the tests ... (check-in: f3e4f190db user: stern tags: trunk) | |
2023-03-21
| ||
18:17 | Update cost model of zettel context; include zettel found by tags ... (check-in: 3d020b4675 user: stern tags: trunk) | |
2023-03-20
| ||
17:19 | Refactor file placement of some box helper functions ... (check-in: 4490df3d80 user: stern tags: trunk) | |
14:56 | Add govulncheck to build tool ... (check-in: 16a5cd508d user: stern tags: trunk) | |
14:12 | Update manual ... (check-in: e34baf1bb4 user: stern tags: trunk) | |
13:35 | Remove support for Zettelmarkup used in title of a zettel. Now the title is just plain text ... (check-in: 6b3192daec user: stern tags: trunk) | |
2023-03-19
| ||
12:01 | Update license dates ... (check-in: cf7a9e2dde user: t73fde tags: trunk) | |
11:25 | Update to latest client / sxpf ... (check-in: 341c6ead27 user: t73fde tags: trunk) | |
2023-03-17
| ||
17:45 | Remove support for runtime configuration marker-external ... (check-in: 5c05b3023c user: stern tags: trunk) | |
17:21 | Clean up HTML generation by not generating some empty tags ... (check-in: d0d1b8c5f5 user: stern tags: trunk) | |
2023-03-16
| ||
17:41 | Add SHTML documentation ... (check-in: 9071fee106 user: stern tags: trunk) | |
17:07 | Update to latest sxpf ... (check-in: 4fc19aea62 user: stern tags: trunk) | |
2023-03-13
| ||
16:59 | Use SxHTML to generate HTML. Adds new, and yet undocumented, encoding "shtml". ... (check-in: 7a2f27fbe8 user: stern tags: trunk) | |
2023-03-09
| ||
16:09 | S-Expr: HEADING now uses an explicit INLINE parameter, not an implicit text list ... (Leaf check-in: ae57dcd9ac user: stern tags: sxhtml) | |
14:20 | Update to latest Go modules ... (check-in: 31aa0c0b76 user: stern tags: sxhtml) | |
14:18 | Upgrade to latest Go modules: /x/text, /x/term, /x/crypto ... (check-in: ccaa832533 user: stern tags: trunk) | |
2023-03-06
| ||
21:48 | Sxpf removed nArgs parameter in callables ... (check-in: 6767fb1390 user: t73fde tags: sxhtml) | |
2023-03-02
| ||
18:10 | Fix SExpr generation of metadata ... (check-in: 72496703e5 user: stern tags: sxhtml) | |
10:17 | Follow introduction of sxpf.SymbolFactory.MustMake ... (check-in: c744579c80 user: stern tags: sxhtml) | |
2023-03-01
| ||
18:09 | Use SxHTML instead of zettelstore-client package html. ... (check-in: ae45812f00 user: stern tags: sxhtml) | |
14:30 | Remove reference to zs client package html in mustache and URL output for get_zettel ... (check-in: 199c35b121 user: stern tags: sxhtml) | |
13:10 | Change transformation of endnotes into s-expression to fix SHTML generation ... (check-in: 79a6ef7e6d user: stern tags: sxhtml) | |
2023-02-28
| ||
18:07 | Make use of new sxpf evaluation strategy ... (check-in: b82f432208 user: stern tags: sxhtml) | |
13:44 | Follow renaming of symbols in zettelstore-client ... (check-in: bd3503f419 user: stern tags: sxhtml) | |
12:59 | Update to latest changes in sxpf / sxhtml ... (check-in: dded1fea10 user: stern tags: sxhtml) | |
2023-02-27
| ||
17:52 | HTML encoder makes fully use of SHTML + SxHTML ... (check-in: 95cc31751a user: stern tags: sxhtml) | |
15:44 | (S)HTML encoder: all AST nodes at least partially implemented, all encoding tests done ... (check-in: 185bf72697 user: stern tags: sxhtml) | |
2023-02-24
| ||
18:21 | Add support for endnotes ... (check-in: 33936b2f11 user: stern tags: sxhtml) | |
2023-02-23
| ||
18:36 | Generate literal that should not be escaped for external link ... (check-in: 6dcd5ad495 user: stern tags: sxhtml) | |
18:00 | WebUI: customize SHTML transformer ... (check-in: 022178fa1d user: stern tags: sxhtml) | |
15:32 | Update test fpr block comment ... (check-in: a94a84bdb4 user: stern tags: sxhtml) | |
2023-02-22
| ||
15:00 | Rename 'sxpf.Value' to 'sxpf.Object' ... (check-in: 480a62820a user: stern tags: sxhtml) | |
2023-02-20
| ||
22:10 | SHTML: tests for block comments, description lists, tables adapted ... (check-in: 9634cb4194 user: t73fde tags: sxhtml) | |
2023-02-19
| ||
23:01 | Replace sxpf.Pair with sxpf.List (which allows dotted pairs) ... (check-in: 4ed764f7bd user: t73fde tags: sxhtml) | |
21:23 | Adapt to sxpf update: add support for dotted list s-expressions ... (check-in: b3c785ad8f user: t73fde tags: sxhtml) | |
2023-02-18
| ||
22:54 | Allow to generate SHTML at WebUI ... (check-in: 601b06f582 user: t73fde tags: sxhtml) | |
18:03 | Sexpr generation now results in a fully evaluative results, i.e. every list starts with a symbol. ... (check-in: 6f04ee8769 user: t73fde tags: sxhtml) | |
18:00 | Fix: wrong generation for decription list in zmkenc ... (check-in: aa3f9aae89 user: t73fde tags: sxhtml) | |
2023-02-17
| ||
22:02 | Add tests for most inline elements; fix bug in zmk encoder ... (check-in: 779fd00e5c user: t73fde tags: sxhtml) | |
2023-02-16
| ||
21:21 | Add test cases for SHTML encoding of thematic break, ordered and unordered list. ... (check-in: 8e74887a85 user: t73fde tags: sxhtml) | |
2023-02-15
| ||
18:58 | Update golang dependencies ... (check-in: fc16045e75 user: stern tags: sxhtml) | |
18:54 | Update golang dependencies ... (check-in: a617e99e7a user: stern tags: trunk) | |
18:49 | Integrate update from client; align tests with process ... (check-in: ebfffa47a0 user: stern tags: sxhtml) | |
2023-02-14
| ||
18:31 | Initial MVP to make use of SHTML: block and inline elements, metadata. ... (check-in: a0179ba74d user: stern tags: sxhtml) | |
2023-02-13
| ||
18:15 | Initial working code for SHTML encoder ... (check-in: e6d9c74ba9 user: stern tags: sxhtml) | |