opened 08:27AM - 02 Dec 25 UTC
Tags are not rendered in Linked Task widget (while linked Mentions are)
<img wid…th="840" height="397" alt="Image" src="https://github.com/user-attachments/assets/ada4c95e-9397-4ad1-b472-e70d31cdd414" />
Community history
https://community.silverbullet.md/t/tag-not-rendered-in-linked-tasks/3564
Shortly tried but this ->
```
**[[${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…
**taskItem**
```
-- Renders a task object as a togglable task
templates.taskItem = template.new([==[
* [${state}] [[${ref}]] ${name}
]==])
```
**mentionTemplate**
```
-- priority: 10
widgets = widgets or {}
local mentionTemplate = template.new [==[
**[[${_.ref}]]**
> ${_.snippet}
]==]
```