mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 23:56:39 +00:00
Text-slicer: Improvements to image handling
This commit is contained in:
3
plugins/tiddlywiki/text-slicer/templates/plain/image.tid
Normal file
3
plugins/tiddlywiki/text-slicer/templates/plain/image.tid
Normal file
@@ -0,0 +1,3 @@
|
||||
title: $:/plugins/tiddlywiki/text-slicer/templates/plain/image
|
||||
|
||||
<$transclude/>
|
||||
@@ -22,4 +22,8 @@ title: $:/plugins/tiddlywiki/text-slicer/templates/plain/tiddler
|
||||
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/item" mode="block"/>
|
||||
</$list>
|
||||
|
||||
<$list filter="[<toc-type>prefix[image]]" variable="item">
|
||||
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/image" mode="block"/>
|
||||
</$list>
|
||||
|
||||
</$vars>
|
||||
|
||||
Reference in New Issue
Block a user