Skip to content

0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 08:35
· 57 commits to main since this release
d970577

This release brings major improvements to how you manage your presets, alongside powerful new error-tracking capabilities to make styling your vault even easier.

What's New

Presets Management Enhancements

  • Quick Import: Added a new 'Save & apply' button when pasting a JSON import directly in the Import Preset modal. 31551dc
    image
  • Enriched Suggest Modal: The Preset Suggest Modal now features date subtitles and descriptive badges. 9c4b4df
  • Favorite Presets: Added a star icon to easily identify your favorite presets in the suggest modal. ab0605f
    image
  • Command Palette Integration: You can now open the Import Preset modal directly from the Obsidian Command Palette. 3d617fe
  • Better Feedback: Applying presets now triggers individual success notifications so you know exactly what was applied. ceb66ba

Error Handling & Navigation

  • Error Navigation & Caching: Your error logs are now persisted across theme changes, and you can click on errors in the log modal to jump straight to the offending line in the CSS editor. 9999d9b

Bug Fixes

  • Fixed an issue that caused duplicate errors to appear in the log modal and improved the UI. 8949bfb
  • Resolved scroll drift issues caused by color picker reflows by deferring scroll restoration. 69c36b7
  • Fixed a bug by ensuring utility views only spawn a single instance. c97b3e9

Polish & Improvements

  • UI Tweaks: Fixed text selection colors within the CSS editor for better contrast. fc4ddc1
  • Notifications: Increased the default notification duration to 3000ms to give you more time to read them. dba61d6
  • Responsive Layout: Adjusted the max-width breakpoint for preset items to 700px. f4a0667
  • Under the Hood: Fixed an obsidianmd/prefer-window-timers linting warning. 27323e0

Documentation

  • Updated the Presets guide and general installation instructions. 04dc26a
  • Added a new Command Palette commands section to the README (sorted alphabetically). fb083bb
  • Added comprehensive documentation covering the new jump-to-line navigation and persistent error tracking features. fdc7989
  • Synced the README content and updated the Settings Header tooltip. dd2df74
  • Updated the Import Preset modal screenshots. 5654819