-
Notifications
You must be signed in to change notification settings - Fork 26
Miscellaneous Styles
Wiktoria Mielcarek edited this page Nov 15, 2021
·
2 revisions
Some other different styling changes that happened with Spectrum
When writing in a note, you can display keys with <kbd>Ctrl</kbd> + <kbd>Shift</kbd>
and it will look like this: Ctrl + Shift
Normally Obsidian's note body is styled using display: block
, Spectrum is using flexbox instead. This allows to have additional styling choices, like expanding tables, mermaids, and more to be wider than the actual note.
You can now hold the drag handler in the bottom right corner and resize the controls to your liking.