logseq / db-test

Used for Database version test
5 stars 1 forks source link

macros not rendering in Text Property value #151

Open hdansou opened 17 hours ago

hdansou commented 17 hours ago

Search first

What Happened?

In a node property value set with Type: Text, I can set the macro {{{cs xxxxxxxx}}} which is renders as $1. It is not showing the value.

Reproduce the Bug

  1. Create a macro cs that takes one variable input $1
  2. Create a tag with a property that has a type Text4
  3. Create a node and set the tag to it
  4. Set the macro as value of the property : cs xxxxxxxxx

Expected Behavior

The macro show render correctly in the text property value, just like it does in any node.

Screenshots

image

Browser, Desktop or Mobile Platform Information

No response

Additional Context

No response

Are you willing to submit a PR? If you know how to fix the bug.