1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 21:33:14 +00:00

Left off last commit

This commit is contained in:
Jermolene 2015-03-19 10:53:51 +00:00
parent f2a7f00870
commit b46ce419a7
3 changed files with 30 additions and 0 deletions

View File

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

View File

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

View File

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