Best way to handle toggling between styles?

Hello! I am working on some theming, and currently have a few different CSS snippets that I’d like to selectively activate/deactivate.

What is the best way to handle that in the current version? Here is what I observe:

  • Several posts on this forum refer to a settings propertly customStyles: which appears to allow specific style files to be included. My thought was to use this with line comments in settings to toggle between styles. However, this setting does not appear to do anything in my instance of Silverbullet.

Separately:

  • Any CSS snippet that I apply space-style to is immediately applied to my instance

This leads me to think I would need to selectively add/remove space-style from individual files to activate/deactivate. However, I’d prefer to manage this from a single STYLES file (even if it is just a series of references to other files that I toggle with comments) and not have to go in and modify the CSS snippet files when I want to toggle something. Seems like the functionality is there but I am missing something!

1 Like