From 2f723dd85a7bb80f327334ef451a056cae2eb388 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Sat, 29 Jun 2019 09:17:11 +0200 Subject: [PATCH] Add docs for escapecss operator (#4028) * Create escapecss_Operator.tid * Create escapecss Operator (Examples).tid --- .../tiddlers/filters/escapecss_Operator.tid | 14 ++++++++++++++ .../examples/escapecss Operator (Examples).tid | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 editions/tw5.com/tiddlers/filters/escapecss_Operator.tid create mode 100644 editions/tw5.com/tiddlers/filters/examples/escapecss Operator (Examples).tid diff --git a/editions/tw5.com/tiddlers/filters/escapecss_Operator.tid b/editions/tw5.com/tiddlers/filters/escapecss_Operator.tid new file mode 100644 index 000000000..240f48ec3 --- /dev/null +++ b/editions/tw5.com/tiddlers/filters/escapecss_Operator.tid @@ -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">> diff --git a/editions/tw5.com/tiddlers/filters/examples/escapecss Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/escapecss Operator (Examples).tid new file mode 100644 index 000000000..394a49985 --- /dev/null +++ b/editions/tw5.com/tiddlers/filters/examples/escapecss Operator (Examples).tid @@ -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[]]">>