1
0
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:
Jermolene 2015-02-09 19:41:28 +00:00
parent e7c418089d
commit b66db0dca9
3 changed files with 10 additions and 3 deletions

View File

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

View File

@ -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.

View File

@ -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.