Search note with dynamic content

Does anyone know if it is possible to use the search with dynamically created content on a page?

I’ve written a plugin that dynamically generates some content that I need, using

await MarkdownRenderer.renderMarkdown(...)

instead of block, but my problem is that it’s not possible to search this content afterward, Obsidian doesn’t “see” it.

The same thing with embeds ![[link]] or other dynamically generated content such as dataview blocks.

The same thing with an outline - it doesn’t work with dynamically generated content.

Maybe there is a way to trigger a “refresh” of parsing of the page with dynamic content?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.