1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

Control Panel Plugin Listing: Fallback to last component of title if name field is missing

This commit is contained in:
Jeremy Ruston 2020-04-14 11:52:01 +01:00
parent 4bbc58dd24
commit 84eaee8210

View File

@ -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"/>