SillyTavern/public/scripts/slash-commands
Wolfsblvt 0be48c567a /char-find command to get a specific unique char
- findChar utility function that does the heavy lifting of finding a specific char based on conditions
- Log/warn if multiple characters match
- Validation function for named args that should be arrays
2024-09-29 00:36:13 +02:00
..
AbstractEventTarget.js Add events to SlashCommandAbortController 2024-07-18 22:47:57 +03:00
SlashCommand.js /char-find command to get a specific unique char 2024-09-29 00:36:13 +02:00
SlashCommandAbortController.js Add events to SlashCommandAbortController 2024-07-18 22:47:57 +03:00
SlashCommandArgument.js Merge branch 'staging' into parser-followup-2 2024-07-04 11:37:35 -04:00
SlashCommandAutoCompleteNameResult.js more flexibililty for enums 2024-07-16 09:26:37 -04:00
SlashCommandBreak.js add /break value 2024-07-04 12:26:58 -04:00
SlashCommandBreakController.js add /break to break out of loops 2024-06-24 08:42:10 -04:00
SlashCommandBreakPoint.js debugger basics rough 2024-06-18 14:29:29 -04:00
SlashCommandBrowser.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandClosure.js "acceptsMultiple" should always return array 2024-09-28 22:14:33 +02:00
SlashCommandClosureResult.js add /break to break out of loops 2024-06-24 08:42:10 -04:00
SlashCommandCommandAutoCompleteOption.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandCommonEnumsProvider.js /char-find command to get a specific unique char 2024-09-29 00:36:13 +02:00
SlashCommandDebugController.js fix step while inside subscope 2024-06-23 15:21:13 -04:00
SlashCommandEnumAutoCompleteOption.js more flexibililty for enums 2024-07-16 09:26:37 -04:00
SlashCommandEnumValue.js jsdoc 2024-07-12 13:54:41 -04:00
SlashCommandExecutionError.js add a little more details to execution exceptions 2024-07-05 18:05:22 -04:00
SlashCommandExecutor.js better stepping into other scripts, with source indicator 2024-07-08 18:07:37 -04:00
SlashCommandNamedArgumentAssignment.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandNamedArgumentAutoCompleteOption.js show command details as argument and enum details 2024-05-13 14:56:17 -04:00
SlashCommandParser.js add missing start/end named arg index to /: 2024-07-27 12:50:30 -04:00
SlashCommandParserError.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandQuickReplyAutoCompleteOption.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandScope.js Only convert variable if needed 2024-09-01 22:59:50 +03:00
SlashCommandUnnamedArgumentAssignment.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandVariableAutoCompleteOption.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00