Commit Graph

133 Commits

Author SHA1 Message Date
ad11ec8d00 Merge branch 'dev' of https://github.com/BlipRanger/SillyTavern into feature/tags 2023-06-28 08:55:40 -04:00
4ad328029e Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-06-28 20:40:31 +09:00
d66542e88e fix: MovingUI breaking, typos, WI selector scroll 2023-06-28 20:40:29 +09:00
4a9d9b69e9 Fix random chat slash breaking in groups 2023-06-28 11:19:50 +03:00
2b5a028af4 Import tags from card correctly 2023-06-28 00:32:07 -04:00
ea2c7973a9 Unmerge plus first try at importing card tags 2023-06-27 23:59:22 -04:00
a512e3bec0 Merge branch 'dev' of https://github.com/BlipRanger/SillyTavern into feature/random 2023-06-27 20:18:55 -04:00
9903e85a66 Add random slash command 2023-06-27 20:03:49 -04:00
a9009725ce hide unusables on mobile 2023-06-28 01:29:35 +09:00
54f472a750 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-06-28 00:58:36 +09:00
a0dbee6749 unlimited zoomed avatars + movingUI rewrite 2023-06-28 00:58:32 +09:00
92775e459c Merge pull request #574 from 50h100a/show-avatar-names
Display avatar name in card list
2023-06-27 12:39:53 +03:00
748bee74cb Make avatar URL display not default 2023-06-27 12:38:46 +03:00
76b7e24614 also reset AN panel loc/size 2023-06-27 13:22:39 +09:00
9737fda9ae persistent state for movingUI 2023-06-27 13:08:02 +09:00
06f580ed29 Add power-user option to toggle card filenames.
Rephrased 'resize' option so It's Not Talking Like This.
2023-06-26 21:45:15 -04:00
26ac519c55 User persona management block. Persona descriptions. Dummy personas. Change persona avatar 2023-06-25 16:46:23 +03:00
e7af6892fb Markdown: Add ability to exclude specific strings
A comma-separated list of markdown strings provided by the user can
be excluded as needed. This is combined with the set chat separator
to provide a seamless experience when chatting.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-06-22 21:10:19 -04:00
1672824416 Spec v2: {{original}} macro for prompt overrides. 2023-06-22 23:24:22 +03:00
40e2af4c73 /dupe 2023-06-22 22:21:21 +09:00
8d6e6de200 [Feature Request] Make "Instruct i/o sequence macro replacing" optional SillyTavern/SillyTavern#546 2023-06-21 14:54:36 +03:00
36d0244be4 Remove instruct mode extra newlines 2023-06-20 23:29:07 +03:00
72488b5900 Merge pull request #523 from 50h100a/card-resize-fix
Card resize fix
2023-06-19 15:14:48 +03:00
4c51b1ffe1 toggle for Timestamps on messages 2023-06-19 14:39:33 +09:00
56656b95cf Added "Never Resize Avatars" option.
Changed crop dialog to have "Accept"/"Cancel" buttons.
2023-06-18 17:09:10 -04:00
93876b8189 themes upgrade, user/bot messages get unique color 2023-06-18 23:56:56 +09:00
468aafb384 less console spam, placehold for dinkus MD escape 2023-06-18 06:35:22 +09:00
ab862b5bc5 skill issue.. 2023-06-15 16:57:30 +09:00
3724820e92 refix /newchat, tokenizer button debug WIP 2023-06-15 16:53:19 +09:00
968af1a8b2 fix /newchat 2023-06-15 14:14:53 +09:00
1e87d973f1 /delmode - quickly enter message deletion mode 2023-06-15 13:44:28 +09:00
ede87fcf33 /newchat added 2023-06-15 12:55:36 +09:00
9f28078fbc Waifu Mode-->Visual Novel Mode, add /vn toggle cmd 2023-06-15 12:34:01 +09:00
2a882c4285 Ability to set default persona for chats 2023-06-11 23:49:55 +03:00
fc001b0b05 Bind user names to avatars (create personas) and select personas for chats 2023-06-11 18:49:00 +03:00
75814dd50a Chat: Add button for manual reloading
If automatic reloading doesn't work. Add this button to manually
reload the chat window. Only reload if a character chat is loaded.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-06-10 14:33:36 -04:00
424ed9c1df Formatting: Ignore chat separators with markdown
Some chat separators (or dinkuses) cause markdown to be rendered
on the chat window.

Examples include "###" -> h3 and "---" -> metadata.

This can look jarring to the end user as it can interrupt a pleasant
chat experience. Therefore, it makes sense to ignore these lines with
div tags that indicate to Showdown that this string doesn't need markdown.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-06-10 14:09:29 -04:00
b65f8cba13 Merge branch 'main' into dev 2023-06-08 22:14:53 +03:00
0f183fdcf1 Add instruct input/output sequence macro replacing 2023-06-08 22:30:41 +09:00
87125cb3b5 dynamic hiding of offscreen chat messages 2023-06-08 21:45:07 +09:00
0642abbfe5 Add per-character system prompt overrides 2023-06-08 01:47:24 +03:00
0f67e416f2 Add proper tokenizers for NAI Krake and Clio 2023-06-05 14:55:30 +03:00
3cfec828ef Draggable VN sprites. Fix layering 2023-06-04 16:32:45 +03:00
9a4f90d4d6 improved char list dynamic hide/show on scroll 2023-05-22 05:08:30 +09:00
71d2f98391 items in char list now stop rendering out of view 2023-05-21 22:49:03 +09:00
db6dad5b2d Fix prompting with bias and names 2023-05-20 19:54:27 +03:00
0d1f291003 Add /sendas command 2023-05-18 18:49:49 +03:00
80dd3af587 Add separator sequence for instruct mode 2023-05-18 15:28:31 +03:00
cb43fe13aa Somewhat usable system message narrator 2023-05-17 20:24:35 +03:00
ee85df5fb2 removed extra logging 2023-05-15 16:15:29 -03:00