1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Add docs for escapecss operator (#4028)

* Create escapecss_Operator.tid

* Create escapecss Operator (Examples).tid
This commit is contained in:
Simon Huber 2019-06-29 09:17:11 +02:00 committed by Jeremy Ruston
parent 42bde75de2
commit 2f723dd85a
2 changed files with 19 additions and 0 deletions

View 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">>

View File

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