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
Copy file name to clipboardExpand all lines: src/static/optionPage.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -618,7 +618,10 @@ <h1 id="words">Words</h1>
618
618
<li>Modify existing words/phrases.</li>
619
619
<li>Remove existing words/phrases.</li>
620
620
<li>Configure <code>match repeated characters</code> in words.</li>
621
-
<li>Set the substitution (replacement) for a word/phrase (Only when filter in <code>Substitution</code> mode).</li>
621
+
<li>Set the substitution (replacement) for a word/phrase (Only when filter in <code>Substitution</code> mode).<ul>
622
+
<li>Case-sensitive: The substitution will respect the provided case (Example: <code>DoG</code>). (Note: <em>This supersedes the <code>preserveCase</code> option for the current word</em>)</li>
623
+
</ul>
624
+
</li>
622
625
<li>Words/phrases can also be added by selecting them on a web page and then choosing the <code>Add selection to filter</code> option from the context (right-click) menu. New words will use the settings found in the "Default Settings (for new word/phrases)" section.</li>
623
626
<li>Match repeated characters - Match words with repeated characters (must still be in same order).</li>
624
627
<li>Match separators - Words/phrases that contain (<code>'-', '_' & ' '</code>) inside them will be filtered.</li>
0 commit comments