You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current goal is to make it easier for users to implement their own CSS Snippets with Alternative Checkboxes, regardless of the theme they use. At the moment, any theme that doesn't present an option to disable their Alternative Checkboxes implementation, requires the snippet to overwrite the existing theme's code. This can become complicated and hard to maintain as currently 44 themes implement Alternative Checkboxes. Ideally, if all themes have the option to disable their implementation, the snippets can be simpler, and work universally across all themes.
If this is something you are interested in implementing, it would require the following code to be added to your theme:
body.enable-alternative-checkboxes {
/* Encapsulate all code relevant to Altenative Checkboxes here */
}
Add a toggle in the Style Settings code:
-
id: enable-alternative-checkboxestitle: Enable Alternative Checkboxesdescription: Disable this if you are using your own implementation via a CSS Snippet.default: truetype: class-toggle
-
Since your theme already implements the feature, the code above enables it by default, in order to not change the existing functionality for users.
When the theme implementation is disabled, all additional checkboxes should be styled the same as the default - [x] checked checkbox; removing any changes to color, icons, fonts, backgrounds, etc.
If you need any help implementing this, let me know! I can also look into making a Pull Request if you would prefer.
Relevant Screenshot(s)
No response
Relevance
The feature would be useful to more users than just me.
Style Settings
I have checked that the feature is not already available via the Style Settings plugin.
The text was updated successfully, but these errors were encountered:
Feature Requested
This request comes as part of the initiative I've started for Obsidian October 2024. Additional information and progress on this project can be found here: https://github.com/damiankorcz/Alternative-Checkboxes-Reference-Set
The current goal is to make it easier for users to implement their own CSS Snippets with Alternative Checkboxes, regardless of the theme they use. At the moment, any theme that doesn't present an option to disable their Alternative Checkboxes implementation, requires the snippet to overwrite the existing theme's code. This can become complicated and hard to maintain as currently 44 themes implement Alternative Checkboxes. Ideally, if all themes have the option to disable their implementation, the snippets can be simpler, and work universally across all themes.
If this is something you are interested in implementing, it would require the following code to be added to your theme:
Add a toggle in the Style Settings code:
Since your theme already implements the feature, the code above enables it by default, in order to not change the existing functionality for users.
When the theme implementation is disabled, all additional checkboxes should be styled the same as the default
- [x]
checked checkbox; removing any changes to color, icons, fonts, backgrounds, etc.If you need any help implementing this, let me know! I can also look into making a Pull Request if you would prefer.
Relevant Screenshot(s)
No response
Relevance
Style Settings
The text was updated successfully, but these errors were encountered: