Skip to content
Compare
Choose a tag to compare

Sanctum v0.2

Pre-release
Pre-release
@jdanielmourao jdanielmourao released this
· 530 commits to main since this release
d706f83
Compare
Choose a tag to compare

Changelog

  • Edited collapse indicators in Outline;
  • Vertically centered titlebar text;
  • Added some mermaid formatting, so it fits the note’s width. Avoid making wide charts, as mermaid svg scales in order to fit, and so may become illegible;
  • Edited the new obsidian code copy button;
  • Changed pure-text so it has no left padding and actually has the regular font family instead of monospace like codeblocks;
  • Changed frontmatter tag hover behaviour;
  • Changed tooltips;
  • Made note’s scrollbar visible;
  • Fixed issue where the titles of opened notes but not being worked on were cropped and bigger. They should now match the active note’s;
  • Fixed issue where sometimes navigation folder and file names would appear invisible;
  • When adding a “---” (hr) right after a title, they’ll now be close to each other, while still respecting the title’s size (the smaller they are, the closer they are to the hr);
  • Note’s scrollbars are now visible, as they were a bit of a pain to locate when not at the top/bottom of the document. Same thing for Modal Settings and Global Search Results;
  • Changed Community Themes and Plugins Modal sizing, as well as their font scales;
  • Changed a few things in the hotkey menu;
  • New Dropdown elements;
  • New Buttons;
  • Toggles were rescaled;
  • New Text Inputs. They now have a blue outline when focused;
  • Simplified <progress> element;
  • collapse indicator in ordered lists now keeps distance when the number gets higher than 9;
  • Some adjustments to the sync menus;
  • This theme is now compatible with the new community themes menu (Obsidian v0.12.17);
  • YAML container can now be visible. It will probably change its appearance in the future, though;
  • There was an issue navigating the prompt with keyboard only. It should now be working as expected;
  • Fixed folded heading/list indicator in edit and preview mode, and added it to the feature list. Keep in mind that it doesn’t work on loose lists;
  • Fixed some list marker styling. Sometimes when coupling ordered lists with unordered lists, the styling wouldn’t work. It should now work(as long as people don’t go crazy with it);
  • Find and Replace should now look better;
  • Scheduled and Rescheduled task icons are now greyscale;
  • New Breadcrumbs Matrix icon;
  • Image desaturation now supports Ozan’s Image in Editor plugin.
  • Adjustments to mobile:
    • Menus now made use of the screen’s full width;
    • Workspace drawers, aka left and right pane’s have had their width adjusted, among other things;
  • Minor fixes.