mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Reduce number of WI help links
This commit is contained in:
@@ -1742,7 +1742,7 @@
|
||||
</div>
|
||||
<div id="wi-holder">
|
||||
<h3>
|
||||
World Selector
|
||||
World Info
|
||||
<a href="https://docs.sillytavern.app/usage/guidebook/#world-info" class="notes-link" target="_blank">
|
||||
<span class="note-link-span">?</span>
|
||||
</a>
|
||||
@@ -1763,7 +1763,7 @@
|
||||
<div class="flex-container alignitemscenter">
|
||||
<div class="flex1 range-block">
|
||||
<div class="range-block-title">
|
||||
<span data-i18n="Scan Depth">Scan Depth</span> <a href="https://docs.sillytavern.app/usage/guidebook/#scan-depth" class="notes-link" target="_blank"><span class="note-link-span">?</span></a>
|
||||
<span data-i18n="Scan Depth">Scan Depth</span>
|
||||
</div>
|
||||
<div class="range-block-range-and-counter">
|
||||
<div class="range-block-range">
|
||||
@@ -1779,7 +1779,7 @@
|
||||
|
||||
<div class="flex1 range-block">
|
||||
<div class="range-block-title">
|
||||
<span data-i18n="Token Budget">Token Budget</span> <a href="https://docs.sillytavern.app/usage/guidebook/#budget" class="notes-link" target="_blank"><span class="note-link-span">?</span></a>
|
||||
<span data-i18n="Token Budget">Token Budget</span>
|
||||
</div>
|
||||
<div class="range-block-range-and-counter">
|
||||
<div class="range-block-range">
|
||||
@@ -1798,27 +1798,18 @@
|
||||
<input id="world_info_recursive" type="checkbox" />
|
||||
<span>
|
||||
Recursive scanning
|
||||
<a href="https://docs.sillytavern.app/usage/guidebook/#recursive-scanning" class="notes-link" target="_blank">
|
||||
<span class="note-link-span">?</span>
|
||||
</a>
|
||||
</span>
|
||||
</label>
|
||||
<label title="Lookup for the entry keys in the context will respect the case" class="checkbox_label">
|
||||
<input id="world_info_case_sensitive" type="checkbox" />
|
||||
<span>
|
||||
Case-sensitive keys
|
||||
<a href="https://docs.sillytavern.app/usage/guidebook/#case-sensitive-keys" class="notes-link" target="_blank">
|
||||
<span class="note-link-span">?</span>
|
||||
</a>
|
||||
</span>
|
||||
</label>
|
||||
<label title="If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label">
|
||||
<input id="world_info_match_whole_words" type="checkbox" />
|
||||
<span>
|
||||
Match whole words
|
||||
<a href="https://docs.sillytavern.app/usage/guidebook/#match-whole-words" class="notes-link" target="_blank">
|
||||
<span class="note-link-span">?</span>
|
||||
</a>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user