1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-09 18:28:07 +00:00

Plugin library chooser improvements

* Make "Also requires:" translatable
* Clearer styling for sub-plugins
* Documentation tweaks
This commit is contained in:
Jeremy Ruston
2019-09-28 10:06:18 +01:00
parent 0193bfd5e9
commit ded9d4074c
7 changed files with 52 additions and 15 deletions

View File

@@ -67,7 +67,7 @@ $:/state/add-plugin-info/$(connectionTiddler)$/$(assetInfo)$
<$set name="currentTiddler" value=<<assetInfo>>>
<$list filter="[enlist{!!dependents}] [<currentTiddler>get[parent-plugin]] +[limit[1]]" variable="ignore">
<div>
Also requires:
{{$:/language/ControlPanel/Plugins/AlsoRequires}}
<$list filter="[enlist{!!dependents}] [{!!parent-plugin}] +[sort[title]]" variable="dependency">
<$text text=<<dependency>>/>
</$list>