| 5152 | 5152 | <div class="extension_token_counter"> |
| 5153 | 5153 | <span data-i18n="extension_token_counter">Tokens:</span> <span data-token-counter="mes_example_textarea">counting...</span> |
| 5154 | 5154 | </div> |
| 5155 | | - <!-- PLACEHOLDER CODE FOR NEW EXAMPLE CHAT HANDLING |
| 5155 | + <!-- TODO: Example chats handhold-editor concept: https://gist.github.com/Cohee1207/50da02a4001ac1adae9b440f9b8e1079 --> |
| 5156 | | - <div name="exampleChatsBlockTemplate" class="flex-container flexFlowColumn"> |
| 5157 | | - <div class="flex-container alignitemscenter"> |
| 5158 | | - <textarea class="flexShrink flexGrow wideMinContent" rows="1" placeholder="Name for this example chat"></textarea> |
| 5159 | | - <div class="fa-solid fa-plus menu_button" title="Add a new message to this example chat block"></div> |
| 5160 | | - </div> |
| 5161 | | - <div class="flex-container whitespacenowrap"> |
| 5162 | | - <div class="flex-container flexFlowColumn"> |
| 5163 | | - <select> |
| 5164 | | - <option>{{user}}</option> |
| 5165 | | - <option>{{char}}</option> |
| 5166 | | - <option>Custom</option> |
| 5167 | | - </select> |
| 5168 | | - <textarea rows="1" placeholder="Custom Entity"></textarea> |
| 5169 | | - </div> |
| 5170 | | - <textarea class="flexShrink flexGrow wideMinContent" placeholder="Content of the example chat."></textarea> |
| 5171 | | - </div> |
| 5172 | | - <div class="flex-container whitespacenowrap"> |
| 5173 | | - <div class="flex-container flexFlowColumn"> |
| 5174 | | - <select> |
| 5175 | | - <option>{{user}}</option> |
| 5176 | | - <option>{{char}}</option> |
| 5177 | | - <option>Custom</option> |
| 5178 | | - </select> |
| 5179 | | - <textarea rows="1" placeholder="Custom Entity"></textarea> |
| 5180 | | - </div> |
| 5181 | | - <textarea class="flexShrink flexGrow wideMinContent" placeholder="Content of the example chat."></textarea> |
| 5182 | | - </div> |
| 5183 | | - </div> |
| 5184 | | - --> |
| 5185 | 5156 | </div> |
| 5186 | 5157 | <div id="character_popup_ok" class="menu_button" data-i18n="Save">Save</div> |
| 5187 | 5158 | </div> |