Zettelstore

Timeline
Login

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

101 ancestors of version-0.0.15 back to version-0.0.14

2021-09-17
14:55
Version 0.0.15 ... (check-in: 66498fc30a user: stern tags: trunk, release, version-0.0.15, v0.0.15)
2021-09-16
18:02
Initial development zettel ... (check-in: 64e566f5db user: stern tags: trunk)
2021-09-15
11:50
Update to github.com/yuin/goldmark@1.4.1 ... (check-in: fda32a3618 user: stern tags: trunk)
2021-09-11
21:27
Refactor to remove some code smells ... (check-in: 5011181250 user: stern tags: trunk)
2021-09-09
18:31
Refactor to remove some code smells ... (check-in: a7fd38e010 user: stern tags: trunk)
2021-09-08
20:57
Remove unneeded parameter, found by mvdan.cc/unparam ... (check-in: cedafc2809 user: stern tags: trunk)
20:08
Remove unneeded endpoints /p and /v ... (check-in: 296bdfdb0e user: stern tags: trunk)
2021-09-06
21:56
Add test for retrieving parsed zettel ... (check-in: 1532c4afa6 user: stern tags: trunk)
21:51
Client API menthos for plain zettel calls (/z and /z/{ID}), incl. tests ... (check-in: 74338e118b user: stern tags: trunk)
2021-09-05
19:20
Move endpoints /u -> /p and /u/{ID} -> /p/{ID} ... (check-in: 482eff73e8 user: stern tags: trunk)
19:13
Move endpoint /p -> /z and /p/{ID} to /z/{ID} ... (check-in: 8cc3da8fdc user: stern tags: trunk)
19:01
Move API endpoint /z -> /j and /z/{ID} to /j/{ID} ... (check-in: a45ffe2abc user: stern tags: trunk)
18:29
Move HTML endpoints: /j -> /i?logout and /j/{ID} to /k{ID} ... (check-in: 4d76b671ff user: stern tags: trunk)
2021-09-03
19:21
Allow to create/update a zettel in plain format (endpoint /p) ... (check-in: 47d5a40d12 user: stern tags: trunk)
16:43
Allow to delete/rename a zettel throgh endpoint /p. ... (check-in: d80cb12475 user: stern tags: trunk)
16:07
Show zettel title in HTML encoder, when _part=zettel (endpoints /u + /v) ... (check-in: 5743df8bbb user: stern tags: trunk)
15:45
Fix: show tag link in WebUI zettel title and in info page ... (check-in: 905edc0e25 user: stern tags: trunk)
2021-09-02
19:37
Refactor to remove some code smells ... (check-in: f1b6f36627 user: stern tags: trunk)
2021-08-31
22:31
Evaluate metadata for encoded zettel ... (check-in: f5787329cd user: stern tags: trunk)
20:17
Refactor to remove some code smells ... (check-in: 883589eaef user: stern tags: trunk)
2021-08-30
20:46
Evaluate zettel title in WebUI lists ... (check-in: 05a9bb2a53 user: stern tags: trunk)
20:27
Show evaluated metadata in WebUI get_zettel and get_info ... (check-in: 782bc01097 user: stern tags: trunk)
19:16
Evaluate title when /v ... (check-in: 51056d5234 user: stern tags: trunk)
17:57
Some refactorings and preparations for evaluated metadata ... (check-in: d39ad0628a user: stern tags: trunk)
14:55
Rename API endpoint /p to /u and endpoint /w to /p ... (check-in: 348ff69fad user: stern tags: trunk)
14:31
Fix: sub-command file panics because of missing config data ... (check-in: f0e10390be user: stern tags: trunk)
14:22
Rename "raw" into "plain" ... (check-in: da673a6aaa user: stern tags: trunk)
11:52
Allow "-role" as a suffix of metadata key to specify a word value ... (check-in: ebd1b69142 user: stern tags: trunk)
2021-08-27
21:56
Fix: tag list contains also in-text tags ... (check-in: cf10b36c01 user: stern tags: trunk)
21:47
List zettel identifier and title per line via endpoint /w ... (check-in: 595e2a99c2 user: stern tags: trunk)
13:27
Refactor to remove some code smells ... (check-in: 48ccb64f55 user: stern tags: trunk)
2021-08-26
21:50
Add new endpoint /w/{ID} to retrieve raw zettel data ... (check-in: d8139b7649 user: stern tags: trunk)
21:23
For API endpoint /v and /p, *no* links will be changed. Images will only embedded for HTML encoding ... (check-in: fa7ba94fd8 user: stern tags: trunk)
20:29
Refactor to remove some code smells ... (check-in: 463baadb1d user: stern tags: trunk)
2021-08-25
22:14
Add all tags to HTML meta "keywords" ... (check-in: b7a2724a03 user: stern tags: trunk)
21:47
Truly embed images stored in zettel ... (check-in: 0f472264b1 user: stern tags: trunk)
20:58
Simplify output of get_links ... (check-in: 9890154a91 user: stern tags: trunk)
17:48
Remove "url" key in JSON API calls and responses. Zettelstore is not a REST software ... (check-in: d92d3e01c4 user: stern tags: trunk)
17:18
Update to fsnotify/fsnotify v1.5.1 ... (check-in: 0fecf2f302 user: stern tags: trunk)
2021-08-22
21:46
Fix some typos and update documentation w.r.t. inline tags ... (check-in: cc814ee86d user: stern tags: trunk)
21:28
Index inline tags and show them in select search ... (check-in: 7f0a492f0e user: stern tags: trunk)
20:05
WebUI info page: show links to parsed zettel ... (check-in: c5c2b0f5dd user: stern tags: trunk)
15:43
Unify meta query keys for API and WebUI search ... (check-in: e1865e2e11 user: stern tags: trunk)
12:34
Update to fsnotify/fsnotify v1.5.0 ... (check-in: cc130ba10d user: stern tags: trunk)
2021-08-17
18:22
Tag values are now case-insensitive and will be mapped to lower case character when editing them through zettelstore. ... (check-in: 842ef8e558 user: stern tags: trunk)
17:17
Fix: process and encode empty table cells ... (check-in: fd44c575c6 user: stern tags: trunk)
14:27
Add list endpoints /p and /v ... (check-in: cc5234be33 user: stern tags: trunk)
13:20
API for retrieving parsed, but unevaluated zettel in various encodings ... (check-in: d369229b19 user: stern tags: trunk)
11:49
Refactor manager.FetchZids to use ManagedBox.ApplyZid ... (check-in: fb3fdb8884 user: stern tags: trunk)
11:28
Refactor manager.SelectMeta to use ManagedBox.ApplyMeta ... (check-in: 705bced5b5 user: stern tags: trunk)
10:46
Fix: do not list zettel if just shadowed version matches ... (check-in: 2ca492179c user: stern tags: trunk)
10:07
Refactor ManagedBox.SelectMeta to return a map instead of a list ... (check-in: 6d4205faa8 user: stern tags: trunk)
09:28
Adapt to go1.17 ... (check-in: 3504db997d user: stern tags: trunk)
2021-08-12
17:08
Link inline tags in HTML encoding ... (check-in: e3c66e1bbb user: stern tags: trunk)
16:03
API client specifies some reasonable timeouts instead of waiting forever ... (check-in: fb53d99825 user: stern tags: trunk)
15:21
Rename package evaluate -> evaluator ... (check-in: aca3a20635 user: stern tags: trunk)
15:15
WebUI Getinfo is just based on parsed, but not evaluated AST ... (check-in: 81c4935e4f user: stern tags: trunk)
13:15
Show folgezettel at the bottom of each page with full title ... (check-in: f5f2b21041 user: stern tags: trunk)
2021-08-11
15:42
Allow to specify fragments for inline transclusion ... (check-in: f4e585258c user: stern tags: trunk)
11:00
Refactor to remove some code smells ... (check-in: cda6958893 user: stern tags: trunk)
10:03
Update to golang.org/x/text@0.3.7 ... (check-in: 3981974c28 user: stern tags: trunk)
2021-08-10
15:59
Document current state of inline transclusion ... (check-in: ddcfc7cdc9 user: stern tags: trunk)
15:07
Introduce explicit fragment values (heading, mark node) ... (check-in: 8c0db60d9c user: stern tags: trunk)
13:33
Fix: allow attribute after heading text w/o space separator ... (check-in: ca87ea3529 user: stern tags: trunk)
08:44
Safe inline node embedding aks inline transclusion ... (check-in: 46e11e156c user: stern tags: trunk)
07:25
Fix: right order of multiple inline embeddings in one inline node list ... (check-in: 1fef02657f user: stern tags: trunk)
06:59
Fix: recognize embedding in heading (zettelmarkup) ... (check-in: c7d5581021 user: stern tags: trunk)
06:44
Move parser/cleaner into evaluate package ... (check-in: da8445f7ff user: stern tags: trunk)
2021-08-09
17:59
Initial version of inline node embedding.

