This commit is contained in:
parent
722665aab9
commit
59f6cd50ac
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue