mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 14:42:33 +01:00
🎨 Display tags in search results list https://github.com/siyuan-note/siyuan/issues/12601
This commit is contained in:
parent
357d1fd22c
commit
ccc09569e0
3 changed files with 8 additions and 4 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -668,6 +668,7 @@ interface IBlock {
|
|||
name?: string;
|
||||
memo?: string;
|
||||
alias?: string;
|
||||
tag?: string;
|
||||
refs?: IBlock[];
|
||||
children?: IBlock[]
|
||||
length?: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue