Closed LaurensRietveld closed 4 years ago
This became easier now. Yasqe provides a forkAutocompleter
setting. For the above, it would work like this:
Yasqe.forkAutocompleter('prefixes', {
async: false,
get: ["rdf: <http://bla>"]
})
(see https://github.com/TriplyDB/Yasgui and https://yasgui.triply.cc)
To change the prefix autocompletion list to a static one, now requires the following code:
This should be simplified.