Vanessa 2024-05-11 17:17:30 +08:00
parent 722665aab9
commit 59f6cd50ac

View file

@ -285,6 +285,9 @@ export const hintSlash = (key: string, protyle: IProtyle) => {
};
export const hintTag = (key: string, protyle: IProtyle): IHintData[] => {
if (!window.siyuan.config.editor.markdown.inlineTag) {
return [];
}
protyle.hint.genLoading(protyle);
fetchPost("/api/search/searchTag", {
k: key,