You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create Link recognizes some <ahref="https://addons.mozilla.org/en/firefox/addon/142">Make Link</a> compatible variables.
@@ -77,15 +77,30 @@ <h2>Variables</h2>
77
77
<dt>%input%</dt>
78
78
<dd>Shows a dialog to input text.</dd>
79
79
</dl>
80
-
</div>
80
+
</section>
81
81
82
-
<div>
82
+
<section>
83
+
<h2>Meta Characters</h2>
84
+
<div>
85
+
CreateLink supports following meta characters to put special characters.
86
+
</div>
87
+
<dlid="metachars">
88
+
<dt>\t</dt>
89
+
<dd>Tab character.</dd>
90
+
<dt>\n</dt>
91
+
<dd>New line. 0x0A Line Feed.</dd>
92
+
<dt>\r</dt>
93
+
<dd>0x0D Carriage Return.</dd>
94
+
</dl>
95
+
</section>
96
+
97
+
<section>
83
98
<h2>Filter</h2>
84
99
<div>
85
100
<p>Filter must be specified in the following format (perl-like substitution operator): <code>s/<i><pattern></i>/<i><replacement></i>/<i>[<flags>]</i></code><br>
86
101
Pattern is regular expression and flags are either "g", "i", "m" or "y".</p>
87
102
<p>For example, <code>s/\[at\]/@/gi</code> will replace all occurrences (g) of "[at]/[AT]/[At]/[aT]" case-insensitively (i) into "@".</p>
0 commit comments