chrisgrieser / obsidian-divide-and-conquer

An Obsidian plugin that provides commands for bulk enabling/disabling of plugins. Useful for debugging when you have many plugins.
MIT License
57 stars 5 forks source link

Reload after CSS snippet bisection when on Linux #7

Closed chrisgrieser closed 1 year ago

chrisgrieser commented 2 years ago

On Linux, Obsidian does not hot reload css, so when bisecting css snippets, the Divide and Conquer should reload Obsidian after every command.

can be done by adding a if-condition using the Platform API form Obsidian.