1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-20 22:56:01 +00:00
TiddlyWiki5/plugins/tiddlywiki/katex/ui/EditorToolbar/katex-dropdown.tid
BurningTreeC cc39a86430 KaTeX - EditorToolbar stamp button for wysiwyg katex snippet input (#3131)
* add KaTeX logo

* add katex stamp button

* add katex stamp dropdown

* add a snippet so that the dropdown isn't empty

* correct dropdown title

* change tag

* update snippets tag
2018-03-05 11:05:44 +00:00

54 lines
955 B
Plaintext

title: $:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex-dropdown
\define toolbar-button-stamp-inner()
<$button tag="a">
<$action-sendmessage
$message="tm-edit-text-operation"
$param="replace-selection"
text={{$(snippetTitle)$}}
/>
<$action-deletetiddler
$tiddler=<<dropdown-state>>
/>
<$view tiddler=<<snippetTitle>> field="caption" mode="inline">
<$transclude tiddler=<<snippetTitle>> mode="inline"/>
</$view>
</$button>
\end
<$list filter="[all[shadows+tiddlers]tag[$:/tags/KaTeX/Snippet]!has[draft.of]sort[caption]]" variable="snippetTitle">
<<toolbar-button-stamp-inner>>
</$list>
----
<$button tag="a">
<$action-sendmessage
$message="tm-new-tiddler"
tags="$:/tags/KaTeX/Snippet"
text="""$$snippet$$"""
/>
<$action-deletetiddler
$tiddler=<<dropdown-state>>
/>
<em>
<$text text={{$:/language/Buttons/Stamp/Caption/New}}/>
</em>
</$button>
[ext[KaTeX functions catalogue|https://khan.github.io/KaTeX/function-support.html]]