mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Control Panel Plugin Listing: Fallback to last component of title if name field is missing
This commit is contained in:
parent
4bbc58dd24
commit
84eaee8210
@ -38,7 +38,7 @@ $:/config/Plugins/Disabled/$(currentTiddler)$
|
|||||||
</div>
|
</div>
|
||||||
<div class="tc-plugin-info-chunk tc-plugin-info-description">
|
<div class="tc-plugin-info-chunk tc-plugin-info-description">
|
||||||
<h1>
|
<h1>
|
||||||
''<$view field="name"/>'': <$view field="description"><$view field="title"/></$view> $disabledMessage$
|
''<$text text={{{ [<currentTiddler>get[name]] ~[<currentTiddler>split[/]last[1]] }}}/>'': <$view field="description"><$view field="title"/></$view> $disabledMessage$
|
||||||
</h1>
|
</h1>
|
||||||
<h2>
|
<h2>
|
||||||
<$view field="title"/>
|
<$view field="title"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user