Skip to content

Sanctum for Obsidian v0.15.8

Compare
Choose a tag to compare
@jdanielmourao jdanielmourao released this 22 Jul 21:38
· 192 commits to main since this release
  • Dark mode accent colours are now darker, matching light theme. They are still treated separately, so you can pick your preset for each one with Style Settings
  • Buttons have undergone a small visual clean-up, nothing too drastic
  • Improved keyboard navigation on buttons, toggles, sliders, text inputs, dropdown menus, and the folder/file navigation bar
  • Changed code snippets background to a slight translucent colour. This change should be most noticeable in colour schemes other than the default ones
  • Fixed components using IBM Plex regardless of the font set in the Appearance menu
  • There’s new Bug Report and Feature Request templates over on Github
  • Improved contrast between Titles and descriptions in the settings menu
  • Highlight Colours are back in Style Settings, with a few presets to choose from
  • Added placeholder icon for incomplete task - [/] .
  • Fixed issue where custom tasks would get an unintended effect when hovered
  • Made some spacing adjustments to File Navigation
  • There’s a new indeterminate progress element. Simply add an html progress element without giving it a value, to see it appear
  • Progress elements now show a “value/max” label
  • Input slider got reworked. It’s now simpler, the decorative min and max labels now actually display the min and max values, and has some neat interactions when one hovers or uses them
  • Updated callouts to now support the pseudo-admonitions’ icons and added a couple more. They now follow the theme’s icons and colour palette. Here’s the list:
    • annotation, note
    • abstract, summary, tldr
    • info
    • todo
    • hint, tip
    • important
    • success, check, done
    • cue, question, help, faq
    • warning, caution, attention
    • failure, fail, missing
    • danger
    • error
    • debug, bug
    • example
    • quote, cite
    • win, reward
    • pros, positive
    • cons, negative
    • bookmark, reference
    • idea
    • favorite, favourite
    • location, site
    • alarm, reminder, notification
    • event
    • piggybank, savings
  • A bunch of bug fixing