Add bool `uses_system_ui` on system messages to override sanitizer for buttons when set
Modify uponSanitizeAttribute DOMPurify hook to allow unmangled class names on attributes in some cases
Add event listener for .drawer-opener to open a navbar drawer
* initial commit
* dont hijack all ctrl keybinds
* change strikethrough bind, convert to subscribable class, target key textareas
* better early return, hotkey reversiblility
* possible undo solution, key checks to switch
* execCommand alternate, perfect Undo
* format full word when caret is in the middle of a word
* double backticks do nothing, dummy.
* ctrl+K for ....'K'ode snippet...
* remove console logs
* Add new hotkeys to help
* Allow hotkeys in message edit textarea
* add markdown hotkey help text
* help text addition to mention hotkeys work in message edits
* add markdown hotkeys to WI entry content box
* disengage if alt/win pressed, universal prevent default
* disengage if shiftKey pressed
* re-allow shift for one special case
* add MD hotkeys toggle in user settings
* add markdown enabled icon on relevant textareas when appropriate
* Add icon to help
* Uniform formatting
* Add opacity to icon
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
* WIP: Enable chatting without character selected
* Add burger menu item
* Neutral assistant chat space
* Revert "Neutral assistant chat space"
This reverts commit be2da4a629.
* Revert "Add burger menu item"
This reverts commit d4e8d990c1.
* Use simple ephemeral chats
* Only start a new assistant chat if not already in it
* Don't emit event not to clear pending files
* Allow edits, disable checkpoints and branches
* Exclude from tags, allow copy
* Allow hide/unhide
* Allow zooming avatar
* Suppress warning
* Rename neutral character
* Rename neutral back to Assistant
- Remove the carriage return from Key so that I18N will work properly in some browsers.
- Append two HTML files that will not actually be utilized so that the I18N tool will work properly.
Tabby has a HuggingFace downloader API endpoint. Add direct support
in SillyTavern by using the same method as ollama, but with the correct
parameters exposed.
Signed-off-by: kingbri <bdashore3@proton.me>