TriplyDB/Yasgui

How to add new prefixes to autocomplete?

Opened this issue · 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,
            },
        });