javalent / admonitions

Adds admonition block-styled content to Obsidian.md
MIT License
1.08k stars 72 forks source link

The tags inside the admoniton is not appearing in the tag search #285

Closed anandbhaskaran closed 1 year ago

anandbhaskaran commented 1 year ago
image

Steps to reproduce

// Given Add the following entry

title: #Learnings
icon: bolt

#Learnings from a lost sales pitch:

-   Less is more
-   Show solution (not capabilities)

// When Click on the #Learnings tab

// Then The tags that are inside the admonition is not listed in the search results

Saquron commented 1 year ago

Nor are linked documents inside admonitions shown in the 'linked mentions' area when working with Influx. They always show as 'unlinked mentions' even though they are linked.

valentine195 commented 1 year ago

This is a limitation with Obsidian. Nothing in a code block is added as a metadata item. You have to use native callouts if this is required.