kepano / obsidian-minimal

A distraction-free and highly customizable theme for Obsidian.
https://minimal.guide
MIT License
3.49k stars 186 forks source link

Add option to always invert image #760

Closed SiddharthManthan closed 2 days ago

SiddharthManthan commented 2 days ago

Is your feature request related to a problem? Please describe. Currently, in order to invert image, you have to add #invert to all image links.

Describe the solution you'd like

kepano commented 2 days ago

I think this is better achieved as a snippet because it seems like such a narrow use case

You can adapt the code here: https://github.com/kepano/obsidian-minimal/blob/master/src/scss/features/image-filters.scss

SiddharthManthan commented 2 days ago

Yes, using snippets is better.