Skip to content

Commit

Permalink
v0.4.2 lingo patch
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Oct 30, 2024
1 parent 66c85d2 commit e429f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/super-tag/patches/lingo.tid
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $:/language/
\procedure lingo(title,override-lingo-base)
<!-- Lingo procedure -->
<!-- Get the parse mode used to invoke this procedure -->
\whitespace trim
<$parameters $parseMode="parseMode">
<!-- Compute the lingo-base-->
<$let active-lingo-base={{{ [<override-lingo-base>!match[]else<lingo-base>] }}}>
Expand Down
2 changes: 1 addition & 1 deletion src/super-tag/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "Auto generate input form on a tiddler by simply adding a SuperTag to it. Create a SuperTag by compositing existing TraitTags.",
"core-version": ">=5.1.22",
"plugin-type": "plugin",
"version": "0.4.1",
"version": "0.4.2",
"list": "readme tree"
}

0 comments on commit e429f6b

Please sign in to comment.