mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-03 15:53:26 -08:00
* Refactored control panel “Plugins” tab to make the elements more reusable * Refactored the display of plugin tiddlers to use the same format as the control panel (as suggested, I think by @danielo515), adding the shadow tiddler listing as an overridable extension tab * Added a new tab in the “More” sidebar providing quick access to all installed plugins
9 lines
No EOL
172 B
Text
9 lines
No EOL
172 B
Text
title: $:/core/ui/PluginListItemTemplate
|
|
|
|
<div class="tc-menu-list-item">
|
|
<$link to={{!!title}}>
|
|
<$view field="description">
|
|
<$view field="title"/>
|
|
</$view>
|
|
</$link>
|
|
</div> |