Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
175 descendants of v0.6.0
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) | |
2023-06-12
| ||
16:41 | Yet another typo in search operator constants. Hopefully, the very last for today. ... (check-in: 798233e170 user: stern tags: trunk) | |
11:28 | Fix some wrong search operator strings ... (check-in: e76687816d user: stern tags: trunk) | |
11:15 | Forgot two constants :-/ ... (check-in: 371c1cb7c0 user: stern tags: trunk) | |
11:08 | Add some query/search constants ... (check-in: f221d7fd05 user: stern tags: trunk) | |
2023-06-10
| ||
13:58 | Changed search prefix/suffix operator to '[' and ']' ... (check-in: 4167fad02e user: stern tags: trunk) | |
2023-06-09
| ||
18:27 | Adapt to changes from sxpf, sxhtml ... (check-in: d4495822ed user: stern tags: trunk) | |
13:26 | Update to latest sxpf ... (check-in: 6359878230 user: stern tags: trunk) | |
2023-06-08
| ||
12:11 | Adapt to sxpf changes ... (check-in: 96d5a92d2b user: stern tags: trunk) | |
2023-06-05
| ||
10:33 | Version 0.12.0 ... (check-in: df0c1e328b user: stern tags: trunk, release, v0.12.0) | |
2023-06-03
| ||
14:37 | Remove unneeded code from URLBuilder ... (check-in: 902f6ff11c user: stern tags: trunk) | |
13:11 | Fix: sz zmk name is also a symbol, not a string ... (check-in: 5b2da73da6 user: stern tags: trunk) | |
2023-05-31
| ||
18:24 | Adapt to latest sxpf ... (check-in: 8bc369e68f user: stern tags: trunk) | |
2023-05-29
| ||
21:19 | Remove reference to mustache; update to newest sxhtml ... (check-in: 0a344897c6 user: stern tags: trunk) | |
2023-05-24
| ||
18:39 | Update to latest sxpf ... (check-in: d929a2bc57 user: stern tags: trunk) | |
2023-05-22
| ||
16:39 | Adapt to sxpf ... (check-in: 587c1eee26 user: stern tags: trunk) | |
2023-05-15
| ||
16:52 | Adapt to latest sxpf ... (check-in: 48b3da8ea7 user: stern tags: trunk) | |
16:42 | Adapt to latest sxpf ... (check-in: 26d6760dd8 user: stern tags: trunk) | |
2023-05-12
| ||
13:04 | Adapt to latest sxpf ... (check-in: f38a4e0f43 user: stern tags: trunk) | |
2023-05-11
| ||
15:42 | Adapt to new sxpf ... (check-in: e515c8e6d2 user: stern tags: trunk) | |
2023-05-09
| ||
09:58 | Adapt to latest sxpf ... (check-in: 13a9d0bfab user: stern tags: trunk) | |
2023-05-08
| ||
16:55 | Update to latest sxpf ... (check-in: 5fd04b6d2a user: stern tags: trunk) | |
2023-05-05
| ||
14:41 | Adapt to sxpf/sxhtml changes ... (check-in: 10a615df2a user: stern tags: trunk) | |
2023-05-04
| ||
16:34 | Adapt to changed sxpf interfaces ... (check-in: 17a41da83c user: stern tags: trunk) | |
2023-04-25
| ||
16:42 | Fix error in detecting sz metadata ... (check-in: 3df15cb06d user: stern tags: trunk) | |
2023-04-24
| ||
10:25 | Update to latest sxpf ... (check-in: c214d3faba user: stern tags: trunk) | |
2023-04-21
| ||
16:25 | Add syntax value constant "sxn" (Symbolic eXpressioN) ... (check-in: 4dab9e2330 user: stern tags: trunk) | |
16:04 | Rename "sexpr" to "sz" ... (check-in: 9007f4eeae user: stern tags: trunk) | |
13:53 | Add metadata keys subordinates and superior ... (check-in: 61befea378 user: stern tags: trunk) | |
2023-04-19
| ||
16:28 | Add search operator "=" ... (check-in: e2d9e3ddc9 user: stern tags: trunk) | |
2023-04-17
| ||
11:29 | Update to latest Sxpf ... (check-in: b90d9de8f2 user: stern tags: trunk) | |
2023-04-11
| ||
17:16 | Adapt Auth to Sexpr (from JSON) ... (check-in: 8c596d314f user: stern tags: trunk) | |
2023-04-07
| ||
11:11 | Refactor client data for zettel context (mostly: delete it) ... (check-in: 96aa1a43c6 user: stern tags: trunk) | |
2023-04-05
| ||
09:59 | Sexpr: metadata key is now a symbol, not a string (w/ poss. containing white space) anymore ... (check-in: dfba45804e user: stern tags: trunk) | |
2023-04-04
| ||
16:43 | Update to latest sxpf ... (check-in: 6d08b164b8 user: stern tags: trunk) | |
2023-04-03
| ||
11:12 | change LIST -> list as symbol in sexpr's ... (check-in: 414902a68d user: stern tags: trunk) | |
2023-04-02
| ||
16:51 | Add constants for "data" encoding ... (check-in: eb2a102c34 user: stern tags: trunk) | |
16:14 | Add metadata key 'expire' ... (check-in: e11f223228 user: stern tags: trunk) | |
2023-03-27
| ||
14:37 | Version 0.11.0 ... (check-in: 331cad470c user: stern tags: trunk, release, v0.11.0) | |
14:34 | Version 0.11.0 ... (check-in: 712c21afc8 user: stern tags: trunk, release, v0.10.0) | |
2023-03-20
| ||
13:26 | SHTML: remove unneeded TransformInline method ... (check-in: f18740e1e8 user: stern tags: trunk) | |
2023-03-19
| ||
12:04 | Update license dates ... (check-in: 1a8fb8884c user: stern tags: trunk) | |
11:22 | SHTML: guard attribute names to be valid HTML symbol ... (check-in: bc075859e7 user: stern tags: trunk) | |
2023-03-17
| ||
17:18 | Client: allow no content on some requests ... (check-in: 75a8fbd119 user: stern tags: trunk) | |
17:02 | SHTML: ignore empty content at start of PARA node ... (check-in: 390dd2c7d8 user: stern tags: trunk) | |
15:44 | Fix: panic if generic attribute generated ... (check-in: caf686d3a6 user: stern tags: trunk) | |
2023-03-16
| ||
17:02 | Update to latest sxpf ... (check-in: 5c453d1452 user: stern tags: trunk) | |
2023-03-13
| ||
16:10 | Merge from sxhtml: make SHTML encoding available for all user of this library ... (check-in: 472cfed266 user: stern tags: trunk) | |
16:08 | Date to latest dependencies ... (Leaf check-in: 1063fb0965 user: stern tags: sxhtml) | |
08:52 | SHTML: generate Attributes only if there are some (for REGION-*) ... (check-in: 6954f4cc34 user: stern tags: sxhtml) | |
2023-03-11
| ||
12:40 | SHTML: for a REAGION-BLOCK transform the generic attribute into a class attribute ... (check-in: 77d6b16f05 user: stern tags: sxhtml) | |
2023-03-10
| ||
18:48 | Fix transfor panic, when content does not dontain any symbol ... (check-in: 6878335fc6 user: stern tags: sxhtml) | |
2023-03-09
| ||
16:08 | SHTML: HEADING now have an explicit inline text parameter, not a list of text elements ... (check-in: 5f0141e7d4 user: stern tags: sxhtml) | |
2023-03-07
| ||
19:04 | Adapt to ZS-Presenter needs ... (check-in: fe20a00122 user: stern tags: sxhtml) | |
2023-03-06
| ||
21:47 | Sxpf removed its nArgs parameter in callables ... (check-in: e96604ee09 user: stern tags: sxhtml) | |
2023-03-03
| ||
14:44 | Adapt to sxpf.eval.Engine ... (check-in: 7bde432a8d user: stern tags: sxhtml) | |
2023-03-02
| ||
18:13 | Fix SExpr encoding of metadata ... (check-in: 756c526735 user: stern tags: sxhtml) | |
10:15 | Follow introduction of sxpf.SymbolFactory.MustMake ... (check-in: 9318100d10 user: stern tags: sxhtml) | |
2023-03-01
| ||
18:03 | Remove package html ... (check-in: a72ba5b664 user: stern tags: sxhtml) | |
14:29 | Remove unneeded file html/sencoder.go ... (check-in: a9eb99aaf0 user: stern tags: sxhtml) | |
13:09 | SHTML: Fix error in transforming endnotes ... (check-in: 935bc516ef user: stern tags: sxhtml) | |
2023-02-28
| ||
18:05 | Use new sxpf evaluation strategy ... (check-in: 1190758e93 user: stern tags: sxhtml) | |
13:43 | SHTML: rename ATTR->quote, FOOTNOTE->ENDNOTE, ... ... (check-in: fc5b733349 user: stern tags: sxhtml) | |
13:04 | SHTML: remove endnotes after transforming them ... (check-in: 1bc7854bf4 user: stern tags: sxhtml) | |
12:57 | Update to latest changes in sxpf / sxhtml ... (check-in: 60e80a6ede user: stern tags: sxhtml) | |
2023-02-27
| ||
17:50 | Allow to return shtml-transformer symbol factory ... (check-in: 8a4a7664a3 user: stern tags: sxhtml) | |
15:43 | SHTML: implement transformation of all open AST nodes ... (check-in: b53ba25306 user: stern tags: sxhtml) | |
2023-02-24
| ||
18:14 | SHTML: add support for endnotes ... (check-in: 6a4ae520c2 user: stern tags: sxhtml) | |
2023-02-23
| ||
18:34 | SHTML: make use of sxhtml's constant value for special symbols ... (check-in: 8a68da6d65 user: stern tags: sxhtml) | |
17:58 | SHTML: allow to customize transformer ... (check-in: 2b92ec00b7 user: stern tags: sxhtml) | |
16:45 | Remove log output ... (check-in: 025ebf82dd user: stern tags: sxhtml) | |
15:32 | SHTML: add support for multiline comments ... (check-in: ca736da9cc user: stern tags: sxhtml) | |
15:12 | Refactory 'text' to remove file sexpr/sexpr.go ... (check-in: 56751cd96a user: stern tags: sxhtml) | |
2023-02-22
| ||
14:58 | Rename 'sxpf.Value' to 'sxpf.Object' ... (check-in: 518da9dba1 user: stern tags: sxhtml) | |
2023-02-20
| ||
22:09 | SHTML: add support for description list, tables, block comments ... (check-in: b64d728a69 user: stern tags: sxhtml) | |
2023-02-19
| ||
22:59 | Replace sxpf.Pair with new dotted sxpf.List ... (check-in: d0348aed37 user: stern tags: sxhtml) | |
21:21 | Adapt to sxpf update: support for dotted s-expression lists ... (check-in: 61fb82e7be user: stern tags: sxhtml) | |
2023-02-18
| ||
22:54 | Expose some SHTML methods ... (check-in: 71c6a25778 user: stern tags: sxhtml) | |
21:33 | Prepare SHTML transformer to not generate links ... (check-in: 9d2ae001ad user: stern tags: sxhtml) | |
17:59 | SHTML, Sexpr: change zettel s-expr representation to always have a symbol at the beginning of a list. This allows easier evaluation usinf sxpf.eval.Eval. ... (check-in: 9856940105 user: stern tags: sxhtml) | |
2023-02-17
| ||
22:01 |
SHTML: add coding for most inline elements.
Footnotes, images are still missing ... (check-in: 631db9633c user: stern tags: sxhtml) | |
2023-02-16
| ||
21:16 | SHTML: add support for ordered and unordered lists ... (check-in: 725936b644 user: stern tags: sxhtml) | |
20:24 | SHTML: add support for thematic break; fix handling of attributes ... (check-in: 88f7f1ceb8 user: stern tags: sxhtml) | |
19:38 | SHTML: allow to add suffix to link ... (check-in: f90a8f4d3a user: stern tags: sxhtml) | |
2023-02-15
| ||
18:46 | Add SHTML transformations for some inline formatting and links ... (check-in: eba1616027 user: stern tags: sxhtml) | |
2023-02-14
| ||
18:29 | Update to latest sxpf version ... (check-in: b8e3805524 user: stern tags: sxhtml) | |
18:25 | MVP of SHTML generation: some block elements, some inline elements, metadata. ... (check-in: 8a4f7c8c5c user: stern tags: sxhtml) | |
2023-02-13
| ||
18:14 | Add skeleton for SHTML transformer ... (check-in: d6fa547708 user: stern tags: sxhtml) | |
17:36 | Add constant values for SHTML encoder ... (check-in: 19fbc5735f user: stern tags: sxhtml) | |
17:24 | Fix compilation error and remove everything to generate HTML which satisfies formally the Zettelstore main project. ... (check-in: ca75048e7c user: stern tags: sxhtml) | |
2023-02-10
| ||
17:52 |
Fix errors in text encoder and client.
All other code is still WIP and not usable. There are currently more than 140 errors detected by the compiler. ... (check-in: fe98121acd user: stern tags: sxhtml) | |
2023-02-06
| ||
15:39 | Replace bytes.Buffer with strings.Builder, if appropriate ... (check-in: 863347d4fc user: stern tags: trunk) | |
2023-01-25
| ||
21:31 | Remove support for ZJSON ... (check-in: 649953e0cb user: stern tags: trunk) | |
21:00 | Add missing infos for 0.10 ... (check-in: 4281c3c9f4 user: stern tags: trunk) | |
2023-01-24
| ||
19:59 | Version 0.10.0 ... (check-in: 12d91aa7b1 user: stern tags: trunk, release, v0.10.0) | |
2023-01-18
| ||
18:36 | Add two keys (metadata, query) to help freezing zettel lists ... (check-in: 4130ca7522 user: stern tags: trunk) | |
2023-01-10
| ||
17:04 | Fix regression ... (check-in: 6bba304e7f user: stern tags: trunk) | |
2023-01-09
| ||
19:04 | htmlenc: write alt-attribute for images ... (check-in: b28b003f91 user: stern tags: trunk) | |
13:55 | htmlenc: ignore paragraph with comments only ... (check-in: 0d119cc964 user: stern tags: trunk) | |
10:00 | Mark ZJSON encoding as deprecated ... (check-in: 9ee8f7353b user: stern tags: trunk) | |
2022-12-21
| ||
19:11 | Method to place URLs inside HTML attributes ... (check-in: b0d79a0904 user: stern tags: trunk) | |
2022-12-20
| ||
17:30 | Add api.ZettelContentJSON ... (check-in: dcf5d11130 user: stern tags: trunk) | |
2022-12-19
| ||
11:44 | Merge endpoints /j, /m, /q, /p, /v with /z. ... (check-in: 7e8cd5a38a user: stern tags: trunk) | |
2022-12-17
| ||
13:33 | Replace endpoints /m, /p, /v, /j with /z when retrieving data of one zettel ... (check-in: cb321e072d user: stern tags: trunk) | |
2022-12-15
| ||
18:39 | Add constants to merge endpoint into /z ... (check-in: e93b6cc96d user: stern tags: trunk) | |
2022-12-12
| ||
12:50 | Version 0.9.0 ... (check-in: 668f89b43e user: stern tags: trunk, release, v0.9.0) | |
11:22 | Remove Deepsource integration, because it still fails on Go 1.18 elements ... (check-in: 201e5b2e91 user: stern tags: trunk) | |
2022-12-08
| ||
15:41 | Rename QueryKeyDepth to QueryKeyCost ... (check-in: 0fb70f6950 user: stern tags: trunk) | |
2022-11-07
| ||
13:14 | Shorten names/values for markdown encoder ... (check-in: e53368fdc8 user: stern tags: trunk) | |
13:03 | Add constants for markdown encoder ... (check-in: ef205831a2 user: stern tags: trunk) | |
2022-11-02
| ||
12:56 | Remove support for pikchr ... (check-in: 7356da2787 user: stern tags: trunk) | |
2022-10-26
| ||
10:35 | Version 0.8.0 ... (check-in: 81588b15bf user: stern tags: trunk, release, v0.8.0) | |
2022-09-27
| ||
07:33 | Add two new metadata key names ... (check-in: babb301d99 user: stern tags: trunk) | |
2022-09-17
| ||
17:13 | Remove unneeded URL query parameter ... (check-in: 5fcf178ef5 user: stern tags: trunk) | |
15:33 | Remove support for inline / content tags ... (check-in: 425d4ee831 user: stern tags: trunk) | |
12:07 | Version 0.7.0 ... (check-in: 957d27c09c user: stern tags: trunk, release, v0.7.0) | |
2022-09-15
| ||
16:12 | Add constant for metadata key author ... (check-in: 660ed539d0 user: stern tags: trunk) | |
2022-09-13
| ||
13:05 | Rename search -> query ... (check-in: 2320aadc2c user: stern tags: trunk) | |
10:37 | Remove ListMetaMap; add QueryMetaMap; add action constant ... (check-in: 6ee830ccd7 user: stern tags: trunk) | |
2022-09-09
| ||
15:57 | Remove ZID for tag list template ... (check-in: 875f495459 user: stern tags: trunk) | |
2022-09-08
| ||
17:14 | Remove ZID for roles template ... (check-in: 3bd862f76e user: stern tags: trunk) | |
13:56 | Cleanup HTTP query parameter names ... (check-in: 42df6ae1f7 user: stern tags: trunk) | |
2022-08-25
| ||
17:21 | HTML encoder: transclusion has now attributes ... (check-in: fcb8a70833 user: stern tags: trunk) | |
2022-08-19
| ||
18:19 | Add constants for exist operators and search operators ... (check-in: d48327af4d user: stern tags: trunk) | |
2022-08-16
| ||
21:34 | Add constant for new metadata key "created" ... (check-in: 9d86a1fafc user: stern tags: trunk) | |
2022-08-12
| ||
11:25 | Remove constants to work with URL query parameter based search; update API to use search expressions ... (check-in: 0e4cf52fe7 user: stern tags: trunk) | |
2022-08-11
| ||
16:58 | Version 0.6.0 ... (check-in: 7ef11c70e3 user: stern tags: trunk, release, v0.6.0) | |