SillyTavern/public/scripts/slash-commands
Len 5cb319771d
Parser followup (#2377)
* set pipe to empty string on empty closure

* fix missing parser flags and scope

* add closure serializing

* add enum provider function to slash command arguments

* add enum providers for /bg, /ask, and /go

* fix index out of bounds returning undefined

* keep whitespace as is in mixed unnamed args (string+closure)

* add _hasUnnamedArgument to named arguments dictionary

* allow /var key=x retrieval

* add enum provider to /tag-add

* fix typo (case)

* add option to make enum matching optional

* add executor to enum provider

* change /tag-add enum provider to only show tags not already assigned

* add enum provider to /tag-remove

* fix name enum provider excluding groups

* remove void from slash command callback return types

* Lint undefined and null pipes

* enable pointer events in chat autocomplete

* fix type hint

---------

Co-authored-by: LenAnderson <Anderson.Len@outlook.com>
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-06-15 00:48:41 +03:00
..
SlashCommand.js Parser followup (#2377) 2024-06-15 00:48:41 +03:00
SlashCommandAbortController.js subcommand and /abort fixes 2024-05-18 14:48:31 -04:00
SlashCommandArgument.js Parser followup (#2377) 2024-06-15 00:48:41 +03:00
SlashCommandAutoCompleteNameResult.js Parser followup (#2377) 2024-06-15 00:48:41 +03:00
SlashCommandBrowser.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandClosure.js Parser followup (#2377) 2024-06-15 00:48:41 +03:00
SlashCommandClosureExecutor.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandClosureResult.js subcommand and /abort fixes 2024-05-18 14:48:31 -04:00
SlashCommandCommandAutoCompleteOption.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandEnumAutoCompleteOption.js Parser followup (#2377) 2024-06-15 00:48:41 +03:00
SlashCommandEnumValue.js Parser followup (#2377) 2024-06-15 00:48:41 +03:00
SlashCommandExecutor.js fix type hints 2024-05-18 14:49:02 -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 Parser followup (#2377) 2024-06-15 00:48:41 +03: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 Parser followup (#2377) 2024-06-15 00:48:41 +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