mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
36 lines
641 B
Plaintext
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>
|
|
|