Hi Silverbullet community !
Seems to me that tag are not rendered in Linked Task widget (while linked Mentions are)
Was wondering if it is a bug or the normal behaviour…
Hi Silverbullet community !
Seems to me that tag are not rendered in Linked Task widget (while linked Mentions are)
Was wondering if it is a bug or the normal behaviour…
@zef The issue is in the mentionTemplate where some snippet is used (I haven’t dig into this yet, sorry), but for task items, it should return something like:
**[[${ref}]]**
* [${state}] [[${ref}]] ${name}
to be aligned with what’s returned by the task item template…
The question is what is the correct way to override the Std’s template?
Shortly tried but
**[[${ref}]]**
* [${state}] [[${ref}]] ${name}
Does not change anything (at least not tag rendering issue), tried to find what is snippet but did not find it in the doc…
This is bug and should be addressed. Please, create issue on GH for this. Thank you.
Done.