CAUTION: does not check anything: no recursion, no embed bombs, ... ... (check-in: 93d85f19fb user: stern tags: trunk)

16:47
Emit error text if embed node is not embeddable ... (check-in: 11881962f9 user: stern tags: trunk)
15:20
Add GOPROXY=direct to build script ... (check-in: 2b7f1037b1 user: stern tags: trunk)
2021-08-04
16:36
Do not specify encoding when rendering WebUI ... (check-in: 325212bf96 user: stern tags: trunk)
16:11
Add embed descision based on syntax ... (check-in: dead13b36f user: stern tags: trunk)
2021-08-03
17:40
Refactor embed evaluator to handle non-image embeddings ... (check-in: 63eabe6db9 user: stern tags: trunk)
17:05
Move zettel evaluation into own package ... (check-in: 2ba53acfaa user: stern tags: trunk)
07:27
Remove query parameters from API get_links ... (check-in: 20dc927dd1 user: stern tags: trunk)
07:17
Remove some code smells ... (check-in: 27a5f83200 user: stern tags: trunk)
2021-08-02
07:54
Fix panic when rendering info page ... (check-in: 24aeb4263a user: stern tags: trunk)
07:48
Add recover handler for web requests ... (check-in: 77b5d84337 user: stern tags: trunk)
2021-07-30
16:11
Refactor code; add some tests for parsing tables ... (check-in: 097efe0422 user: stern tags: trunk)
15:44
Fix panic when traversing a table ... (check-in: 9c53080129 user: stern tags: trunk)
15:02
Refactor to remove all occurences of ast.InlineSlice and ast.BlockSlice ... (check-in: a3ce863548 user: stern tags: trunk)
13:30
Refactor encoder.WriteBlocks to accept *ast.BlockListNode ... (check-in: d5585c89b7 user: stern tags: trunk)
12:20
Refactor encoder.WriteLines to accept *ast.InlineListNode ... (check-in: 4922d9e90c user: stern tags: trunk)
11:52
Refactor parser.ParseBlocks to return *ast.BlockListNode ... (check-in: 3afbe2ac9d user: stern tags: trunk)
11:43
Refactor parser.ParseInlines to return ast.InlineListNode ... (check-in: 1eca9d940a user: stern tags: trunk)
11:25
Remove ast.BlockSlice from AST nodes ... (check-in: cc778f2de1 user: stern tags: trunk)
10:35
Remove ast.InlineSlice from all AST nodes ... (check-in: 682df78323 user: stern tags: trunk)
2021-07-29
17:32
Refactor AST evaluator to remove dependencies to package "api" ... (check-in: 092d154ce3 user: stern tags: trunk)
15:57
Initial version of evaluating zettel; remove MakeXXXAdapter for encoder ... (check-in: bfde762a0f user: stern tags: trunk)
2021-07-28
17:18
Enhance internal type safety for working with external material. ... (check-in: 68a0956aa3 user: stern tags: trunk)
16:29
Rename intern and extern representations of images into "embedded material" ... (check-in: c73d6bd265 user: stern tags: trunk)
07:49
Code refactoring and small bug fixes ... (check-in: 6eee79b79e user: stern tags: trunk)
2021-07-27
14:50
HTTP router is based on enums (instead of strings) ... (check-in: ab16f5799c user: stern tags: trunk)
11:19
Cleanup code for retrieving evaluated zettel ... (check-in: d9d1129c92 user: stern tags: trunk)
10:15
Remove support for superfluous encodings "json" and "raw". API zettel list only supports JSON. ... (check-in: 66bbb4bd10 user: stern tags: trunk)
2021-07-26
17:45
Separate API endpoint /z/{ID} to an endpoint /z/{ID} which returns the pure zettel data, and endpoint /v/{ID} which returns parsed and evaluated zettel data ... (check-in: 416c6dc6b1 user: stern tags: trunk)
11:07
Refactor to remove some code smells ... (check-in: 0de30d2cdf user: stern tags: trunk)
10:46
Re-shuffle endpoints for authentication ... (check-in: 3d2c325a30 user: stern tags: trunk)
2021-07-23
18:07
Refactor "format" -> "encoding" ... (check-in: 473908824b user: stern tags: trunk)
16:43
Increase version to 0.0.15-dev to begin next development cycle ... (check-in: ba65777850 user: stern tags: trunk)
11:02
Version 0.0.14 ... (check-in: 6fe53d5db2 user: stern tags: trunk, release, version-0.0.14)