mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Add docs for escapecss operator (#4028)
* Create escapecss_Operator.tid * Create escapecss Operator (Examples).tid
This commit is contained in:
parent
42bde75de2
commit
2f723dd85a
14
editions/tw5.com/tiddlers/filters/escapecss_Operator.tid
Normal file
14
editions/tw5.com/tiddlers/filters/escapecss_Operator.tid
Normal file
@ -0,0 +1,14 @@
|
||||
caption: escapecss
|
||||
op-input: a [[selection of titles|Title Selection]]
|
||||
op-output: the input with CSS escaping applied through the CSS.escape() method
|
||||
op-parameter:
|
||||
op-parameter-name:
|
||||
op-purpose: apply CSS escaping to a selection of titles through the CSS.escape() method / operation
|
||||
tags: [[Filter Operators]] [[String Operators]]
|
||||
title: escapecss Operator
|
||||
type: text/vnd.tiddlywiki
|
||||
from-version: 5.1.20
|
||||
|
||||
See Mozilla Developer Network for details of the [[CSS.escape()|https://developer.mozilla.org/docs/Web/API/CSS/escape]] operation.
|
||||
|
||||
<<.operator-examples "escapecss">>
|
@ -0,0 +1,5 @@
|
||||
tags: [[escapecss Operator]] [[Operator Examples]]
|
||||
title: escapecss Operator (Examples)
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<.operator-example 1 "[all[tiddlers]tag[Examples]escapecss[]]">>
|
Loading…
Reference in New Issue
Block a user