Releases: primary-theme/obsidian
v.1.2.2
- Fixed v.0.13.25 (Insider Build) widgetBuffer issue #77
- Fixed Sliding Panes Rotated Header file title alignment #76
- Added
borders
to modals and prompts - Changed styling for input container of the Command Palette and Quick Switcher:
Thanks for all of the folks who helped with posting issues!! @miharekar , @Signynt and @ryadaj !! 🙌🥳
v.1.2.1
- Fixed Dataview line-wrapping issue #71
Thank you so much @miharekar for catching this one!! 🎉💖
v.1.2.0
🥳 Style Settings is now Supported in Primary!
I'm so happy to have finally released a version that adds Style Settings for Primary! This is just the start. More settings and presets will arrive in the coming weeks and months. ✨🎠
New 🎁
- 💎 Style Settings is now supported! It comes with:
- Preset Fonts to choose from or use your own fonts with the custom fields #36
- Preset Header Sizes and Colors to choose from or use your own sizes and colors - #3 , #23
- Fully customize you graph view by changing its colors
- Enable grabbable scrollbars by choosing the Mac option for Scrollbar Style - #55
- Gray out markdown formatting to make them more subtle on Editor View
- Hide Vault Titles
- Use Tabular Numbers across Obsidian
Changes 🖌️
- Changed styling for Obsidian launch progress bar - #67
- Changed some variable names (some of your snippets, if any, might stop working), notably for graph view variable colors, font variables
- Added borders to toggles
- Made checkboxes rounded squares rather than circles
- Added soft animation to checkboxes
Thank you to all those who submitted feature requests and to those who gave out birthday coffees and to dsent for the continued support!!
If you like this update, consider supporting the development of Primary here. 💛
If you wanna know what's next for Primary, check out its development roadmap here. 🎯
Release v.1.1.1
Changelog
- Added support for Supercharged Links to fully fix problem for Issue #51 ! Disclaimer: When making the pill-like supercharged link, the underline will persist. I will be adding an option to remove link underlines in the upcoming customization update. Thank you for your patience 🙏
Thanks for posting the issue @HEmile !! ✨🎉
Release v.1.1.0
Changelog
TLDR: Fixed some icon issues on the Command Palette and other prompts, as well as a Sliding Panes scrollbar bug. Also adjusted some values to make Dark Mode buttons more boxy! Recommended update 👍
Changes 🖌️
- Made the Dark Mode buttons more boxy!
- Reduced specificity for styling of Links to allow space for plugin styling (reported conflict with Supercharged Links plugin) - #51
Fixes 🛠️
- Fixed an issue where icons where overlapping with some text in popup modals #58 , #49 , #48
- Fixed an issue in Sliding Panes where the scrollbar was hiding behind the stacked notes #55
- Fixed misplacement of word-wrapping of note links that cause the words to breakup at any point of the text - #56
Thank you to all those who posted issues for this release, those from GitHub and Reddit! ✨🎉 Special thank you to @tingmelvin for sharing the text-underline-position
trick for links!! 💖
Release v.1.0
Primary is now at v.1.0 🥳✨
Comes with tons of bug fixes, support for Obsidian v.0.13+, improved UI design, and ready for more updates!
Big apologies for this super late update, I've been busy.
If you haven't you can also check out my other theme I collaborated with Nick Milo: LYT Mode 🔦!
Currently broken: Aside/Sidenotes (due to v.0.13 update. it's harder to fix since I stopped using this. [Help wanted!])
Also, I'm brewing something up.
I'm an absolute color nerd. I studied colors a lot back in high school when I was learning to paint! It looks like the hard work has been transferred to other mediums as well, and ever since I published Primary, many have asked me for help in colors or has commented how beautiful Primary's palette is (thank you so much). I wanted to share all the practical knowledge I've picked up and taught myself over the years to others. If you're looking to improve your coloring skills, come join us to become a Color Connoisseur! 🎨 (At the bottom, you get to tell me the color you hate and why 😋)
New 🎁
- Full WYSIWYG Support! #13 , #14 , #33 , #46
- Full support of syntax highlighting for Codeblocks (does not preempt Primary's syntax highlighting for other apps) #7
- Search Current File now has a new look #40
Changes 🖌️
- Active Line on Preview removes background focus color from gutter. It only highlights text now. Source view still highlights the gutter. #8
- Code moved to using Sass
- Made the headers h1 to h6 slightly smaller
- Improved UI 💎
Fixes 🛠️
- Fixed visual issues on Mobile settings #19
- Reduced height of link suggestions on Mobile #22
- Cursor now appears when in an empty line #25
- Paragraph breaks now work within a quote block #28
- Collapsing arrows should now be bug free and properly aligned #26 , #42
- Images should now be resizable #29
- Status bar now doesn't interfere with Workspace tab contents #34
Community Contributions 🫂
- Rotate horizontal split icon to make it horizontal by @crashmoney in #32
- Add rounded corners to images and frontmatter boxes by @MokkaCicc in #27
- @crashmoney made their first contribution in #32
- @MokkaCicc made their first contribution in #27
Next Steps 🔭
- [for real now] Style Settings starting with size adjustments, then some feature toggles, then color customizations ✨
- Better language support through fonts
As always, thank you to all those who submitted issues and PRs! Thank you to all those who supported me on ko-fi too, especially to my 2 monthly supporters: @dsent and @ScottKillen 🌈😭💖
Full Changelog: v.0.2.7...v.1.0.0
Release v.0.2.7
Changelog
v.0.2.7 — Aside/Sidenotes now available! Including tons of fixes and styling such as adjusted sizing and padding to lessen difference between Edit and Preview Mode, Markdown Embed Title styling, etc.
New Things
- Styling for Ordered List in Edit Mode (without Outliner)
- Related to #21 — Aside/Sidenotes (adjusted across all devices — from Desktop to Mobile) is now styled and available to use! To use Sidenotes, include these HTML tags on your note:
<aside> ... </aside>
<aside class="aside-show"> ... </aside>
or<span class="aside-show"> ... </span>
or<s class="aside-show"> ... </s>
<aside class="aside-hide"> ... </aside>
or<span class="aside-hide"> ... </span>
or<s class="aside-hide"> ... </s>
<aside class="aside-in"> ... </aside>
or<span class="aside-in"> ... </span>
or<s class="aside-in"> ... </s>
- As a sneak peek, I'm planning to release an update that enables you to choose if the sidenote goes "left" or "right"
- Related to #12 — Lessened difference of sizing and padding between Edit and Preview Mode
- Styling for Markdown Embed Title (see above .gif)
Fixes and Adjustments
- Adjusted Settings Modal content border
- Added Height for Scrollbars
- Adjusted styling for Markdown Embed: Dark Mode
- Adjusted font-size for YAML in Edit Mode
- Adjusted background of YAML Preview Mode aliases in Dark Mode
- Adjusted color of
--background-modifier-error-hover
in Dark Mode - Removed styling for
.copy-code-button
(now relies on button styling) - Added styling for Vault Title on Workspace Drawer
- Tiny adjustment on Note Header Icons and Title alignment
- Removed all unecessary
!important
(kept those that were crucial to the design of the theme)
- Added color variables for Orange and Violet (in preparation for Customization plugin)
- Some variable name change (in preparation for Customization Plugin)
- Fixed #22 — Reduce height of link suggestions on Mobile!
- Fixed #17 — End of note is now navigable on Mobile!
Thank you to @seatrout , @Signynt (triple thanks!) , @kometenstaub for reporting the issues in this release! ✨💛
Release v.0.2.6
Release v.0.2.5
Changelog
- Fixed #18 — text-selection should now be visible when selecting code blocks! I also slightly changed the text-selection color in Light Mode, and hopefully the change in bringing a couple shades down doesn't bother you guys much.
Thanks to @jackbodine for reporting this issue!! 🙏✨