1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 00:03:16 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/ui/edit-template-segment.tid
2016-02-29 17:47:46 +00:00

36 lines
641 B
Plaintext

title: $:/plugins/tiddlywiki/text-slicer/ui/edit-template-segment
tags: $:/tags/EditTemplate
\define edit-field(name,tag:"input")
$name$:
<$edit-text field="""$name$""" tag="$tag$" class="tc-edit-texteditor"/>
\end
<$reveal type="nomatch" state="!!toc-type" text="">
<div class="tc-edit-template-document-tiddler-wrapper">
<div class="tc-edit-template-document-tiddler-heading">
<div class="tc-edit-template-document-tiddler-heading-icon">
{{$:/core/images/file}}
</div>
<div class="tc-edit-template-document-tiddler-subheading">
<$view field="toc-type"/>
</div>
<<edit-field "list" tag:"textarea">>
</div>
</div>
</$reveal>