Embed Search Result

I am currently using obsidian to organize my leetcode codes. I add tag for each problem like #stack, #array and so on. I would like to display them in group of tags.

In Notion, this could be easily achieved through filter of database. In Obsidian, this could be achieve by search, but it’s inconvenient. So I think it would be great if I can embed search result. The form of embedding could be showing list of filename reference.

for example:

![[<search #leetcode #array.>]]

and then embed


  • [[leetcode001]]
  • [[leetcode101]]

This would also be useful for task management like embedding file containing #todo or "- [ ]" so that we doesn’t need to manually search them every time.

2 Likes

A post was merged into an existing topic: Transcludable searches