1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-11 22:44:23 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/escapecss_Operator.tid
Simon Huber 2f723dd85a Add docs for escapecss operator (#4028)
* Create escapecss_Operator.tid

* Create escapecss Operator (Examples).tid
2019-06-29 08:17:11 +01:00

15 lines
574 B
Plaintext

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