Zettelstore

Check-in Differences
Login

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

Difference From v0.1.2 To v0.0.15

2021-11-18
15:41
Typo in download page ... (check-in: 41b1f504ee user: stern tags: branch-0.1)
15:31
Version 0.1.2 ... (check-in: 8065f433c2 user: stern tags: release, branch-0.1, v0.1.2)
2021-11-13
17:09
Version 0.1.1 ... (check-in: 8d9dc27ae1 user: stern tags: trunk, release, v0.1.1)
2021-09-23
18:03
Increase version to 0.0.16-dev to begin next development cycle ... (check-in: 9748c52fdb user: stern tags: trunk)
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)

Changes to Makefile.

Changes to README.md.

Changes to VERSION.

Added api/api.go.

Added api/const.go.

Added api/urlbuilder.go.

Changes to ast/inline.go.

Changes to ast/ref.go.

Changes to auth/impl/impl.go.

Changes to auth/policy/default.go.

Changes to auth/policy/owner.go.

Changes to auth/policy/policy_test.go.

Changes to box/box.go.

Changes to box/compbox/compbox.go.

Changes to box/compbox/config.go.

Changes to box/compbox/keys.go.

Changes to box/compbox/manager.go.

Changes to box/compbox/version.go.

Changes to box/constbox/base.css.

Changes to box/constbox/base.mustache.

Changes to box/constbox/constbox.go.

Changes to box/constbox/delete.mustache.

Changes to box/constbox/listtags.mustache.

Changes to box/constbox/rename.mustache.

Changes to box/dirbox/dirbox.go.

Changes to box/dirbox/service.go.

Changes to box/dirbox/simpledir/simpledir.go.

Changes to box/filebox/filebox.go.

Changes to box/filebox/zipbox.go.

Changes to box/manager/anteroom_test.go.

Changes to box/manager/box.go.

Changes to box/manager/enrich.go.

Changes to box/manager/indexer.go.

Changes to box/manager/manager.go.

Changes to box/manager/memstore/memstore.go.

Added client/client.go.

Added client/client_test.go.

Changes to cmd/cmd_file.go.

Changes to cmd/cmd_password.go.

Changes to cmd/cmd_run.go.

Changes to cmd/cmd_run_simple.go.

Changes to cmd/command.go.

Changes to cmd/main.go.

Changes to config/config.go.

Changes to docs/development/20210916193200.zettel.

Changes to docs/development/20210916194900.zettel.

Changes to docs/manual/00001000000000.zettel.

Changes to docs/manual/00001004010000.zettel.

Changes to docs/manual/00001004011200.zettel.

Changes to docs/manual/00001004051000.zettel.

Changes to docs/manual/00001004100000.zettel.

Changes to docs/manual/00001004101000.zettel.

Changes to docs/manual/00001005000000.zettel.

Changes to docs/manual/00001006010000.zettel.

Changes to docs/manual/00001006020000.zettel.

Changes to docs/manual/00001006055000.zettel.

Changes to docs/manual/00001007000000.zettel.

Changes to docs/manual/00001007030100.zettel.

Changes to docs/manual/00001007030200.zettel.

Changes to docs/manual/00001007030300.zettel.

Changes to docs/manual/00001007031000.zettel.

Changes to docs/manual/00001007040000.zettel.

Changes to docs/manual/00001007040100.zettel.

Changes to docs/manual/00001007040322.zettel.

Changes to docs/manual/00001007040350.zettel.

Changes to docs/manual/00001007050000.zettel.

Changes to docs/manual/00001007060000.zettel.

Changes to docs/manual/00001010070400.zettel.

Changes to docs/manual/00001010090100.zettel.

Changes to docs/manual/00001012000000.zettel.

Changes to docs/manual/00001012051200.zettel.

Changes to docs/manual/00001012051800.zettel.

Changes to docs/manual/00001012051810.zettel.

Changes to docs/manual/00001012051830.zettel.

Deleted docs/manual/00001012053300.zettel.

Changes to docs/manual/00001012053400.zettel.

Changes to docs/manual/00001012053500.zettel.

Changes to docs/manual/00001012053600.zettel.

Changes to docs/manual/00001012053800.zettel.

Changes to docs/manual/00001012054400.zettel.

Deleted docs/manual/00001012070500.zettel.

Changes to docs/manual/00001012920000.zettel.

Deleted docs/manual/00001018000000.zettel.

Changes to domain/content.go.

Changes to domain/content_test.go.

Changes to domain/id/id.go.

Changes to domain/id/id_test.go.

Changes to domain/id/slice.go.

Changes to domain/meta/meta.go.

Changes to domain/meta/meta_test.go.

Changes to domain/meta/parse.go.

Changes to domain/meta/parse_test.go.

Changes to domain/meta/type.go.

Changes to domain/meta/type_test.go.

Changes to domain/meta/values.go.

Changes to domain/meta/write_test.go.

Changes to domain/zettel.go.

Changes to encoder/djsonenc/djsonenc.go.

Changes to encoder/encoder.go.

Deleted encoder/encoder_blob_test.go.

Deleted encoder/encoder_block_test.go.

Deleted encoder/encoder_inline_test.go.

Deleted encoder/encoder_test.go.

Changes to encoder/htmlenc/block.go.

Changes to encoder/htmlenc/htmlenc.go.

Changes to encoder/htmlenc/inline.go.

Changes to encoder/htmlenc/visitor.go.

Changes to encoder/nativeenc/nativeenc.go.

Changes to encoder/textenc/textenc.go.

Changes to encoder/zmkenc/zmkenc.go.

Changes to evaluator/evaluator.go.

Changes to go.mod.

Changes to go.sum.

Changes to input/input.go.

Changes to input/input_test.go.

Changes to kernel/impl/box.go.

Changes to kernel/impl/cfg.go.

Changes to kernel/impl/core.go.

Changes to kernel/impl/impl.go.

Changes to kernel/impl/web.go.

Changes to kernel/kernel.go.

Changes to parser/blob/blob.go.

Changes to parser/cleaner/cleaner.go.

Changes to parser/markdown/markdown.go.

Changes to parser/markdown/markdown_test.go.

Changes to parser/none/none.go.

Changes to parser/parser.go.

Changes to parser/parser_test.go.

Changes to parser/plain/plain.go.

Changes to parser/zettelmark/block.go.

Changes to parser/zettelmark/inline.go.

Changes to parser/zettelmark/post-processor.go.

Changes to parser/zettelmark/zettelmark.go.

Changes to parser/zettelmark/zettelmark_test.go.

Changes to search/print.go.

Changes to search/search.go.

Changes to search/select.go.

Changes to search/sorter.go.

Changes to strfun/strfun.go.

Changes to strfun/strfun_test.go.

Changes to template/mustache.go.

Changes to template/spec_test.go.

Added testdata/content/blockcomment/20200215204700.zettel.

Added testdata/content/cite/20200215204700.zettel.

Added testdata/content/comment/20200215204700.zettel.

Added testdata/content/descrlist/20200226122100.zettel.

Added testdata/content/edit/20200215204700.zettel.

Added testdata/content/embed/20200215204700.zettel.

Added testdata/content/footnote/20200215204700.zettel.

Added testdata/content/format/20200215204700.zettel.

Added testdata/content/format/20201107164400.zettel.

Added testdata/content/heading/20200215204700.zettel.

Added testdata/content/hrule/20200215204700.zettel.

Added testdata/content/link/20200215204700.zettel.

Added testdata/content/list/20200215204700.zettel.

Added testdata/content/list/20200217194800.zettel.

Added testdata/content/list/20200516105700.zettel.

Added testdata/content/literal/20200215204700.zettel.

Added testdata/content/mark/20200215204700.zettel.

Added testdata/content/paragraph/20200215185900.zettel.

Added testdata/content/paragraph/20200217151800.zettel.

Added testdata/content/png/20200512180900.png.

Added testdata/content/quoteblock/20200215204700.zettel.

Added testdata/content/spanblock/20200215204700.zettel.

Added testdata/content/table/20200215204700.zettel.

Added testdata/content/table/20200618140700.zettel.

Added testdata/content/verbatim/20200215204700.zettel.

Added testdata/content/verseblock/20200215204700.zettel.

Changes to testdata/meta/title/20200310110300.zettel.

Deleted testdata/testbox/20211019200500.zettel.

Deleted testdata/testbox/20211020121000.zettel.

Deleted testdata/testbox/20211020121100.zettel.

Deleted testdata/testbox/20211020121145.zettel.

Deleted testdata/testbox/20211020121300.zettel.

Deleted testdata/testbox/20211020121400.zettel.

Deleted testdata/testbox/20211020182600.zettel.

Deleted testdata/testbox/20211020183700.zettel.

Deleted testdata/testbox/20211020183800.zettel.

Deleted testdata/testbox/20211020184300.zettel.

Deleted testdata/testbox/20211020184342.zettel.

Deleted testdata/testbox/20211020185400.zettel.

Deleted tests/client/client_test.go.

Deleted tests/client/crud_test.go.

Deleted tests/client/embed_test.go.

Changes to tests/markdown_test.go.

Changes to tests/regression_test.go.

Added tests/result/content/blockcomment/20200215204700.djson.

Added tests/result/content/blockcomment/20200215204700.html.

Added tests/result/content/blockcomment/20200215204700.native.

Added tests/result/content/blockcomment/20200215204700.text.

Added tests/result/content/cite/20200215204700.djson.

Added tests/result/content/cite/20200215204700.html.

Added tests/result/content/cite/20200215204700.native.

Added tests/result/content/cite/20200215204700.text.

Added tests/result/content/comment/20200215204700.djson.

Added tests/result/content/comment/20200215204700.html.

Added tests/result/content/comment/20200215204700.native.

Added tests/result/content/comment/20200215204700.text.

Added tests/result/content/descrlist/20200226122100.djson.

Added tests/result/content/descrlist/20200226122100.html.

Added tests/result/content/descrlist/20200226122100.native.

Added tests/result/content/descrlist/20200226122100.text.

Added tests/result/content/edit/20200215204700.djson.

Added tests/result/content/edit/20200215204700.html.

Added tests/result/content/edit/20200215204700.native.

Added tests/result/content/edit/20200215204700.text.

Added tests/result/content/embed/20200215204700.djson.

Added tests/result/content/embed/20200215204700.html.

Added tests/result/content/embed/20200215204700.native.

Added tests/result/content/embed/20200215204700.text.

Added tests/result/content/footnote/20200215204700.djson.

Added tests/result/content/footnote/20200215204700.html.

Added tests/result/content/footnote/20200215204700.native.

Added tests/result/content/footnote/20200215204700.text.

Added tests/result/content/format/20200215204700.djson.

Added tests/result/content/format/20200215204700.html.

Added tests/result/content/format/20200215204700.native.

Added tests/result/content/format/20200215204700.text.

Added tests/result/content/format/20201107164400.djson.

Added tests/result/content/format/20201107164400.html.

Added tests/result/content/format/20201107164400.native.

Added tests/result/content/format/20201107164400.text.

Added tests/result/content/heading/20200215204700.djson.

Added tests/result/content/heading/20200215204700.html.

Added tests/result/content/heading/20200215204700.native.

Added tests/result/content/heading/20200215204700.text.

Added tests/result/content/hrule/20200215204700.djson.

Added tests/result/content/hrule/20200215204700.html.

Added tests/result/content/hrule/20200215204700.native.

Added tests/result/content/hrule/20200215204700.text.

Added tests/result/content/link/20200215204700.djson.

Added tests/result/content/link/20200215204700.html.

Added tests/result/content/link/20200215204700.native.

Added tests/result/content/link/20200215204700.text.

Added tests/result/content/list/20200215204700.djson.

Added tests/result/content/list/20200215204700.html.

Added tests/result/content/list/20200215204700.native.

Added tests/result/content/list/20200215204700.text.

Added tests/result/content/list/20200217194800.djson.

Added tests/result/content/list/20200217194800.html.

Added tests/result/content/list/20200217194800.native.

Added tests/result/content/list/20200217194800.text.

Added tests/result/content/list/20200516105700.djson.

Added tests/result/content/list/20200516105700.html.

Added tests/result/content/list/20200516105700.native.

Added tests/result/content/list/20200516105700.text.

Added tests/result/content/literal/20200215204700.djson.

Added tests/result/content/literal/20200215204700.html.

Added tests/result/content/literal/20200215204700.native.

Added tests/result/content/literal/20200215204700.text.

Added tests/result/content/mark/20200215204700.djson.

Added tests/result/content/mark/20200215204700.html.

Added tests/result/content/mark/20200215204700.native.

Added tests/result/content/mark/20200215204700.text.

Added tests/result/content/paragraph/20200215185900.djson.

Added tests/result/content/paragraph/20200215185900.html.

Added tests/result/content/paragraph/20200215185900.native.

Added tests/result/content/paragraph/20200215185900.text.

Added tests/result/content/paragraph/20200217151800.djson.

Added tests/result/content/paragraph/20200217151800.html.

Added tests/result/content/paragraph/20200217151800.native.

Added tests/result/content/paragraph/20200217151800.text.

Added tests/result/content/png/20200512180900.djson.

Added tests/result/content/png/20200512180900.html.

Added tests/result/content/png/20200512180900.native.

Added tests/result/content/png/20200512180900.text.

Added tests/result/content/quoteblock/20200215204700.djson.

Added tests/result/content/quoteblock/20200215204700.html.

Added tests/result/content/quoteblock/20200215204700.native.

Added tests/result/content/quoteblock/20200215204700.text.

Added tests/result/content/spanblock/20200215204700.djson.

Added tests/result/content/spanblock/20200215204700.html.

Added tests/result/content/spanblock/20200215204700.native.

Added tests/result/content/spanblock/20200215204700.text.

Added tests/result/content/table/20200215204700.djson.

Added tests/result/content/table/20200215204700.html.

Added tests/result/content/table/20200215204700.native.

Added tests/result/content/table/20200215204700.text.

Added tests/result/content/table/20200618140700.djson.

Added tests/result/content/table/20200618140700.html.

Added tests/result/content/table/20200618140700.native.

Added tests/result/content/table/20200618140700.text.

Added tests/result/content/verbatim/20200215204700.djson.

Added tests/result/content/verbatim/20200215204700.html.

Added tests/result/content/verbatim/20200215204700.native.

Added tests/result/content/verbatim/20200215204700.text.

Added tests/result/content/verseblock/20200215204700.djson.

Added tests/result/content/verseblock/20200215204700.html.

Added tests/result/content/verseblock/20200215204700.native.

Added tests/result/content/verseblock/20200215204700.text.

Changes to tests/result/meta/title/20200310110300.djson.

Changes to tests/result/meta/title/20200310110300.native.

Changes to tools/build.go.

Changes to usecase/authenticate.go.

Changes to usecase/context.go.

Changes to usecase/copy_zettel.go.

Changes to usecase/create_zettel.go.

Changes to usecase/folge_zettel.go.

Changes to usecase/get_user.go.

Changes to usecase/list_role.go.

Changes to usecase/list_tags.go.

Changes to usecase/new_zettel.go.

Changes to usecase/order.go.

Changes to usecase/update_zettel.go.

Changes to web/adapter/api/api.go.

Changes to web/adapter/api/content_type.go.

Changes to web/adapter/api/create_zettel.go.

Changes to web/adapter/api/delete_zettel.go.

Deleted web/adapter/api/encode_inlines.go.

Changes to web/adapter/api/get_eval_zettel.go.

Changes to web/adapter/api/get_links.go.

Changes to web/adapter/api/get_order.go.

Changes to web/adapter/api/get_parsed_zettel.go.

Changes to web/adapter/api/get_role_list.go.

Changes to web/adapter/api/get_tags_list.go.

Changes to web/adapter/api/get_zettel.go.

Changes to web/adapter/api/get_zettel_context.go.

Changes to web/adapter/api/get_zettel_list.go.

Changes to web/adapter/api/json.go.

Changes to web/adapter/api/login.go.

Changes to web/adapter/api/rename_zettel.go.

Changes to web/adapter/api/request.go.

Changes to web/adapter/api/update_zettel.go.

Changes to web/adapter/request.go.

Changes to web/adapter/response.go.

Changes to web/adapter/webui/create_zettel.go.

Changes to web/adapter/webui/delete_zettel.go.

Changes to web/adapter/webui/edit_zettel.go.

Changes to web/adapter/webui/forms.go.

Changes to web/adapter/webui/get_info.go.

Changes to web/adapter/webui/get_zettel.go.

Changes to web/adapter/webui/home.go.

Changes to web/adapter/webui/htmlmeta.go.

Changes to web/adapter/webui/lists.go.

Changes to web/adapter/webui/rename_zettel.go.

Changes to web/adapter/webui/response.go.

Changes to web/adapter/webui/webui.go.

Changes to web/server/impl/impl.go.

Changes to web/server/impl/router.go.

Changes to web/server/server.go.

Changes to www/changes.wiki.

Changes to www/download.wiki.

Changes to www/index.wiki.