mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
🎨 桌面端和浏览器端支持英文拼写检查 https://github.com/siyuan-note/siyuan/issues/597
This commit is contained in:
parent
456fc59c68
commit
3be30c0f28
3 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ export const reloadProtyle = (protyle: IProtyle) => {
|
|||
}
|
||||
}
|
||||
protyle.lute.SetProtyleMarkNetImg(window.siyuan.config.editor.displayNetImgMark);
|
||||
protyle.lute.SetSpellcheck(window.siyuan.config.editor.spellcheck);
|
||||
addLoading(protyle);
|
||||
if (protyle.options.backlinkData) {
|
||||
const isMention = protyle.element.getAttribute("data-ismention") === "true";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue