Add trigger word completion using the model-keyword extension

Works for both the built-in and user defined list
Restructure some of the python helper for path reusability
This commit is contained in:
DominikDoom
2023-07-08 16:35:56 +02:00
parent 737b697357
commit 3496fa58d9
9 changed files with 221 additions and 58 deletions

View File

@@ -25,6 +25,7 @@ class AutocompleteResult {
count = null;
aliases = null;
meta = null;
hash = null;
// Constructor
constructor(text, type) {