mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Improvements to display of plugin libraries
This commit is contained in:
parent
e7c418089d
commit
b66db0dca9
@ -71,9 +71,12 @@ Search: <$edit-text tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" d
|
||||
<$list filter="[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]">
|
||||
<div class="tc-plugin-library">
|
||||
|
||||
!! <$transclude field="caption"><$view field="title"/></$transclude>
|
||||
!! <$link><$transclude field="caption"><$view field="title"/></$transclude></$link>
|
||||
|
||||
//<$view field="url"/>//
|
||||
|
||||
<$transclude/>
|
||||
|
||||
<$view field="url"/>
|
||||
<<display-server-connection>>
|
||||
</div>
|
||||
</$list>
|
||||
|
@ -3,4 +3,4 @@ tags: $:/tags/PluginLibrary
|
||||
url: http://tiddlywiki.com/library/index.html
|
||||
caption: {{$:/language/OfficialPluginLibrary}}
|
||||
|
||||
|
||||
The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.
|
||||
|
@ -1,4 +1,8 @@
|
||||
title: $:/config/OfficialPluginLibrary
|
||||
tags: $:/tags/PluginLibrary
|
||||
url: http://tiddlywiki.com/prerelease/library/index.html
|
||||
url: file:///Users/jeremyruston/git/Jermolene/jermolene.github.io/prerelease/library/index.html
|
||||
url: http://0.0.0.0:8080/prerelease/library/index.html
|
||||
caption: {{$:/language/OfficialPluginLibrary}} (Prerelease)
|
||||
|
||||
The prerelease version of the official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.
|
||||
|
Loading…
Reference in New Issue
Block a user