Yasgui icon indicating copy to clipboard operation
Yasgui copied to clipboard

How to add new prefixes to autocomplete?

Open givemetarte opened this issue 1 year ago • 0 comments

Hi, all.

Can I add new prefixes to autocomplete? I want to add my new prefixes to autocomplete when querying via yasgui. What can I do to add new prefixes?

Screenshot 2024-09-05 at 8 22 17 PM

const yasgui = new Yasgui(document.getElementById("yasgui"), {
            requestConfig: { endpoint: "......."},
            copyEndpointOnNewTab: true,
            persistencyExpire: 1,
            yasqe: {
                persistencyExpire: 1,
            },
        });

givemetarte avatar Sep 05 '24 11:09 givemetarte