Skip to content

Sanctum v0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdanielmourao jdanielmourao released this 23 Dec 21:14
· 658 commits to main since this release

First off, happy holidays!
I’ve been releasing hotfixes, but haven’t made a full release in a while, so here’s everything that’s been changed/added.

Shiny:

  • Complete Colour Palette rework
  • Live Preview Blockquotes are now supported. I’ll be working on a long term solution
  • Outline pane got some formatting. There’s now a “compact mode” in style settings, to make it… well, more compact. It basically disables text wrapping
  • New Search + Search & Replace Document position. Now on top of the note
  • Comments are now faint in colour
  • Added :focus outline for dropdown menus
  • New Empty State Page (for when there are no opened notes/panes). Happy Holidays"!
  • New Graph Colours. Focused nodes are now pink, for better contrast
  • Small detail, but there should now be a small shadow under the note’s header, to indicate there’s content if you scroll up
  • Prompt hotkeys now have the same format as kbd
  • Community plugins flairs are now green, making it easier to tell which plugins are already installed
  • IBM Plex Sans is back! Now as UI font
  • Added custom syntax highlighting
  • New titlebar
  • Common ligatures are toggled on note panes, but not on code blocks, inline code, or UI
  • Replaced Relationship Lines. Might be subject to change

Mobile:

  • Settings window no longer clashes with iPhone status bar
  • Settings icon in side ribbon now visible in iPhones
  • Mobile side panels are a bit larger. This should only be noticeable in tablets, and some phones. They now occupy the entirety of the screen width of phones
  • If the left panel is pinned, there is now an option to unpin it. After unpinning, it won’t be possible to pin it back again
  • Mobile prompts no longer display desktop shortcuts
  • Editing/Reading floating button is back

Plugins:

  • Word Sprint Plugin got an updated styling
  • Added support for Reveal Active File Button plugin
  • Updated Breadcrumbs matrix icon
  • Changed fantasy calendar active and viewing day formatting

Deprecated:

  • Custom external link icons. You can use the Link Favicons Plugin
  • Removed custom templater highlighting
  • List/heading fold indicator (“…”) no longer supported in Reading View
  • WYSIWYG hr elements no longer supported in Source Mode. It’s now been moved to Live Preview

Bug fixes & Tweaks:

  • Adjusted dark mode font weights to be 1 weight below light mode’s, for visual balance
  • Live Preview Embed should now have no margins. There may be some edge cases where that’s not the case. If you find them, please submit an issue in the github repo, it’d be greatly appreciated
  • Multi Color Highlights are now clearer, with an underline that doesn’t compromise text legibility, and have faster animations
  • code in footnotes now uses the footnote font size. Latex and underline elements in headings now use heading font-size and weight
  • Footnotes backrefs now have the accent colours, to indicate their link function. Footnote text is now a bit bigger as well
  • Fixed light theme code blocks
  • Updated ALternate tables
  • Links no longer have underlines, but change brightness when hovered
  • Toggle formatting should now be more consistent
  • YAML should now work better for every setup
  • Task icons are now vertically aligned
  • Many small fixes & tweaks