Skip to content

Releases: davidvkimball/astro-modular

0.8.6

14 Mar 06:40

Choose a tag to compare

Removed no referrer and no opener.
Updated plugins.
Updated some content.

0.8.5

11 Mar 17:59

Choose a tag to compare

Fixed graph view bugs on Chrome.

0.8.4

11 Mar 06:10

Choose a tag to compare

Updated Astro to v6 properly, fixed update script and plugin.

0.8.3

09 Mar 22:22

Choose a tag to compare

Added update script
Touch controls enabled for graph view and local graph
Accessibility improvements
Fixed project root to relative path in the plugin settings
Order number is no longer a string property.
Fixed bug with image captions

0.8.2

05 Mar 21:45

Choose a tag to compare

Add create-astro-modular CLI package
Removed fork option (unless a user desires to contribute to theroject).
Improved Path formula. Fixed property templates.
Added homepageTitle config field - With [CONFIG:HOMEPAGE_TITLE] marker, used in index.astro to override <title>
Updated a ton of plugins.

0.8.0

19 Feb 22:30

Choose a tag to compare

New Features

  • Obsidian image sizing syntax support (![alt|300](img.png) and ![alt|200x150](img.png)) via new remark plugin (PR #24 by @rafshawn)
  • Manually-sized images are excluded from automatic image grids and galleries
  • Added Data Files Editor plugin

Bug Fixes

  • Fixed embed URL resolution for co-located media files (PDF, audio, video) in folder-based content without the attachments/ prefix (PR #23 by @rafshawn)
  • Fixed Windows path normalization in remarkObsidianEmbeds (backslash handling)
  • Fixed "last commit" README badge showing "invalid"

Plugin Updates

  • Vault CMS, Astro Composer, Astro Modular Settings, Image Manager, UI Tweaker, Zen Mode, Explorer Focus, Folder Notes, Home Base, Bases CMS, SEO, Oxygen Settings, Obsidian Git, BRAT
  • Removed Iconic plugin
  • Oxygen theme updated to 0.2.7

Improvements

  • Draft status and modified date automation for documentation content types
  • Removed special pages content type, re-ordered content types
  • Updated tech stack: Astro 6.0.0-beta.1, Node.js 24.13.0, pnpm 10.29.3, Obsidian 1.12.2
  • Vite optimization improvements

0.7.9

29 Jan 21:19

Choose a tag to compare

Bug Fixes

  • Fixed KaTeX math display issue where Tailwind's border styles conflicted with equation rendering

Features & Improvements

  • Major TOC and sidebar UI/UX improvements with fixed positioning
  • Added Omnisearch plugin support
  • Updated Node.js version to 22 in Netlify configuration

Plugin Updates

  • Iconic, Bases CMS, SEO, UI Tweaker, Zen Mode

Compatibility

  • macOS improvements for Oxygen theme and git configuration

0.7.8

14 Jan 21:32

Choose a tag to compare

Upgraded to Astro v6 beta.

0.7.6

13 Jan 06:55

Choose a tag to compare

  • Updated all remote images on the Formatting Reference page to be local with the Image Manager plugin.
  • Updated Alias File Name History, Astro Composer, Explorer Focus, Image Manager, SEO, UI Tweaker, and Vault CMS plugins.
  • Updated Oxygen Theme and Oxygen Theme Settings plugin to be more stable and performant.
  • Removed redundant plugins.

0.7.5

07 Jan 21:48

Choose a tag to compare

Version 0.7.5

Bug Fixes

Callout Processing

  • Fixed callout rendering for callouts without explicit titles: Callouts written as > [!example] (without a title) followed by formatted content on the next line now correctly display the mapped title (e.g., "Example", "Info") and preserve all formatted content (bold, italic, links, etc.) in the content area. This matches Obsidian's behavior where > [!example] and > [!example] Example render identically.

Obsidian Vault Updates

Plugin Updates

  • Updated multiple Obsidian plugins to their latest versions
  • Added plugins:
    • Home Base (replaces Homepage plugin)
    • Image Manager (replaces Inset Image, Paste Image Rename, and Paste Image into Property)
    • UI Tweaker (for mobile interface improvements)
    • Vault CMS (disabled by default, available for future use)
    • Hot Reload (for theme development)
  • Removed plugins:
    • Homepage (replaced by Home Base)
    • Insert Unsplash Image (functionality integrated into Image Manager)
    • Paste Image Rename (functionality integrated into Image Manager)
    • Paste Image into Property (functionality integrated into Image Manager)
    • Simple Banner
    • Simple Focus (replaced by Explorer Focus)
  • Replaced plugins:
    • Simple Focus → Explorer Focus
  • Updated core plugins: Astro Composer, Astro Modular Settings, Bases CMS, Alias File Name History, Property Over Filename, SEO, Oxygen Theme Settings, and more

Theme Updates

  • Updated Oxygen theme to latest version
  • Removed Baseline theme

Template Fixes

  • Removed accidental inclusion of deprecated "slug" field from posts template

Technical Improvements

  • Improved callout detection logic to properly handle line breaks in markdown parsing
  • Enhanced callout processing to distinguish between titles and content based on paragraph structure