Skip to content

Sanctum v0.6.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdanielmourao jdanielmourao released this 24 Jan 19:57
· 349 commits to main since this release

Added:

  • Added redacted cssClass which styles strikethroughs differently. Coupled with new bold italic styling, you can now record new additions to your notes (with __*bold italic*__/ <ins></ins> html element), as well as redactions (with ~~strikethrough~~). Might be useful for academic and/or collaborative work
  • Added new table styles, which can be selected using a dropdown menu in Style Settings. They’re all compatible with Dataview, and display in Live Preview as well. Tables also have the width of the note by default
  • Styled Kanban plugin’s popup calendar
  • Added support for @mgmeyer's Indentation Guides plugin
  • Added a snippet for iA Writer Quattro S font
  • Added option to justify note titles to the left, in Style Settings

Changed:

  • Reworked Delete File modal
  • Updated Dark Mode accent colours, they’re now 1 shade lighter, for better contrast
  • Pseudo Admonitions have been restyled and simplified, keeping their accent colours, but being more consistent with the theme. They’re now, along with custom checkboxes, toggleable (check Style Settings → Features). The entire code has been updated, and is also available as a snippet. It also works inside Admonitions!
  • Changed highlight style. Friendly reminder that the old underline type of highlight is available as a snippet as well
  • Tweaked heading margins, which change depending on their sizes
  • Links have been restyled. Internal links now display as small caps with accent colour, while external links have regular formatting with accent colour. The underline has been deprecated, and replaced with a background accent color on hover
  • Sliding Panes plugin has been slightly tweaked
  • Restyled Calendar and Fantasy Calendar
  • Restyled matched search results
  • Buttons, sliders and toggles have been slightly tweaked and simplified
  • Restyled Admonition plugin admonitions
  • Side notes are now better aligned with in-line text, and are also slightly muted in color. They’re also much more simplified code-wise
  • Simplified empty page formatting, which now works as a colophon
  • Headings 5 and 6 are now all caps, in order to better differentiate them from regular text
  • Frontmatter now displays with preview font in Reading view, and monospace in Editing view. The Metadata container has also been enabled, and will display on top of the frontmatter
  • Resize handles are now larger, and should be easier to work with, even though the difference shouldn’t be noticeable visually (it will make a difference when hovering with the mouse, though)
  • Close buttons now display as red when hovered
  • Prompts in tablets should now not occupy the entire screen. Side panels are now also slimmer
  • Blockquotes have been slightly simplified, namely <cite>Cite</cite>/>>Cite is not italic nor accent colour anymore
  • Embeds shouldn’t have a small border anymore, and the edit block button in Live Preview has been styled
  • Small tweaks and changes

Removed:

  • Removed iA Writer Quattro S font
  • Removed view header scroll shadow
  • in-built Relationship Lines have been removed

Fixed:

  • Footnote heading now correctly displays with lvl2 heading size and weight
  • fixed selection color of language code blocks
  • fixed issue with tag suggestion positioning
  • tables in Editing View now use a monospaced font
  • File Explorer icons now match the text in colour
  • Other bugs and fixes