Add custom HTML prompt editor, skills blur handler, and include skills in separate mode

This commit is contained in:
Spicy_Marinara
2025-11-22 23:36:39 +01:00
parent c3624c240f
commit 67df7034eb
8 changed files with 87 additions and 6 deletions
+1
View File
@@ -21,6 +21,7 @@ export let extensionSettings = {
showInventory: true, // Show inventory section (v2 system)
showThoughtsInChat: true, // Show thoughts overlay in chat
enableHtmlPrompt: false, // Enable immersive HTML prompt injection
customHtmlPrompt: '', // Custom HTML prompt text (empty = use default)
skipInjectionsForGuided: 'none', // skip injections for instruct injections and quiet prompts (GuidedGenerations compatibility)
enablePlotButtons: true, // Show plot progression buttons above chat input
panelPosition: 'right', // 'left', 'right', or 'top'