mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-21 15:56:10 +01:00
🎨 Add configuration item Editor - [[ Only search doc block Fix https://github.com/siyuan-note/siyuan/issues/8077
This commit is contained in:
parent
4393d844ad
commit
4ec4e1d882
12 changed files with 38 additions and 13 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -200,7 +200,7 @@ interface ISiyuan {
|
|||
mobile?: {
|
||||
editor?: import("../protyle").Protyle
|
||||
popEditor?: import("../protyle").Protyle
|
||||
files?: import("../mobile/util/MobileFiles").MobileFiles
|
||||
files?: import("../mobile/dock/MobileFiles").MobileFiles
|
||||
},
|
||||
user?: {
|
||||
userId: string
|
||||
|
|
@ -332,6 +332,7 @@ declare interface IEditor {
|
|||
readOnly: boolean;
|
||||
listLogicalOutdent: boolean;
|
||||
spellcheck: boolean;
|
||||
onlySearchForDoc: boolean;
|
||||
katexMacros: string;
|
||||
fullWidth: boolean;
|
||||
floatWindowMode: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue