Zettelstore

Timeline
Login

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

66 check-ins using file LICENSE.txt or box/constbox/license.txt version 576ebcbaed

2023-03-19
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)
17:42
Introduce empty SHTML encoder ... (check-in: a7e3749b14 user: stern tags: sxhtml)
17:26
Clean up everything to remove current HTML generation ... (check-in: debc08fa1f user: stern tags: sxhtml)
2023-02-08
11:16
Upgrade golang dependencies ... (check-in: 9649325c10 user: stern tags: trunk)
2023-02-06
16:38
Replace bytes.Buffer with strings.Builder, if appropriate ... (check-in: 5c742b529e user: stern tags: trunk)
2023-02-05
14:13
Remove unneeded strfun.JSONEscape ... (check-in: b3f12f5000 user: stern tags: trunk)
14:06
Upgrade to yuin/goldmark v1.5.4 ... (check-in: 1a01814e5f user: stern tags: trunk)
2023-01-30
12:49
Merge in 0.10.1 ... (check-in: ed2d3ce05d user: stern tags: trunk)
12:40
Version 0.10.1 ... (Leaf check-in: 70b0cdc454 user: stern tags: release, release-0.10, v0.10.1)
2023-01-25
21:42
Remove support for ZJSON encoding ... (check-in: 81e47aabc3 user: t73fde tags: trunk)
21:10
Increase version to 0.11.0-dev to begin next development cycle ... (check-in: 65f364a414 user: t73fde tags: trunk)
2023-01-24
21:47
Version 0.10.0 ... (check-in: b6301cf091 user: stern tags: trunk, release, v0.10.0)
20:03
Update to Zettelstore client v0.10.0 ... (check-in: 65115c3a16 user: stern tags: trunk)
2023-01-22
23:49
Clean code with help of unparam tool ... (check-in: c486167268 user: t73fde tags: trunk)
23:43
Fix year in build tool ... (check-in: 0b04dffe91 user: t73fde tags: trunk)
23:43
Enable unparam tool in build tool ... (check-in: b4ef236a38 user: t73fde tags: trunk)
2023-01-21
20:09
Fix: edit creates new zettel ... (check-in: a773983dee user: t73fde tags: trunk)
2023-01-18
18:45
WebUI: initial support for storing zettel lists into a zettel ... (check-in: e74021fbc9 user: stern tags: trunk)
2023-01-16
17:44
WebUI: add list of metadata keys in a query ... (check-in: 0fd83d08ef user: stern tags: trunk)
2023-01-10
19:29
Fix HTML generation of hrefs in zettel page ... (check-in: 0bd7188ea0 user: stern tags: trunk)
17:08
Fix regressions ... (check-in: 8be4600b89 user: stern tags: trunk)
2023-01-09
19:06
Write alt-attribute in HTML img tags ... (check-in: 25ea5a2917 user: stern tags: trunk)
17:30
Embedded image will receive description from summary / title of the embedded zettel if there is no description ... (check-in: 300c069c3b user: stern tags: trunk)
14:49
HTML encoder: ignore paragraph with only comments that should not be generated ... (check-in: a93f2c0214 user: stern tags: trunk)
11:15
Update build docs ... (check-in: 73b3b0b61d user: stern tags: trunk)
10:04
Mark ZJSON encoding as deprecated ... (check-in: 400cff59f1 user: stern tags: trunk)
2023-01-05
20:42
Update to latest golang.org/x libs ... (check-in: 5cfbbb0082 user: stern tags: trunk)
2023-01-04
23:50
Disable Cgo for building the software ... (check-in: 6d2d7bd971 user: t73fde tags: trunk)
23:39
Update license to 2023 ... (check-in: 51e0cee0b4 user: t73fde tags: trunk)