Releases: jdanielmourao/obsidian-sanctum
Releases · jdanielmourao/obsidian-sanctum
Sanctum v0.2.4
Changelog
- Fixed pinned command icon so it’s not on top of the command name;
- Suggestion prefixes now use accent color so it’s easier to identify the plugin it comes from. Please let me know if further contrast is necessary, like changing it to text color accent when hovering the command suggestion line;
- Updated
<progress>
so even if you don’t use a value out of 100, it will use the accent color. If you want a colour progression, though, you can still use multiples of 5 in a 100 scale, like before; - Sidenotes have been formatted once again, so that they’re close to the main text body, and match the theme overall. When using long sidenotes, make sure to alternate between left and right, so the texts don’t overlap! It will also result in an interesting editorial feel, as a side effect;
- Sidenotes now have different styling options in Style Settings!
- Fixed issue with “Split vertically” and “Split horizontally” icons where they were switched. They are now in their right place;
- Added Style Settings option for Kanban Lane Wrapping. This will make lanes follow a new row once they don’t fit the width of the pane. The horizontal view, more true to the kanban concept, is now default;
- There’s an issue with Bold text on some users.
This is due to iA Writer’s variable fonts interacting in a weird way with macOS (AFAIK). To circumvent this, it is advised to download the static font files here, and add them via Style Settings. I’ll add a disclaimer to github and on the forums so this is clear;THIS HAS NOW BEEN HOTFIXED! - Fixed Kanban “add card” hover colour, and added a focus colour for when the textarea is being used. By default, the button will also always be shown, even if the number of items exceeds the height of the container. It used to hide before, and one had to scroll in order to move some items. It is not the case now;
- I’ve also removed every
!important
section from the kanban-related code, and will work on removing it entirely from the theme; - Made some changes to Kanban lanes. They’ll now stop expanding vertically, so the “+Add a card” button stays in sight at all times, and the items get a scrollbar (note that it won’t show up if “No Scrollbar in Notes” is enabled. It will still work, though.
- You can now hide frontmatter using Style Settings, under the “Elements” section;
- CodeBlocks and URLs now have the same font size as regular text;
- Added Blockquote, paraphrase and cite styling. When paraphrasing, simply use the following syntax:
<blockquote class="paraphrase"> Text here </blockquote>
. You can add an author/attribution inside a blockquote, by using<cite>Author</cite>
, and it will justify the name/link to the right. Best not to add a paraphrase right after a blockquote, since they’ll both merge. You can add a comment (%%Comment%%) between them and they’ll stay separated, and not show anything in Preview; - Note Titles are now smaller to match UI font size. There’s also a Style Settings option “Wrap Note Titles”, that enables you to see the full note title, for those who use long sentence titles that don’t fit the default header;
- Removed External Link Icons from the community themes modal;
- Added Dataview support! There’s also a Style Settings option to alternate the colors in each row;
- Added Footnotes title option to the Style Settings;
- You can now disable the WYSIWYG hr in Edit Mode, or have it look like default obsidian, but centered (sort of like a screenplay);
- Added Block Reference Counter support;
- Other small changes.
Sanctum v0.2.3
Changelog:
- Added
discordapp.com
external link icon support. Don’t be afraid to make requests on those! - Added graph colors customization in Style Settings;
- Hopefully fixed the misalignment of folder icons some users were experiencing in the file explorer;
- Updated Community Themes menu styling. It still maintains the proportions of the menu, but now has hover effects and buttons are more legible. I’m curious to see if people want the menu to be bigger, so just send me a message if that’s the case, and I’ll add a style settings option for it;
- Empty page actions now have accent color on hover;
- Accent color hover (the color that sometimes shows up when hovering elements that usually have accent color, e.g. footnote links) now has a customization option in Style Settings. I’ll work on getting it to apply consistently throughout the theme;
- Sidenotes have had a little facelift, and now have 1 more type - left sidenotes! If you want it to align to a paragraph, make sure to add it before that paragraph, on Edit Mode. Add the sidenote text using the following syntax:
<s class="aside-right"> Text </s>
. There are 4 types:aside-right
,aside-left
,aside-in
, andaside-hide
. Only usingaside
also works, but is more limited (doesn’t support basic markdown formatting). Footnotes still don’t work like Tufte style, though; - Other small changes.
Sanctum v0.2.2
Sanctum v0.2.2 is here, and finally available in Community Themes!
Changelog:
- Fixed issue where renaming an active file in the file explorer made the background dark and the text invisible;
- Changed “g”s to an alternate glyph;
- Made buttons use iA Writer font;
- Changed highlights so they better fit the theme. They now follow the style of National Geographic! 😊
- Changed the way codeblock background is setup. Cursor and selections should now be visible;
- Style Settings additions:
- Line width selector is now a slider;
- Added Highlight Text Colors to aid with legibility, depending on the colors selected;
- Added "Disable Animations" option to style settings;
- Added a “No Background Blur” option;
- Added “Status Bar on top” option. This removes the bottom bar, but makes the icons unclickable;
- You can now change the side padding of header tab icons;
- Added “Show Full Titles”, which makes the entire file/folder title visible. You can also hide folder or file icons, as well as show their full titles;
- Added Customizable Heading Sizings. They now adapt according to percentage, still adapting to screen size;
- You can now disable scrollbars (in settings, global search view, notes and file explorer!);
- You can now toggle Relationship Lines for the File Explorer;
- You can now center tables on toggle, as well;
- Preview Font now applies to Kanban Boards;
- Removed padding from inline code;
- Unlocked note text size. You can now Ctrl+Scroll like in regular ‘vanilla’ obsidian;
- Other small changes.
Sanctum v0.2.1
Changelog:
- Merged a PR fixing Sliding Panes header alignment;
- Fixed Sliding Panes Header title shift on active notes, as well as the box-shadow of the panes, to be consistent with the theme;
- Changed Graph Controls so they have less opacity, and make it possible to see the graph that otherwise would be hidden by them;
- Edit Mode insertion caret/text input cursor now uses accent colour;
- Small edits on settings menu;
- Added scrollbars to file nav and settings modal;
- Added loading animation when looking for plugin updates;
- Added Style Settings support:
- Accent Colours;
- Highlight colours;
- Edit Mode Tasks class toggle;
- Relationship Lines in Preview Mode (new!), including alternating option!;
- default icons toggle;
- Preview Mode Line Width;
- Preview, Edit, UI and Mono and Heading fonts are now customizable;
- Added styling to Outliner’s List Style Improvements;
Sanctum v0.2
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.
Obsidian Sanctum v0.1.1
- Changed dropdown collapse icons in dark mode to be consistent with its text and light theme version;
- Admonition copy icon now matches the theme;
- Admonition icons should now be aligned with the admonition title;
- Fixed a bug where the vault title was transparent, but its space was still there. It’s now fully removed;
- Added Targeted SVG Replacements, which were missing last version;
- The theme file size was way too big, and so I’ve decided to part ways with IBM Plex, until they have an official variable font, at least. I’ve decided to continue with iA Writer’s Quattro and Mono, which are similar to IBM Plex, offer a pleasant writing experience, and have a lot of language variants (even including ancient greek!). These fonts will also be compiled into a single variable font in the future, which will only make this theme’s file smaller and thus faster to load.