Add option to include embeddings in normal search

along with new keybind functionality for quick jumping between sections.
Closes #230
This commit is contained in:
DominikDoom
2023-09-07 13:18:04 +02:00
parent e23bb6d4ea
commit 57821aae6a
4 changed files with 30 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ let hideBlocked = false;
// Tag selection for keyboard navigation
var selectedTag = null;
var oldSelectedTag = null;
var resultCountBeforeNormalTags = 0;
// Lora keyword undo/redo history
var textBeforeKeywordInsertion = "";