mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Rename floating prompt extension
This commit is contained in:
@ -100,7 +100,7 @@ async function moduleWorker() {
|
|||||||
(function() {
|
(function() {
|
||||||
function addExtensionsSettings() {
|
function addExtensionsSettings() {
|
||||||
const settingsHtml = `
|
const settingsHtml = `
|
||||||
<h4>Floating Prompt / Author's Note</h4>
|
<h4>Author's Note / Character Bias</h4>
|
||||||
<div class="floating_prompt_settings">
|
<div class="floating_prompt_settings">
|
||||||
<label for="extension_floating_prompt">Append the following text:</label>
|
<label for="extension_floating_prompt">Append the following text:</label>
|
||||||
<textarea id="extension_floating_prompt" class="text_pole" rows="2"></textarea>
|
<textarea id="extension_floating_prompt" class="text_pole" rows="2"></textarea>
|
||||||
@ -116,7 +116,7 @@ async function moduleWorker() {
|
|||||||
<input id="extension_floating_interval" class="text_pole" type="number" value="0" min="0" max="999" />
|
<input id="extension_floating_interval" class="text_pole" type="number" value="0" min="0" max="999" />
|
||||||
<label for="extension_floating_interval">Insertion depth (for in-chat positioning):</label>
|
<label for="extension_floating_interval">Insertion depth (for in-chat positioning):</label>
|
||||||
<input id="extension_floating_depth" class="text_pole" type="number" value="0" min="0" max="99" />
|
<input id="extension_floating_depth" class="text_pole" type="number" value="0" min="0" max="99" />
|
||||||
<span>Appending the prompt in next: <span id="extension_floating_counter">No</span> message(s)</span>
|
<span>Appending to the prompt in next: <span id="extension_floating_counter">No</span> message(s)</span>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"display_name": "Floating Prompt / Author's Note",
|
"display_name": "Author's Note / Character Bias",
|
||||||
"loading_order": 1,
|
"loading_order": 1,
|
||||||
"requires": [],
|
"requires": [],
|
||||||
"optional": [],
|
"optional": [],
|
||||||
|
Reference in New Issue
Block a user