mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
🎨 Improve database sort/calc for relation and rollup
This commit is contained in:
parent
02415b8e90
commit
bf4ad0972b
6 changed files with 60 additions and 54 deletions
|
|
@ -148,7 +148,7 @@ func ExportAv2CSV(avID, blockID string) (zipPath string, err error) {
|
|||
}
|
||||
}
|
||||
|
||||
val = cell.Value.String()
|
||||
val = cell.Value.String(true)
|
||||
}
|
||||
|
||||
rowVal = append(rowVal, val)
|
||||
|
|
@ -2335,7 +2335,7 @@ func exportTree(tree *parse.Tree, wysiwyg, expandKaTexMacros, keepFold bool,
|
|||
}
|
||||
}
|
||||
|
||||
val = cell.Value.String()
|
||||
val = cell.Value.String(true)
|
||||
}
|
||||
mdTableCell.AppendChild(&ast.Node{Type: ast.NodeText, Tokens: []byte(val)})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue