Skip to content

Sanctum v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdanielmourao jdanielmourao released this 10 Jan 23:26
· 390 commits to main since this release

Added:

  • Added Print! It still has some unintended bugs, but works for the most part, including side notes! Tested settings: A4 size, portrait, default margins, 50 downscale percent
  • Added new cite and paraphrase, now with markdown syntax! Simply do >> for cite, and >>> for paraphrase, just like regular blockquotes. It’s also compatible with Live Preview. Thank you @pseudometa for the idea! 🏴‍☠️
  • New empty state page format (now with version number, which is also included in the Community Themes menu)
  • You can now choose selection color with Style Settings. It has pre-set values to match accent colors
  • Added Style Settings option for disabling the mobile floating button. It now also adapts its position depending on whether you have the Advanced Mobile Toolbar plugin enabled or not
  • Added a Reveal YAML option in Style Settings, in case you don’t fancy the default hover effect
  • Added custom “Open Today” icon for daily notes

Changed:

  • Updated theme with a MIT license.
  • New Buttons!
  • New Sliders!
  • New Toggles!
  • New Tags!
  • Regular checkboxes are now round, so the - [1] custom checkbox has been deprecated
  • UI has had some changes (wider ribbon, changes in icon hover effects and size, and more)
  • Adjusted opacity of unresolved links
  • Adjusted width of aside-in side notes
  • File tree folder collapse icons are visible again on mobile
  • Changed font names to avoid confusion. IBM Plex fonts have a * at the end, and iA Writer have no final letter (S)
  • Updated default heading weights. Don’t worry, they’re still customizable!
  • Highlights have been slightly restyled. There are now also simplified highlights for both mobile (no animation) and print (simple background color)
  • Mobile font size is now smaller across the board for small devices (most phones)
  • Code font size is a bit smaller, so it matches the body text
  • Updated default font. IBM Plex Sans is the “new” default, same as the very first version of the theme! iA Writer Quattro is still in the theme’s code, in case you prefer it.
  • IBM Plex Mono now replaces iA Writer Mono as the default code/frontmatter font
  • Color palettes are now called “Color schemes” in Style Settings, so as to appease @pseudometa ’s OCD

Deprecated:

  • Deprecated active line highlighting in legacy Editor
  • - [1] custom checkbox

Removed:

  • iA Writer Mono is no longer included in the theme

Fixed:

  • Status bar on top option fixed, works fine again
  • Some minor tweaks and bug fixes