mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 09:36:18 +00:00
Add simple "powered by TiddlyWiki" plugin
This commit is contained in:
parent
6942efa628
commit
c11e1bb929
@ -14,7 +14,8 @@
|
|||||||
"tiddlywiki/markdown",
|
"tiddlywiki/markdown",
|
||||||
"tiddlywiki/nodewebkitsaver",
|
"tiddlywiki/nodewebkitsaver",
|
||||||
"tiddlywiki/railroad",
|
"tiddlywiki/railroad",
|
||||||
"tiddlywiki/stacked-view"
|
"tiddlywiki/stacked-view",
|
||||||
|
"tiddlywiki/powered-by-tiddlywiki"
|
||||||
],
|
],
|
||||||
"languages": [
|
"languages": [
|
||||||
"cs-CZ",
|
"cs-CZ",
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
"tiddlywiki/github-fork-ribbon",
|
"tiddlywiki/github-fork-ribbon",
|
||||||
"tiddlywiki/browser-sniff",
|
"tiddlywiki/browser-sniff",
|
||||||
"tiddlywiki/help",
|
"tiddlywiki/help",
|
||||||
"tiddlywiki/stacked-view"
|
"tiddlywiki/stacked-view",
|
||||||
|
"tiddlywiki/powered-by-tiddlywiki"
|
||||||
],
|
],
|
||||||
"themes": [
|
"themes": [
|
||||||
"tiddlywiki/vanilla",
|
"tiddlywiki/vanilla",
|
||||||
|
6
plugins/tiddlywiki/powered-by-tiddlywiki/banner.tid
Normal file
6
plugins/tiddlywiki/powered-by-tiddlywiki/banner.tid
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
title: $:/plugins/tiddlywiki/powered-by-tiddlywiki/banner
|
||||||
|
tags: $:/tags/PageTemplate
|
||||||
|
|
||||||
|
<a href="http://tiddlywiki.com" target="_blank">
|
||||||
|
[img width="160px" class="tc-powered-by-tiddlywiki-banner" [$:/plugins/tiddlywiki/powered-by-tiddlywiki/powered-by-tiddlywiki.svg]]
|
||||||
|
</a>
|
7
plugins/tiddlywiki/powered-by-tiddlywiki/plugin.info
Normal file
7
plugins/tiddlywiki/powered-by-tiddlywiki/plugin.info
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"title": "$:/plugins/tiddlywiki/powered-by-tiddlywiki",
|
||||||
|
"description": "Powered by TiddlyWiki Banner",
|
||||||
|
"author": "JeremyRuston",
|
||||||
|
"core-version": ">=5.0.0",
|
||||||
|
"list": "readme"
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
5
plugins/tiddlywiki/powered-by-tiddlywiki/readme.tid
Normal file
5
plugins/tiddlywiki/powered-by-tiddlywiki/readme.tid
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
title: $:/plugins/tiddlywiki/powered-by-tiddlywiki/readme
|
||||||
|
|
||||||
|
This plugin adds a "Powered by ~TiddlyWiki" banner that links back to http://tiddlywiki.com
|
||||||
|
|
||||||
|
It's very basic at the moment, but the plan is to improve it by making it more customisable.
|
9
plugins/tiddlywiki/powered-by-tiddlywiki/styles.tid
Normal file
9
plugins/tiddlywiki/powered-by-tiddlywiki/styles.tid
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
title: $:/plugins/tiddlywiki/powered-by-tiddlywiki/styles
|
||||||
|
tags: $:/tags/Stylesheet
|
||||||
|
|
||||||
|
.tc-powered-by-tiddlywiki-banner {
|
||||||
|
position: fixed;
|
||||||
|
right: 1em;
|
||||||
|
bottom: 0;
|
||||||
|
z-index: 2000;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user