🎨 Card view supports displaying field names https://github.com/siyuan-note/siyuan/issues/15180

This commit is contained in:
Daniel 2025-07-30 10:40:04 +08:00
parent 78c3479fc3
commit 692665f100
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 36 additions and 0 deletions

View file

@ -289,6 +289,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewCardSize(op)
case "setAttrViewFitImage":
ret = tx.doSetAttrViewFitImage(op)
case "setDisplayFieldName":
ret = tx.doSetAttrViewDisplayFieldName(op)
case "setAttrViewShowIcon":
ret = tx.doSetAttrViewShowIcon(op)
case "setAttrViewWrapField":