Index: VERSION ================================================================== --- VERSION +++ VERSION @@ -1,1 +1,1 @@ -0.7.0 +0.8.0 Index: ast/inline.go ================================================================== --- ast/inline.go +++ ast/inline.go @@ -53,22 +53,10 @@ func (*TextNode) inlineNode() { /* Just a marker */ } // WalkChildren does nothing. func (*TextNode) WalkChildren(Visitor) { /* No children*/ } -// -------------------------------------------------------------------------- - -// TagNode contains a tag. -type TagNode struct { - Tag string // The text itself. -} - -func (*TagNode) inlineNode() { /* Just a marker */ } - -// WalkChildren does nothing. -func (*TagNode) WalkChildren(Visitor) { /* No children*/ } - // -------------------------------------------------------------------------- // SpaceNode tracks inter-word space characters. type SpaceNode struct { Lexeme string Index: box/constbox/base.css ================================================================== --- box/constbox/base.css +++ box/constbox/base.css @@ -182,11 +182,10 @@ border: 1px solid black; border-radius: .25rem; padding: .1rem .2rem; font-size: 95%; } - .zs-example { border-style: dotted !important } .zs-info { background-color: lightblue; padding: .5rem 1rem; } .zs-warning { Index: box/constbox/base.mustache ================================================================== --- box/constbox/base.mustache +++ box/constbox/base.mustache @@ -41,20 +41,20 @@ {{#CanRefresh}} Refresh {{/CanRefresh}} -{{#HasNewZettelLinks}} +{{#NewZettelLinks.Has}}
-{{/HasNewZettelLinks}} +{{/NewZettelLinks.Has}}
Index: box/constbox/constbox.go ================================================================== --- box/constbox/constbox.go +++ box/constbox/constbox.go @@ -184,11 +184,11 @@ api.KeySyntax: api.ValueSyntaxZmk, api.KeyLang: api.ValueLangEN, api.KeyReadOnly: api.ValueTrue, api.KeyVisibility: api.ValueVisibilityLogin, api.KeyCreated: "20210504135842", - api.KeyModified: "20220824161200", + api.KeyModified: "20221013105100", }, domain.NewContent(contentDependencies)}, id.BaseTemplateZid: { constHeader{ api.KeyTitle: "Zettelstore Base HTML Template", Index: box/constbox/delete.mustache ================================================================== --- box/constbox/delete.mustache +++ box/constbox/delete.mustache @@ -7,21 +7,21 @@

Infomation

If you delete this zettel, the previoulsy shadowed zettel from overlayed box {{ShadowedBox}} becomes available.

{{/HasShadows}} -{{#HasIncoming}} +{{#Incoming.Has}}

Warning!

If you delete this zettel, incoming references from the following zettel will become invalid.

-{{/HasIncoming}} +{{/Incoming.Has}} {{#HasUselessFiles}}

Warning!

Deleting this zettel will also delete the following files, so that they will not be interpreted as content for this zettel.

{{/HasLocLinks}} -{{#HasQueryLinks}} +{{#QueryLinks.Has}}

Queries

-{{/HasQueryLinks}} +{{/QueryLinks.Has}} {{#HasExtLinks}}

External