Revert global WI settings changes

aa75fe287730d2345b4a4230bbcca39248ee01f3

Crow <bismuthglass@protonmail.com>

1 files changed, +24 -73Ignore whitespace
public/index.html+24 -73
@@ -4079,7 +4079,7 @@
40794079 <div class="fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
40804080 </div>
40814081 <div class="inline-drawer-content">
40824082 <div id="wiActivationSettings" class="flex-container">
40834083 <div id="wiSliders" class="flex2 flex-container">
40844084 <div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0 flexBasis48p">
40854085 <small>
@@ -4131,67 +4131,19 @@
41314131 <input class="neo-range-slider" type="range" id="world_info_max_recursion_steps" name="world_info_max_recursion_steps" min="0" max="10" step="1">
41324132 <input class="neo-range-input" type="number" min="0" max="10" step="1" data-for="world_info_max_recursion_steps" id="world_info_max_recursion_steps_counter">
41334133 </div>
4134- </div>
4134+
4135- <hr class="width100p">
4135+ <div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink flexBasis48p">
4136- <div class="flex-container flexFlowColumn flexGrow flexShrink flexBasis48p">
4136+ <small data-i18n="Insertion Strategy">
4137- <small class="textAlignCenter" data-i18n="Matching Strategy">
4137+ Insertion Strategy
4138- Matching Strategy
4139- </small>
4140- <label title="Lookup for the entry keys in the context will respect the case" data-i18n="[title]Lookup for the entry keys in the context will respect the case" class="checkbox_label flex1">
4141- <input id="world_info_case_sensitive" type="checkbox" />
4142- <small data-i18n="Case Sensitive" class="whitespacenowrap flex1">
4143- Case-sensitive
4144- </small>
4145- </label>
4146- <label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">
4147- <input id="world_info_match_whole_words" type="checkbox" />
4148- <small data-i18n="Match Whole Words" class="whitespacenowrap flex1">
4149- Match Whole Words
4150- </small>
4151- </label>
4152- <label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">
4153- <input id="world_info_match_whole_words" type="checkbox" />
4154- <small data-i18n="Match Whole Words" class="whitespacenowrap flex1">
4155- Match Persona Description
4156- </small>
4157- </label>
4158- <label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">
4159- <input id="world_info_match_whole_words" type="checkbox" />
4160- <small data-i18n="Match Whole Words" class="whitespacenowrap flex1">
4161- Match Character Description
4162- </small>
4163- </label>
4164- <label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">
4165- <input id="world_info_match_whole_words" type="checkbox" />
4166- <small data-i18n="Match Whole Words" class="whitespacenowrap flex1">
4167- Match Character Personality
4168- </small>
4169- </label>
4170- <label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">
4171- <input id="world_info_match_whole_words" type="checkbox" />
4172- <small data-i18n="Match Whole Words" class="whitespacenowrap flex1">
4173- Match Character Note
4174- </small>
4175- </label>
4176- <label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">
4177- <input id="world_info_match_whole_words" type="checkbox" />
4178- <small data-i18n="Match Whole Words" class="whitespacenowrap flex1">
4179- Match Scenario
4180- </small>
4181- </label>
4182- <label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">
4183- <input id="world_info_match_creator_notes" type="checkbox" />
4184- <small data-i18n="Match Creator Notes" class="whitespacenowrap flex1">
4185- Match Creator Notes
41864138 </small>
4187- </label>
4139+ <select id="world_info_character_strategy" class="flexGrow margin0">
4140+ <option value="0" data-i18n="Sorted Evenly">Sorted Evenly</option>
4141+ <option value="1" data-i18n="Character Lore First">Character Lore First</option>
4142+ <option value="2" data-i18n="Global Lore First">Global Lore First</option>
4143+ </select>
4144+ </div>
41884145 </div>
4189-
4146+ <div id="wiCheckboxes" class="flex1 flex-container flexFlowColumn">
4190- <hr class="width100p">
4191- <div class="flex-container flexFlowColumn flexGrow flexShrink flexBasis48p">
4192- <small class="textAlignCenter" data-i18n="Miscelaneous">
4193- Miscelaneous
4194- </small>
41954147 <label title="Include names with each message into the context for scanning" data-i18n="[title]Include names with each message into the context for scanning" class="checkbox_label flex1">
41964148 <input id="world_info_include_names" type="checkbox" />
41974149 <small data-i18n="Include Names" class="whitespacenowrap flex1">
@@ -4204,6 +4156,18 @@
42044156 Recursive Scan
42054157 </small>
42064158 </label>
4159+ <label title="Lookup for the entry keys in the context will respect the case" data-i18n="[title]Lookup for the entry keys in the context will respect the case" class="checkbox_label flex1">
4160+ <input id="world_info_case_sensitive" type="checkbox" />
4161+ <small data-i18n="Case Sensitive" class="whitespacenowrap flex1">
4162+ Case-sensitive
4163+ </small>
4164+ </label>
4165+ <label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">
4166+ <input id="world_info_match_whole_words" type="checkbox" />
4167+ <small data-i18n="Match Whole Words" class="whitespacenowrap flex1">
4168+ Match Whole Words
4169+ </small>
4170+ </label>
42074171 <label title="Only the entries with the most number of key matches will be selected for Inclusion Group filtering" data-i18n="[title]Only the entries with the most number of key matches will be selected for Inclusion Group filtering" class="checkbox_label flex1">
42084172 <input id="world_info_use_group_scoring" type="checkbox" />
42094173 <small data-i18n="Use Group Scoring" class="whitespacenowrap flex1">
@@ -4217,19 +4181,6 @@
42174181 </small>
42184182 </label>
42194183 </div>
4220-
4221- <hr class="width100p">
4222- <div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink flexBasis48p">
4223- <small data-i18n="Insertion Strategy">
4224- Insertion Strategy
4225- </small>
4226- <select id="world_info_character_strategy" class="flexGrow margin0">
4227- <option value="0" data-i18n="Sorted Evenly">Sorted Evenly</option>
4228- <option value="1" data-i18n="Character Lore First">Character Lore First</option>
4229- <option value="2" data-i18n="Global Lore First">Global Lore First</option>
4230- </select>
4231- </div>
4232-
42334184 </div>
42344185 </div>
42354186 </div>