mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
b0f72d0690
Fixes #6167
16 lines
644 B
Plaintext
16 lines
644 B
Plaintext
title: $:/core/ui/PluginListItemTemplate
|
|
|
|
\whitespace trim
|
|
<$link to={{!!title}} class="tc-plugin-info">
|
|
<div class="tc-plugin-info-chunk tc-plugin-info-icon">
|
|
<$transclude tiddler=<<currentTiddler>> subtiddler={{{ [<currentTiddler>addsuffix[/icon]] }}}>
|
|
<$transclude tiddler={{{ [<currentTiddler>get[plugin-type]addprefix[$:/core/images/plugin-generic-]] }}}/>
|
|
</$transclude>
|
|
</div>
|
|
<div class="tc-plugin-info-chunk tc-plugin-info-description">
|
|
<h1>
|
|
''<$text text={{{ [<currentTiddler>get[name]] ~[<currentTiddler>split[/]last[1]] }}}/>'': <$view field="description"><$view field="title"/></$view>
|
|
</h1>
|
|
</div>
|
|
</$link>
|