Looking for CSS snippet that renders search results in markdown

Good afternoon. Is there a CSS snippet that renders search pane results in formatted markdown rather than text? I am looking for a CSS snippet version of Better Search Views plugin to avoid installing yet another plugin and some associated bugs.

Thanks!

Why you don’t want to install plugins, I think it is only way to do this?

@Scooby_doo I figured that plugins would be the only way but I thought I would ask if there were CSS alternatives first. Really tying to avoid extra plugins to avoid incompatibilities when Obsidian is updated and/or the plugin developers abandon their projects.

CSS does not work this way. Rendering Markdown is actually a pretty hard task that involves a lot of code, not just a simple styling that CSS does. You should use a plugin for this. There were also a feature request fot this somewere on the forum, if I remember correctly.

1 Like

Understood. Thank you for the reply.

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