mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Left off last commit
This commit is contained in:
parent
f2a7f00870
commit
b46ce419a7
9
plugins/tiddlywiki/browser-sniff/readme.tid
Normal file
9
plugins/tiddlywiki/browser-sniff/readme.tid
Normal 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]]
|
10
plugins/tiddlywiki/codemirror/readme.tid
Normal file
10
plugins/tiddlywiki/codemirror/readme.tid
Normal 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]]
|
11
plugins/tiddlywiki/github-fork-ribbon/readme.tid
Normal file
11
plugins/tiddlywiki/github-fork-ribbon/readme.tid
Normal 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]]
|
Loading…
Reference in New Issue
Block a user