Zettelstore

Timeline
Login

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

73 check-ins going from version-0.0.13 to version-0.0.14

2021-07-23
11:02
Version 0.0.14 ... (check-in: 6fe53d5db2 user: stern tags: trunk, release, version-0.0.14)
2021-07-22
13:50
Add client API for retrieving zettel links ... (check-in: e43ff68174 user: stern tags: trunk)
12:32
Add client API for retrieving zettel context ... (check-in: ad2f86dc44 user: stern tags: trunk)
2021-07-21
17:01
Add client API for retrieving the zettel order ... (check-in: e04cee9612 user: stern tags: trunk)
14:56
Add client API for getting evaluated / encoded zettel ... (check-in: f1d9b8a866 user: stern tags: trunk)
14:44
Move encoding constants into api package ... (check-in: ae478bc247 user: stern tags: trunk)
10:57
Document reserved zettel identifier ... (check-in: 478723f2f5 user: stern tags: trunk)
10:20
Rename "filter" -> "select" to make clearer, that a list of zettel is formed by adding selected zettel instead of rejecting zettel from the full list ... (check-in: 86970d2ee3 user: stern tags: trunk)
09:31
Remove unneeded dependencies ... (check-in: 9de40b82bb user: stern tags: trunk)
2021-07-14
13:30
Update changes for next release ... (check-in: 569294f04b user: stern tags: trunk)
2021-07-13
15:00
Add documentation for missing API calls (server) ... (check-in: b71a7639d5 user: stern tags: trunk)
2021-07-12
21:49
Enable admin console only for run sub-command ... (check-in: 7758c5722b user: stern tags: trunk)
21:18
If no match is found in routing table, return 405 = Method not allowed instead of forwarding the request to the underlying handler. ... (check-in: 351ae138b4 user: stern tags: trunk)
20:46
Rename endpoint "/y" (zettel context) to "/x" ... (check-in: be2dccbcd1 user: stern tags: trunk)
20:29
Rename API authentication endpoint to "/v" (previous same as WebUI: "/a") ... (check-in: 260ed470ec user: stern tags: trunk)
2021-07-10
13:42
FIX: allow role "creator" to create zettel in the WebUI ... (check-in: cefde84813 user: stern tags: trunk)
12:35
FIX: show "New" menu only if there is at least one menu entry ... (check-in: 678306b583 user: stern tags: trunk)
2021-07-09
17:40
Initial API (server+client) for renaming an existing zettel ... (check-in: 4bfd282c7d user: stern tags: trunk)
15:50
Initial API (server+client) for updating an existing zettel ... (check-in: 9bb7b1d772 user: stern tags: trunk)
14:37
Fix inconsistencies of filtering a zettel list ... (check-in: 00de6b1e5f user: stern tags: trunk)
2021-07-08
18:09
Clean-up filter preparation code, content code, and documentation ... (check-in: 9d6bfbc19d user: stern tags: trunk)
2021-07-07
17:39
Zettel.Content tracks itself, whether it is binary or not. Refactored code into methods for trimming content and en-/decode content via base64. ... (check-in: ce92c23d38 user: stern tags: trunk)
16:46
Clean up some API-related code (server + client) ... (check-in: 376ec6b12d user: stern tags: trunk)
16:14
Initial API for creating and deleting a zettel, incl. API client ... (check-in: 1e58f606e1 user: stern tags: trunk)
2021-07-06
12:25
Do not add empty default metadata values ... (check-in: 4f863e1a0a user: stern tags: trunk)
10:35
Make test box read-only ... (check-in: 43eaef2076 user: stern tags: trunk)
2021-07-05
16:00
Add API client call for "get JSON zettel" ... (check-in: f78fa4a202 user: stern tags: trunk)
14:58
Distinct between external format spec and internal encoding values ... (check-in: 73597b6f42 user: stern tags: trunk)
13:48
Cleanup API calls ... (check-in: 87fb8e6951 user: stern tags: trunk)
11:51
Update to new CommonMark specification 0.30 with goldmark 1.4.0 ... (check-in: 3966bfa3f8 user: stern tags: trunk)
10:46
Delete zettel from non-first box, if dirbox is the first box ... (check-in: 66f63f9cec user: stern tags: trunk)
10:33
Server for API-Test now has a mem:-box in front ... (check-in: 4ae9bc6a59 user: stern tags: trunk)
09:19
Support for syntax "html" ... (check-in: a435c5e72d user: stern tags: trunk)
08:46
Fix: URL as link/image text results in mangled reference ... (check-in: f904a8f65e user: stern tags: trunk)
2021-07-02
16:35
Add external links of metadata to API call "get links" ... (check-in: 512fa54737 user: stern tags: trunk)
15:03
Add user role "creator" ... (check-in: ffeff4a547 user: stern tags: trunk)
14:15
Add API call "list roles" ... (check-in: e19e414b49 user: stern tags: trunk)
13:28
Improve server-side part of API call "get tags" ... (check-in: a7e2d2bf98 user: stern tags: trunk)
2021-07-01
18:18
Add API call for retrieving tags ... (check-in: 2ac5b326e1 user: stern tags: trunk)
17:05
Initial API client with test ... (check-in: b2fc46ea39 user: stern tags: trunk)
2021-06-29
10:19
Decouple URLBuilder from web router ... (check-in: b9c83b2c91 user: stern tags: trunk)
10:10
Update to github.com/yuin/goldmark@1.3.9 ... (check-in: 09e1a99d3a user: stern tags: trunk)
2021-06-28
12:57
Show shadowed boxes on zettel info page ... (check-in: 368240ea88 user: stern tags: trunk)
11:55
Move .ReadStat and .Dump into box.Manager interface. ... (check-in: 91f4b2fee9 user: stern tags: trunk)
2021-06-27
16:47
Fix: maintain user-defined zettel file name when updating the zettel ... (check-in: 19c831e4cc user: stern tags: trunk)
15:52
Allow to determine metadata type by speifying an appropriate suffix ... (check-in: 85ff6a8650 user: stern tags: trunk)
14:20
Fix: open URL on info page in new tab/window ... (check-in: 1b4c6cbf95 user: stern tags: trunk)
2021-06-22
11:01
Allow to overwrite system-defined CSS with a zettel for user-defined CSS. ... (check-in: 1fb48b5ccc user: stern tags: trunk)
10:31
Fix comment in dependency spec ... (check-in: cbf953842c user: stern tags: trunk)
2021-06-18
15:45
Update some dependencies ... (check-in: c1f1215e0f user: stern tags: trunk)
2021-06-16
13:47
Remove some more code smells ... (check-in: a3683d187e user: stern tags: trunk)
13:42
Remove some code smells ... (check-in: 1569c2b679 user: stern tags: trunk)
2021-06-15
17:53
Fix: allow "\|", "\]", and "\}" as Text inside links and images ... (check-in: 784a2b20b6 user: stern tags: trunk)
14:56
Refactor writer for encodings ... (check-in: 4748447a03 user: stern tags: trunk)
10:54
Measure only re-index duration; refactor manager to use (managed) boxes, not "sub-boxes" ... (check-in: 9e4e9bad46 user: stern tags: trunk)
07:43
Merge package runes into package input ... (check-in: 079406600a user: stern tags: trunk)
2021-06-14
17:40
Allow tests to execute concurrently ... (check-in: 7d33bdfbd3 user: stern tags: trunk)
15:03
Rename 'place' to 'box' ... (check-in: 6eb9816116 user: stern tags: trunk)
2021-06-11
19:43
Remove support for list paging in WebUI ... (check-in: 88c5a4462e user: stern tags: trunk)
2021-06-09
17:00
Add supported metadata key 'place-number' ... (check-in: 03e324830a user: stern tags: trunk)
12:10
Fix: do not remove zettel from index, if another version (on another place) is still there. ... (check-in: 37784d527a user: stern tags: trunk)
2021-06-08
12:57
Remove visitor pattern. ... (check-in: b6baaac7c9 user: stern tags: trunk)
11:00
Replace ast.Visitor with ast.Walk in djsonenc ... (check-in: a5fc76586f user: stern tags: trunk)
10:08
Replace ast.Visitor with ast.Walk in nativeenc ... (check-in: 86313bd43c user: stern tags: trunk)
2021-06-07
17:48
Replace ast.Visitor with ast.Walk in zmkenc ... (check-in: 3eeb4378bf user: stern tags: trunk)
17:27
Replace ast.Visitor with ast.Walk in htmlenc ... (check-in: ff055db297 user: stern tags: trunk)
15:55
Rename ast.*Code to ast.*Kind ... (check-in: 321e8f5993 user: stern tags: trunk)
11:39
Rewrite text encoder with ast.Walk ... (check-in: 1c854aad72 user: stern tags: trunk)
11:12
Replace zmk test visitor with ast.Walk ... (check-in: 2d0aac45c1 user: stern tags: trunk)
10:11
Replace zmk post-processor with walker ... (check-in: 1fcbddcc13 user: stern tags: trunk)
09:14
Replace ast.TopDownTraverser with ast.Walk* ... (check-in: edb7e4c5a2 user: stern tags: trunk)
09:11
Increase version to 0.0.14-dev to begin next development cycle ... (check-in: 7dd6f4dd5c user: stern tags: trunk)
2021-06-01
12:35
Version 0.0.13 ... (check-in: 11d9b6da63 user: stern tags: trunk, release, version-0.0.13)