Revert original settings to their former place

be591b2494f3b50c16bae4ecb5246cb9aeb25640

Crow <bismuthglass@protonmail.com>

1 files changed, +100 -104Ignore whitespace
public/index.html+100 -104
@@ -6087,6 +6087,47 @@
6087 </button>6087 </button>
6088 </div>6088 </div>
6089 </div>6089 </div>
6090 <div name="perEntryOverridesBlock" class="flex-container wide100p alignitemscenter">
6091 <div class="world_entry_form_control flex1">
6092 <small class="textAlignCenter" data-i18n="Scan Depth">Scan Depth</small>
6093 <input class="text_pole margin0" name="scanDepth" type="number" placeholder="Use global setting" data-i18n="[placeholder]Use global setting" max="1000">
6094 </div>
6095 <div class="world_entry_form_control flex1">
6096 <small class="textAlignCenter" data-i18n="Case-Sensitive">Case-Sensitive</small>
6097 <select name="caseSensitive" class="text_pole widthNatural margin0">
6098 <option value="null" data-i18n="Use global">Use global</option>
6099 <option value="true" data-i18n="Yes">Yes</option>
6100 <option value="false" data-i18n="No">No</option>
6101 </select>
6102 </div>
6103 <div class="world_entry_form_control flex1">
6104 <small class="textAlignCenter" data-i18n="Whole Words">Whole Words</small>
6105 <select name="matchWholeWords" class="text_pole widthNatural margin0">
6106 <option value="null" data-i18n="Use global">Use global</option>
6107 <option value="true" data-i18n="Yes">Yes</option>
6108 <option value="false" data-i18n="No">No</option>
6109 </select>
6110 </div>
6111 <div class="world_entry_form_control flex1">
6112 <small class="textAlignCenter" data-i18n="Group Scoring">Group Scoring</small>
6113 <select name="useGroupScoring" class="text_pole widthNatural margin0">
6114 <option value="null" data-i18n="Use global">Use global</option>
6115 <option value="true" data-i18n="Yes">Yes</option>
6116 <option value="false" data-i18n="No">No</option>
6117 </select>
6118 </div>
6119 <div class="world_entry_form_control flex1" title="Can be used to automatically activate Quick Replies" data-i18n="[title]Can be used to automatically activate Quick Replies">
6120 <small class="textAlignCenter" data-i18n="Automation ID">Automation ID</small>
6121 <input class="text_pole margin0" name="automationId" type="text" placeholder="( None )" data-i18n="[placeholder]( None )">
6122 </div>
6123 <div class="world_entry_form_control flex1" title="Defines delay levels for recursive scans.&#13;&#13;Initially, only the first level (smallest number) will match.&#13;Once no matches are found, the next level becomes eligible for matching.&#13;This repeats until all levels are checked.&#13;&#13;Tied to the &quot;Delay until recursion&quot; setting." data-i18n="[title]delay_until_recursion_level">
6124 <small class="textAlignCenter">
6125 <span data-i18n="Recursion Level">Recursion Level</span>
6126 <div class="fa-solid fa-circle-info opacity50p"></div>
6127 </small>
6128 <input class="text_pole margin0" name="delayUntilRecursionLevel" type="text" placeholder="1">
6129 </div>
6130 </div>
6090 <div name="contentAndCharFilterBlock" class="world_entry_thin_controls flex2">6131 <div name="contentAndCharFilterBlock" class="world_entry_thin_controls flex2">
6091 <div class="world_entry_form_control flex1">6132 <div class="world_entry_form_control flex1">
6092 <label for="content ">6133 <label for="content ">
@@ -6102,6 +6143,26 @@
6102 (<span data-i18n="extension_token_counter">Tokens:</span>&nbsp; <span class="world_entry_form_token_counter" data-first-run="true">counting...</span>)&nbsp;6143 (<span data-i18n="extension_token_counter">Tokens:</span>&nbsp; <span class="world_entry_form_token_counter" data-first-run="true">counting...</span>)&nbsp;
6103 <span class="world_entry_form_uid_value" data-first-run="true"></span>6144 <span class="world_entry_form_uid_value" data-first-run="true"></span>
6104 </span>6145 </span>
6146 <div>
6147 <label class="checkbox flex-container alignitemscenter flexNoGap">
6148 <input type="checkbox" name="exclude_recursion" />
6149 <span data-i18n="Non-recursable (will not be activated by another)">
6150 Non-recursable (will not be activated by another)
6151 </span>
6152 </label>
6153 <label class="checkbox flex-container alignitemscenter flexNoGap">
6154 <input type="checkbox" name="prevent_recursion" />
6155 <span data-i18n="Prevent further recursion (this entry will not activate others)">
6156 Prevent further recursion (will not activate others)
6157 </span>
6158 </label>
6159 <label class="checkbox flex-container alignitemscenter flexNoGap">
6160 <input type="checkbox" name="delay_until_recursion" />
6161 <span data-i18n="Delay until recursion (can only be activated on recursive checking)">
6162 Delay until recursion (can only be activated on recursive checking)
6163 </span>
6164 </label>
6165 </div>
6105 </span>6166 </span>
6106 </small>6167 </small>
6107 <small class="displayNone">6168 <small class="displayNone">
@@ -6119,113 +6180,48 @@
61196180
6120 <div class="inline-drawer wide100p flexFlowColumn">6181 <div class="inline-drawer wide100p flexFlowColumn">
6121 <div class="inline-drawer-toggle inline-drawer-header userSettingsInnerExpandable">6182 <div class="inline-drawer-toggle inline-drawer-header userSettingsInnerExpandable">
6122 <strong>Activation Settings</strong>6183 <strong>Additional Matching Sources</strong>
6123 <div class="fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>6184 <div class="fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
6124 </div>6185 </div>
6125 <div class="inline-drawer-content flex-container flexFlowRow flexGap10 paddingBottom5px">6186 <div class="inline-drawer-content flex-container flexFlowRow flexGap10 paddingBottom5px">
6126 <div class="flex1 flex-container flexFlowColumn flexGap10">6187 <small>
6127 <div class="flex-container flexFlowRow alignItemsCenter justifySpaceBetween" title="Can be used to automatically activate Quick Replies" data-i18n="[title]Can be used to automatically activate Quick Replies">6188 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6128 <small class="flex1" data-i18n="Automation ID">Automation ID</small>6189 <input type="checkbox" name="matchPersonaDescription" />
6129 <input class="flex1 text_pole margin0" name="automationId" type="text" placeholder="( None )" data-i18n="[placeholder]( None )">6190 <span data-i18n="Match Persona Description">
6130 </div>6191 Match Persona Description
6131 <div class="flex-container alignItemsCenter flexNoGap">6192 </span>
6132 <small class="flex1" data-i18n="Scan Depth">Scan Depth</small>6193 </label>
6133 <input class="text_pole margin0 flex1" name="scanDepth" type="number" placeholder="Use global setting" data-i18n="[placeholder]Use global setting" max="1000">6194 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6134 </div>6195 <input type="checkbox" name="matchCharacterDescription" />
6135 <div class="checkbox flex-container alignItemsCenter flexNoGap">6196 <span data-i18n="Match Character Description">
6136 <small class="flex1" data-i18n="Case-Sensitive">Case-Sensitive</small>6197 Match Character Description
6137 <select name="caseSensitive" class="text_pole widthNatural margin0 flex1">6198 </span>
6138 <option value="null" data-i18n="Use global">Use global</option>6199 </label>
6139 <option value="true" data-i18n="Yes">Yes</option>6200 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6140 <option value="false" data-i18n="No">No</option>6201 <input type="checkbox" name="matchCharacterPersonality" />
6141 </select>6202 <span data-i18n="Match Character Personality">
6142 </div>6203 Match Character Personality
6143 <div class="checkbox flex-container alignItemsCenter flexNoGap">6204 </span>
6144 <small class="flex1" data-i18n="Whole Words">Whole Words</small>6205 </label>
6145 <select name="matchWholeWords" class="text_pole widthNatural margin0 flex1">6206 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6146 <option value="null" data-i18n="Use global">Use global</option>6207 <input type="checkbox" name="matchCharacterDepthPrompt" />
6147 <option value="true" data-i18n="Yes">Yes</option>6208 <span data-i18n="Match Character Note">
6148 <option value="false" data-i18n="No">No</option>6209 Match Character Note
6149 </select>6210 </span>
6150 </div>6211 </label>
6151 <div class="checkbox flex-container alignItemsCenter flexNoGap">6212 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6152 <small class="flex1" data-i18n="Group Scoring">Group Scoring</small>6213 <input type="checkbox" name="matchScenario" />
6153 <select name="useGroupScoring" class="text_pole widthNatural margin0 flex1">6214 <span data-i18n="Match Scenario">
6154 <option value="null" data-i18n="Use global">Use global</option>6215 Match Scenario
6155 <option value="true" data-i18n="Yes">Yes</option>6216 </span>
6156 <option value="false" data-i18n="No">No</option>6217 </label>
6157 </select>6218 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6158 </div>6219 <input type="checkbox" name="matchCreatorNotes" />
61596220 <span data-i18n="Match Creator Notes">
6160 <small>6221 Match Creator Notes
6161 <label class="checkbox flex-container alignItemsCenter flexNoGap">6222 </span>
6162 <input type="checkbox" name="delay_until_recursion" />6223 </label>
6163 <span data-i18n="Delay until recursion (can only be activated on recursive checking)">6224 </small>
6164 Delay until recursion (can only be activated on recursive checking)
6165 </span>
6166 </label>
6167 </small>
6168 <div class="world_entry_form_control_recursion_delay flex-container alignItemsCenter" title="Defines delay levels for recursive scans.&#13;&#13;Initially, only the first level (smallest number) will match.&#13;Once no matches are found, the next level becomes eligible for matching.&#13;This repeats until all levels are checked.&#13;&#13;Tied to the &quot;Delay until recursion&quot; setting." data-i18n="[title]delay_until_recursion_level">
6169 <small class="flex1">
6170 <span data-i18n="Recursion Level">Recursion Level</span>
6171 <div class="fa-solid fa-circle-info opacity50p"></div>
6172 </small>
6173 <input class="flex1 text_pole margin0" name="delayUntilRecursionLevel" type="text" placeholder="1">
6174 </div>
6175 </div>
6176
6177 <div class="flex1 flex-container flexFlowColumn flexGap10">
6178 <small>
6179 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6180 <input type="checkbox" name="exclude_recursion" />
6181 <span data-i18n="Non-recursable (will not be activated by another)">
6182 Non-recursable (will not be activated by another)
6183 </span>
6184 </label>
6185 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6186 <input type="checkbox" name="prevent_recursion" />
6187 <span data-i18n="Prevent further recursion (this entry will not activate others)">
6188 Prevent further recursion (will not activate others)
6189 </span>
6190 </label>
6191 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6192 <input type="checkbox" name="matchPersonaDescription" />
6193 <span data-i18n="Match Persona Description">
6194 Match Persona Description
6195 </span>
6196 </label>
6197 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6198 <input type="checkbox" name="matchCharacterDescription" />
6199 <span data-i18n="Match Character Description">
6200 Match Character Description
6201 </span>
6202 </label>
6203 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6204 <input type="checkbox" name="matchCharacterPersonality" />
6205 <span data-i18n="Match Character Personality">
6206 Match Character Personality
6207 </span>
6208 </label>
6209 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6210 <input type="checkbox" name="matchCharacterDepthPrompt" />
6211 <span data-i18n="Match Character Note">
6212 Match Character Note
6213 </span>
6214 </label>
6215 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6216 <input type="checkbox" name="matchScenario" />
6217 <span data-i18n="Match Scenario">
6218 Match Scenario
6219 </span>
6220 </label>
6221 <label class="checkbox flex-container alignItemsCenter flexNoGap">
6222 <input type="checkbox" name="matchCreatorNotes" />
6223 <span data-i18n="Match Creator Notes">
6224 Match Creator Notes
6225 </span>
6226 </label>
6227 </small>
6228 </div>
6229 </div>6225 </div>
6230 </div>6226 </div>
62316227