mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-31 23:53:00 +00:00
Lots of improvements to the plugin library
* Moved “add new plugin” into a modal wizard * Adopt big friendly buttons * Add plugin icons and readmes to “add new plugin” modal * Use tabs for splitting plugins/themes/languages * Consistent styling between the “add new plugin” modal and the “installed plugins” control panel tab * Behind the scenes, moved from addressing the library as `recipes/defaults/tiddlers/<etc>` to `recipes/library/tiddlers<etc>`
This commit is contained in:
4
core/ui/ControlPanel/Plugins/Add/Languages.tid
Normal file
4
core/ui/ControlPanel/Plugins/Add/Languages.tid
Normal file
@@ -0,0 +1,4 @@
|
||||
title: $:/core/ui/ControlPanel/Plugins/Add/Languages
|
||||
caption: {{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter="[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[language]]"/>)
|
||||
|
||||
<<display-server-assets language>>
|
||||
4
core/ui/ControlPanel/Plugins/Add/Plugins.tid
Normal file
4
core/ui/ControlPanel/Plugins/Add/Plugins.tid
Normal file
@@ -0,0 +1,4 @@
|
||||
title: $:/core/ui/ControlPanel/Plugins/Add/Plugins
|
||||
caption: {{$:/language/ControlPanel/Plugins/Plugins/Caption}} (<$count filter="[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[plugin]]"/>)
|
||||
|
||||
<<display-server-assets plugin>>
|
||||
4
core/ui/ControlPanel/Plugins/Add/Themes.tid
Normal file
4
core/ui/ControlPanel/Plugins/Add/Themes.tid
Normal file
@@ -0,0 +1,4 @@
|
||||
title: $:/core/ui/ControlPanel/Plugins/Add/Themes
|
||||
caption: {{$:/language/ControlPanel/Plugins/Themes/Caption}} (<$count filter="[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[theme]]"/>)
|
||||
|
||||
<<display-server-assets theme>>
|
||||
Reference in New Issue
Block a user