Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit e704655

Browse files
committed
fix of frontmatter tags parsing
1 parent 101d465 commit e704655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/EditEngineService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class EditEngine {
4646
await inlineColumnEdit();
4747
return;
4848
}
49-
rowFields.frontmatter[columnId] = DataviewService.parseLiteral(newValue, InputType.MARKDOWN, ddbbConfig);
49+
rowFields.frontmatter[columnId] = newValue;
5050
await persistFrontmatter();
5151
await inlineRemoveColumn();
5252
}

0 commit comments

Comments
 (0)