Zettelstore

Timeline
Login

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

61 ancestors of v0.4 back to v0.3

2022-03-09
14:06
Version 0.4 ... (check-in: 54ed47f372 user: stern tags: trunk, release, v0.4)
13:54
Update release checklist ... (check-in: 711a670d7a user: stern tags: trunk)
09:52
Upgrade to new zettelstore client ... (check-in: 13f40afc5f user: stern tags: trunk)
2022-03-07
17:01
Cleanup CSS classes, allow image to float left ... (check-in: ca49b12aa9 user: stern tags: trunk)
11:29
Allow to configure mem-box wrt. to maximum number of zettel and stored bytes. ... (check-in: 319bc131b0 user: stern tags: trunk)
09:50
Manual: add another way for autostart on Linux (systemctl --user) ... (check-in: 16058cb68f user: stern tags: trunk)
09:34
Try another way for specifying HTTP cookies (webui, auth) ... (check-in: 4977095042 user: stern tags: trunk)
2022-03-06
20:48
Update to yuin/goldmark v1.4.8 ... (check-in: b97345698a user: t73fde tags: trunk)
2022-03-04
16:42
Add API call to retrieve version information ... (check-in: d20c1fd6d2 user: stern tags: trunk)
14:26
Remove API call to retrieve all links of a zettel ... (check-in: cb121cc980 user: stern tags: trunk)
10:56
Update manual to reflect the removed support for a boolean metadata type. BTW, boolean values are still supported. ... (check-in: 192a81489c user: stern tags: trunk)
10:32
Remove support for boolean metadata values / types ... (check-in: 992eceeb86 user: stern tags: trunk)
10:22
Add two more metadata key suffixes for auto-typing ... (check-in: 6ad00ffd1c user: stern tags: trunk)
2022-03-02
14:00
Add optional syntax for referenced image and encode it via ZJSON ... (check-in: 627441e339 user: stern tags: trunk)
2022-03-01
16:41
Allow to specify, whether the content of images should be embedded in the evaluated zettel content. ... (check-in: 791624439c user: stern tags: trunk)
09:26
Update manual to reflect the changed ZJSON encoding of a description list. ... (check-in: 89a496b815 user: stern tags: trunk)
2022-02-28
14:02
Update ZJSON encoding of description lists and tables ... (check-in: b9ad954716 user: stern tags: trunk)
2022-02-25
18:34
Remove API call POST /v to separately encode some inline zettelmarkup without any zettel context. ... (check-in: 5c95bd65e1 user: stern tags: trunk)
16:28
Force metadata values with key suffix -title to be interpreted as Zettelmarkup ... (check-in: d7aa6564d0 user: stern tags: trunk)
09:14
Remove some code smells ... (check-in: dd31d9a3f4 user: stern tags: trunk)
2022-02-24
18:46
Refactor WebUI zettel creation code / relevant usecase ... (check-in: 1ce55b3d7b user: stern tags: trunk)
2022-02-23
18:14
Enhance JZSON encoding of metadata ... (check-in: 3f9542a01b user: stern tags: trunk)
15:12
Fix: empty lines in form / metadata textarea are now ignored ... (check-in: c9fb0bf811 user: stern tags: trunk)
14:38
Add zmk tests to ensure that nested links / embeds will not occur ... (check-in: f0a46c4a21 user: stern tags: trunk)
14:19
WebUI: merge URLs for zettel-creation forms ... (check-in: 8e24e49445 user: stern tags: trunk)
2022-02-22
08:50
Fix: do not search when executing a negative selection / filtering ... (check-in: 044ce34c35 user: stern tags: trunk)
2022-02-21
10:10
When copying a zettel, set metadata "read-only" to false, to allow the copier to modify the copied zettel later. ... (check-in: 5a69c0f222 user: stern tags: trunk)
09:43
Merge draw simplifications into trunk ... (check-in: a048095a5a user: stern tags: trunk)
09:42
Some code reformatting ... (Leaf check-in: 0705680e78 user: stern tags: draw)
2022-02-20
17:25
Remove support for tags from parser "draw" ... (check-in: c04402d611 user: stern tags: draw)
17:01
Merge from trunk ... (check-in: d414399f56 user: stern tags: draw)
16:30
Refactor to reduce some code smells ... (check-in: 736893ca5f user: stern tags: trunk)
2022-02-19
14:58
Update to goldmark v1.4.7 ... (check-in: 06825df5af user: stern tags: trunk)
14:55
Refactor verse block handling in zmk parser ... (check-in: 481f7f695f user: stern tags: trunk)
2022-02-18
18:40
Various smaller fixes and improvements ... (check-in: 247ef5a2fa user: stern tags: trunk)
13:25
Remove support for monospace formatting, re-use its syntax element '' for literal computer input. ... (check-in: 2d56047807 user: stern tags: trunk)
2022-02-17
18:19
Move ast.Attributes to zettelstore client package ... (check-in: f16990a285 user: stern tags: trunk)
17:17
Remove support for "<<" syntax in Zettelmarkup ... (check-in: cd083b2ffd user: stern tags: trunk)
15:22
Fix some errors; adapt to new client functions ... (check-in: 2c9e209222 user: stern tags: trunk)
2022-02-16
19:22
Update dependencies] ... (check-in: 66b7201e15 user: stern tags: trunk)
19:20
Fix: panic when calling get_info ... (check-in: 06ff387c17 user: stern tags: trunk)
11:06
Full-text optimization: ignore redundant searches ... (check-in: 27f9acf072 user: stern tags: trunk)
2022-02-15
16:52
Optimize metadata values based searches ... (check-in: 24109536a0 user: stern tags: trunk)
16:27
Refactor search.go ... (check-in: 21c974cf0c user: stern tags: trunk)
16:18
Remove support for no-index metadata key ... (check-in: d4369505f8 user: stern tags: trunk)
13:24
Fix selection of negated bool metadata values ... (check-in: 198d50dafc user: stern tags: trunk)
11:59
Incorporate ZJSON constants ... (check-in: 0779aa6456 user: stern tags: trunk)
2022-02-14
18:24
Manual: ZJSON overview ... (check-in: a8950b9871 user: stern tags: trunk)
17:15
Allow to mark a sequence of text within a zettel ... (check-in: d3c1070091 user: stern tags: trunk)
15:00
Cleanup AST handling of links w/o text ... (check-in: 82104ddf61 user: stern tags: trunk)
14:10
Cleanup some AST nodes ... (check-in: dec717f513 user: stern tags: trunk)
13:07
Remove ast.InlineListNode (merge with ast.InlineSlice) ... (check-in: ad1b7062fb user: stern tags: trunk)
11:52
Remove ast.BlockListNode (merge with ast.BlockSLice) ... (check-in: 4df23016f2 user: stern tags: trunk)
11:02
Remove indirection *ast.BlockListNode -> ast.BlockListNode ... (check-in: e8178ff3a7 user: stern tags: trunk)
10:42
Update to Goldmark v1.4.6 ... (check-in: bd7b2e85d0 user: stern tags: trunk)
2022-02-12
22:48
Rename encoder.BufWriter -> EncWriter ... (check-in: 247f71e9a5 user: t73fde tags: trunk)
2022-02-11
23:50
Remove buffer in encoder/buffer.go ... (check-in: 5c652f3ff2 user: t73fde tags: trunk)
2022-02-09
18:50
Remove indirection of *ast.InlineListNode -> ast.InlineListNode ... (check-in: ce43ec8b51 user: stern tags: trunk)
17:06
Remove unneeded indirections for ast.Attributes ... (check-in: f947e28de4 user: stern tags: trunk)
11:04
Rename DJSON -> ZJSON ... (check-in: d85e9f6ae6 user: stern tags: trunk)
10:59
Increase version to 0.4-dev to begin next development cycle ... (check-in: 0677d15ffc user: stern tags: trunk)
09:43
Version 0.3 ... (check-in: 870abfeef3 user: stern tags: trunk, release, v0.3)