Cohee
9c3176b29f
Preserve scroll position of the prompt manager
2024-06-12 00:26:31 +03:00
Cohee
a41fe1d801
Show prompt names on hover in PM list
2024-06-01 23:04:13 +03:00
Cohee
b904f501ba
Don't pre-render PM error if empty
2024-05-29 17:23:37 +03:00
Cohee
a717e2ace8
Prefer const
2024-05-24 22:25:18 +03:00
Cohee
5c3ad3e0bc
Let's make the diff even cleaner!
2024-05-24 22:23:55 +03:00
Cohee
1ed1e18304
Revert async forEach executor
2024-05-24 22:23:04 +03:00
Cohee
0ebac0e2af
Pretty print PM exports
2024-05-24 22:15:28 +03:00
Cohee
2f2a4fca35
Sanitize error text
2024-05-24 22:05:28 +03:00
Cohee
61e5c32cd2
Fix make draggable
2024-05-24 22:00:21 +03:00
Yokayo
456e1124a3
Revert "Remove prompt manager changes"
...
This reverts commit a8c9fe4dce
.
Move HTML pieces to templates
2024-05-21 17:06:42 +07:00
Yokayo
a8c9fe4dce
Remove prompt manager changes
2024-05-21 00:54:46 +07:00
Yokayo
6671c9aa80
Move dynamic html to templates
2024-05-19 21:49:43 +07:00
Yokayo
6023eac4bb
Onboarding lang switch; more localizable strings; enhance ru-ru translation
2024-05-13 19:20:28 +07:00
Cohee
6ac6c7cfda
#2159 Move debounce constants to a separate module
2024-04-28 19:47:53 +03:00
Wolfsblvt
d7ade487b8
Refactor common enum for debounce timeouts
2024-04-28 06:21:47 +02:00
Cohee
b111834122
Insert custom prompts to the start of the list
2024-04-27 23:16:44 +03:00
Cohee
bbdbb08301
Fix main prompt clearing on disabling
2024-04-27 00:08:30 +03:00
Cohee
274359d1ec
Move prompt manager actions row to the top
2024-04-21 14:48:21 +03:00
Cohee
2333fe64d0
#2107 Check for null reference in prompt manager settings init
2024-04-19 01:46:15 +03:00
Cohee
8a4b675143
Disable-able chat history and examples
2024-04-17 21:23:06 +03:00
Cohee
8a7ad5ef91
Indicate overridden prompts
2024-03-24 02:19:10 +02:00
Cohee
3b637cc9a6
Add forbid overrides to prompts
2024-03-24 01:28:35 +02:00
Cohee
c1ac34e001
Disable-able main prompt
2024-03-24 00:28:54 +02:00
Cohee
0678777460
Preserve selected prompt index on render
2024-03-21 20:12:36 +02:00
Cohee
c46c6f6c37
Delag prompt manager operations
2024-03-21 19:59:19 +02:00
Cohee
3b188c37dd
Add character deleted event to the list
2024-03-17 19:50:44 +02:00
deffcolony
2db2e2d687
added data-i18n tags
...
+updated and added data-i18n tags
2024-03-15 00:35:21 +01:00
Cohee
908bf7a61d
Merge branch 'staging' into generate-cleanups-3
2024-01-01 16:49:35 +02:00
Cohee
30732ada32
Lint fix
2024-01-01 16:08:24 +02:00
valadaptive
d2f8632368
Remove populateLegacyTokenCounts
...
Unused and the documentation says it should probably be removed
2023-12-25 03:48:49 -05:00
Cohee
24aff67d50
Fix {{original}} macro left out if original is empty
2023-12-07 01:27:55 +02:00
valadaptive
b8b24540a9
Rename PromptManagerModule to PromptManager
...
The one place where it was imported renamed it to PromptManager anyway.
2023-12-03 12:14:56 -05:00
valadaptive
5c175bc647
Turn PromptManagerModule into a class
2023-12-03 12:13:53 -05:00
Cohee
64a3564892
lint: Comma dangle
2023-12-02 22:06:57 +02:00
Cohee
08fedf3a96
lint: Use 4 space indent
2023-12-02 21:56:16 +02:00
Cohee
c63cd87cc0
lint: Require semicolons
2023-12-02 21:11:06 +02:00
valadaptive
a37f874e38
Require single quotes
2023-12-02 13:04:51 -05:00
valadaptive
518bb58d5a
Enable no-unused-vars lint
...
This is the big one. Probably needs thorough review to make sure I
didn't accidentally remove any setInterval or fetch calls.
2023-12-02 12:11:19 -05:00
valadaptive
c893e2165e
Enable no-prototype-builtins lint
2023-12-02 12:10:31 -05:00
valadaptive
b023312117
Enable no-useless-escape lint
2023-12-02 10:32:26 -05:00
Cohee
7be808c2ff
Disable position select for system prompts
2023-11-14 22:41:47 +02:00
Cohee
314aca3f2c
Allow disabling system marker prompts
2023-11-14 22:27:07 +02:00
Cohee
cfba379777
Hide injection depth input block for relative position
2023-11-10 15:36:42 +02:00
Cohee
dbf995fd24
Add character card macros
2023-11-08 16:28:55 +02:00
Cohee
abb78d1d6b
Add at-depth position for custom Prompt Manager prompts
2023-10-11 16:03:36 +03:00
Cohee
5dd9a87dc9
Add position prop to prompt object
2023-09-21 20:57:28 +03:00
Cohee
bbed147ce5
Clean up browser logs
2023-09-05 18:23:24 +03:00
Cohee
4a6705cea8
Prompt manager configuration fixes ( #1078 )
...
* Refactor oai preset change event into before and after
* Simplify and reinforce prompt manager render without character
* Check if main prompt exists before adding nsfwAvoidance
* Sanitize prompt manager configuration on preset loading
---------
Co-authored-by: maver <kentucky@posteo.de>
2023-09-01 23:23:03 +03:00
Cohee
56fc92daca
Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging
2023-08-30 12:03:38 +03:00
Cohee
085e92a43e
Escape prompt manager names
2023-08-30 12:03:18 +03:00