header-ify custom stop strings and tokenizer sections

3ed198deb7702b9e5974cc87cd2ac0dddaf9aba0

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +8 -8Ignore whitespace
public/index.html+8 -8
@@ -3167,7 +3167,7 @@
3167 </div>3167 </div>
3168 <hr>3168 <hr>
3169 <div>3169 <div>
3170 <h4 class="range-block-title justifyLeft">3170 <h4 class="range-block-title justifyLeft standoutHeader">
3171 <span data-i18n="Custom Stopping Strings">3171 <span data-i18n="Custom Stopping Strings">
3172 Custom Stopping Strings3172 Custom Stopping Strings
3173 </span>3173 </span>
@@ -3269,7 +3269,7 @@
3269 <hr>3269 <hr>
3270 <div name="tokenizerSettingsBlock">3270 <div name="tokenizerSettingsBlock">
3271 <div data-newbie-hidden name="tokenizerSelectorBlock">3271 <div data-newbie-hidden name="tokenizerSelectorBlock">
3272 <h4><span data-i18n="Tokenizer">Tokenizer</span>3272 <h4 class="standoutHeader"><span data-i18n="Tokenizer">Tokenizer</span>
3273 <a href="https://docs.sillytavern.app/usage/core-concepts/advancedformatting/#tokenizer" class="notes-link" target="_blank">3273 <a href="https://docs.sillytavern.app/usage/core-concepts/advancedformatting/#tokenizer" class="notes-link" target="_blank">
3274 <span class="fa-solid fa-circle-question note-link-span"></span>3274 <span class="fa-solid fa-circle-question note-link-span"></span>
3275 </a>3275 </a>
@@ -3302,23 +3302,23 @@
3302 </div>3302 </div>
33033303
3304 <div>3304 <div>
3305 <h4 class="range-block-title justifyLeft">3305 <small>
3306 <span data-i18n="Non-markdown strings">3306 <span data-i18n="Non-markdown strings">
3307 Non-markdown strings3307 Non-markdown strings
3308 </span>3308 </span>
3309 </h4>3309 </small>
3310 <div>3310 <div>
3311 <input id="markdown_escape_strings" class="text_pole textarea_compact" type="text" data-i18n="[placeholder]separate with commas w/o space between" placeholder="separate with commas w/o space between" maxlength="100" />3311 <input id="markdown_escape_strings" class="text_pole textarea_compact" type="text" data-i18n="[placeholder]comma delimited,no spaces between" placeholder="comma delimited,no spaces between" maxlength="100" />
3312 </div>3312 </div>
3313 </div>3313 </div>
33143314
3315 <div class="flex-container flexFlowColumn" data-newbie-hidden name="startReplyWithBlock">3315 <div data-newbie-hidden name="startReplyWithBlock">
3316 <div>3316 <div>
3317 <h4 class="range-block-title justifyLeft">3317 <small>
3318 <span data-i18n="Start Reply With">3318 <span data-i18n="Start Reply With">
3319 Start Reply With3319 Start Reply With
3320 </span>3320 </span>
3321 </h4>3321 </small>
3322 <div>3322 <div>
3323 <div contenteditable="true" id="start_reply_with" rows="2" class="text_pole textarea_compact" data-i18n="[placeholder]AI reply prefix" placeholder="AI reply prefix"></div>3323 <div contenteditable="true" id="start_reply_with" rows="2" class="text_pole textarea_compact" data-i18n="[placeholder]AI reply prefix" placeholder="AI reply prefix"></div>
3324 </div>3324 </div>