1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Tweaks to tiddler widget docs

This commit is contained in:
Jermolene 2015-01-02 17:11:37 +00:00
parent dcbe2d657e
commit 785e1c7789

View File

@ -1,5 +1,5 @@
created: 20130824154300000
modified: 20140802114152456
modified: 20150102155658750
tags: Widgets
title: TiddlerWidget
type: text/vnd.tiddlywiki
@ -23,11 +23,11 @@ The tiddler widget assigns several useful CSS classes to variables that it creat
: `tc-tiddler-exists` or...
: `tc-tiddler-missing` depending on whether the tiddler exists
;shadowTiddlerClass
:`tc-tiddler-shadow` if the tiddler is a shadow tiddler
: `tc-tiddler-shadow` if the tiddler is a shadow tiddler
;systemTiddlerClass
:`tc-tiddler-system` if the tiddler is a system tiddler
:` tc-tiddler-system` if the tiddler is a system tiddler
;tiddlerTagClasses
:a space separated list of CSS classes named `tc-tagged-{tagname}`,<br>e.g. `tc-tagged-introduction`<br><br>''Note:'' tag names are UrlEncoded which means that the tag [[$:/tags/Macro]] appears as the CSS class `tc-tagged-%24%3A%2Ftags%2FMacro`
: a space separated list of CSS classes named `tc-tagged-{tagname}`,<br>e.g. `tc-tagged-introduction`<br><br>''Note:'' tag names are URI encoded which means that the tag [[$:/tags/Macro]] appears as the CSS class `tc-tagged-%24%3A%2Ftags%2FMacro`. See [[How to apply custom styles by tag]] for more details
You can use these variables like this: