mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 05:43:51 +00:00
Docs: fix typo (#3949)
This commit is contained in:
parent
184fd9dda8
commit
ba0da99b17
@ -13,7 +13,7 @@ The ~TiddlyWiki core adds several `attributes` to the rendered content. With tho
|
|||||||
For example this tiddler is named: "{{!!title}}" so the attribute looks like this:
|
For example this tiddler is named: "{{!!title}}" so the attribute looks like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
data-tiddler-title="Custom styles by title"
|
data-tiddler-title="Custom styles by data-tiddler-title"
|
||||||
```
|
```
|
||||||
|
|
||||||
!! Examples
|
!! Examples
|
||||||
@ -21,7 +21,7 @@ data-tiddler-title="Custom styles by title"
|
|||||||
The following CSS is defined in [[Custom data-styles]] and creates a blue border for exactly this tiddler.
|
The following CSS is defined in [[Custom data-styles]] and creates a blue border for exactly this tiddler.
|
||||||
|
|
||||||
```
|
```
|
||||||
[data-tiddler-title="Custom styles by title"] {
|
[data-tiddler-title="Custom styles by data-tiddler-title"] {
|
||||||
border: 1px solid blue;
|
border: 1px solid blue;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -4,7 +4,7 @@ tags: data-tags-styles [[How to apply custom styles]] $:/tags/Stylesheet
|
|||||||
title: Custom data-styles
|
title: Custom data-styles
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
[data-tiddler-title="Custom styles by title"] {
|
[data-tiddler-title="Custom styles by data-tiddler-title"] {
|
||||||
border: 1px solid blue;
|
border: 1px solid blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
created: 20141001132300000
|
created: 20141001132300000
|
||||||
list: [[Custom styles by data-tags]] [[Custom styles by title]]
|
list: [[Custom styles by data-tags]] [[Custom styles by data-tiddler-title]]
|
||||||
modified: 201804111740
|
modified: 201804111740
|
||||||
tags: [[Customise TiddlyWiki]]
|
tags: [[Customise TiddlyWiki]]
|
||||||
title: How to apply custom styles
|
title: How to apply custom styles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user