mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🐛 The images in the embed blocks are not uploaded to the community hosting https://github.com/siyuan-note/siyuan/issues/10042
This commit is contained in:
parent
d71f488880
commit
ea57887288
1 changed files with 2 additions and 0 deletions
|
|
@ -1058,6 +1058,8 @@ func emojisInTree(tree *parse.Tree) (ret []string) {
|
|||
}
|
||||
|
||||
func assetsLinkDestsInQueryEmbedNodes(tree *parse.Tree) (ret []string) {
|
||||
// The images in the embed blocks are not uploaded to the community hosting https://github.com/siyuan-note/siyuan/issues/10042
|
||||
|
||||
ret = []string{}
|
||||
ast.Walk(tree.Root, func(n *ast.Node, entering bool) ast.WalkStatus {
|
||||
if !entering || ast.NodeBlockQueryEmbedScript != n.Type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue