mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 17:26:10 +01:00
This commit is contained in:
parent
c1cdb9846c
commit
b98e40fb07
3 changed files with 19 additions and 0 deletions
9
app/src/types/config.d.ts
vendored
9
app/src/types/config.d.ts
vendored
|
|
@ -1216,6 +1216,10 @@ declare namespace Config {
|
|||
* Whether to search quote blocks
|
||||
*/
|
||||
blockquote: boolean;
|
||||
/**
|
||||
* Whether to search callout
|
||||
*/
|
||||
callout: boolean;
|
||||
/**
|
||||
* Whether to distinguish between uppercase and lowercase letters when searching
|
||||
*/
|
||||
|
|
@ -2302,6 +2306,11 @@ declare namespace Config {
|
|||
* @default false
|
||||
*/
|
||||
blockquote: boolean;
|
||||
/**
|
||||
* Search results contain callout blocks
|
||||
* @default false
|
||||
*/
|
||||
callout: boolean;
|
||||
/**
|
||||
* Search results contain code blocks
|
||||
* @default false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue