mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
placeholder gui for new example chat parsing
This commit is contained in:
@@ -3710,6 +3710,39 @@
|
||||
<div class="extension_token_counter">
|
||||
Tokens: <span data-token-counter="mes_example_textarea">counting...</span>
|
||||
</div>
|
||||
|
||||
<!-- PLACEHOLDER CODE FOR NEW EXAMPLE CHAT HANDLING
|
||||
|
||||
<div name="exampleChatsBlockTemplate" class="flex-container flexFlowColumn">
|
||||
<div class="flex-container alignitemscenter">
|
||||
<textarea class="flexShrink flexGrow wideMinContent" rows="1" placeholder="Name for this example chat"></textarea>
|
||||
<div class="fa-solid fa-plus menu_button" title="Add a new message to this example chat block"></div>
|
||||
</div>
|
||||
<div class="flex-container whitespacenowrap">
|
||||
<div class="flex-container flexFlowColumn">
|
||||
<select>
|
||||
<option>{{user}}</option>
|
||||
<option>{{char}}</option>
|
||||
<option>Custom</option>
|
||||
</select>
|
||||
<textarea rows="1" placeholder="Custom Entity"></textarea>
|
||||
</div>
|
||||
<textarea class="flexShrink flexGrow wideMinContent" placeholder="Content of the example chat."></textarea>
|
||||
</div>
|
||||
<div class="flex-container whitespacenowrap">
|
||||
<div class="flex-container flexFlowColumn">
|
||||
<select>
|
||||
<option>{{user}}</option>
|
||||
<option>{{char}}</option>
|
||||
<option>Custom</option>
|
||||
</select>
|
||||
<textarea rows="1" placeholder="Custom Entity"></textarea>
|
||||
</div>
|
||||
<textarea class="flexShrink flexGrow wideMinContent" placeholder="Content of the example chat."></textarea>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</div>
|
||||
<div id="character_popup_ok" class="menu_button" data-i18n="Save">Save</div>
|
||||
|
||||
|
Reference in New Issue
Block a user