From b46ce419a7a5f882dc7bff2f4a48c25eacca48c5 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 19 Mar 2015 10:53:51 +0000 Subject: [PATCH] Left off last commit --- plugins/tiddlywiki/browser-sniff/readme.tid | 9 +++++++++ plugins/tiddlywiki/codemirror/readme.tid | 10 ++++++++++ plugins/tiddlywiki/github-fork-ribbon/readme.tid | 11 +++++++++++ 3 files changed, 30 insertions(+) create mode 100644 plugins/tiddlywiki/browser-sniff/readme.tid create mode 100644 plugins/tiddlywiki/codemirror/readme.tid create mode 100644 plugins/tiddlywiki/github-fork-ribbon/readme.tid diff --git a/plugins/tiddlywiki/browser-sniff/readme.tid b/plugins/tiddlywiki/browser-sniff/readme.tid new file mode 100644 index 000000000..98fa1f745 --- /dev/null +++ b/plugins/tiddlywiki/browser-sniff/readme.tid @@ -0,0 +1,9 @@ +title: $:/plugins/tiddlywiki/browser-sniff/readme + +This plugin adds a number of `$:/info/` tiddlers containing information about the current browser. + +It allows you to create content that is presented in a way that is responsive to different browsers. + +For example, http://tiddlywiki.com uses this plugin to present the user with the best options for getting started depending on their browser. + +[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/browser-sniff]] diff --git a/plugins/tiddlywiki/codemirror/readme.tid b/plugins/tiddlywiki/codemirror/readme.tid new file mode 100644 index 000000000..a99b63d6a --- /dev/null +++ b/plugins/tiddlywiki/codemirror/readme.tid @@ -0,0 +1,10 @@ +title: $:/plugins/tiddlywiki/codemirror/readme + +This plugin provides an enhanced text editor component based on [[CodeMirror|http://codemirror.net]]. It provides several advantages over the default browser text editor: + +* Code colouring for many languages (see [[the official documentation here|http://codemirror.net/mode/index.html]]) +* Auto closing brackets and tags +* Folding brackets, comments, and tags +* Auto-completion + +[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/codemirror]] diff --git a/plugins/tiddlywiki/github-fork-ribbon/readme.tid b/plugins/tiddlywiki/github-fork-ribbon/readme.tid new file mode 100644 index 000000000..95d0f7095 --- /dev/null +++ b/plugins/tiddlywiki/github-fork-ribbon/readme.tid @@ -0,0 +1,11 @@ +title: $:/plugins/tiddlywiki/github-fork-ribbon/readme + +This plugin provides a diagonal ribbon across the corner of the window. It resembles the design used by ~GitHub for their "Fork me on ~GitHub" ribbons. + +The ribbon can be positioned over any corner, and can incorporate user defined text, colours and a link. + +The CSS stylesheet is adapted from work by Simon Whitaker: + +https://github.com/simonwhitaker/github-fork-ribbon-css/ + +[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/github-fork-ribbon]]