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
.plugin-cm-show-whitespace-disabled {
opacity:0.6;
.checkbox-container {
cursor: not-allowed;
// this is *not* an adequate way to disable an input but it's all we can do right now
pointer-events: none;
}
}
There is now an official way in the API to disable a setting using setDisabled on both Setting and Component level. This section should be updated to use the new method.
The text was updated successfully, but these errors were encountered:
Back when I added settings for specific whitespace characters there was not an official way to disable settings so I used this css hack and created a request on their API github https://github.com/obsidianmd/obsidian-api/issues/8
There is now an official way in the API to disable a setting using
setDisabled
on both Setting and Component level. This section should be updated to use the new method.The text was updated successfully, but these errors were encountered: