mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
🎨 The embed block of a heading supports hiding the heading itself
This commit is contained in:
parent
a6e4baee99
commit
ee5eb01c52
23 changed files with 208 additions and 45 deletions
7
app/src/types/config.d.ts
vendored
7
app/src/types/config.d.ts
vendored
|
|
@ -399,6 +399,13 @@ declare namespace Config {
|
|||
* Whether the embedded block displays breadcrumbs
|
||||
*/
|
||||
embedBlockBreadcrumb: boolean;
|
||||
/**
|
||||
* Heading embed mode for embedded blocks
|
||||
* - `0`: Show title with blocks below (default)
|
||||
* - `1`: Show only title
|
||||
* - `2`: Show only blocks below title
|
||||
*/
|
||||
headingEmbedMode: number;
|
||||
/**
|
||||
* Common emoji icons
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue