Skip to content

Releases: HiDeoo/starlight-obsidian

[email protected]

03 Jan 11:17
6e0be05
Compare
Choose a tag to compare

Patch Changes

  • #41 ab86671 Thanks @HiDeoo! - Fixes an issue with custom aside titles including links.

[email protected]

23 Dec 15:06
a530cc2
Compare
Choose a tag to compare

Minor Changes

[email protected]

17 Dec 10:39
a653f68
Compare
Choose a tag to compare

Minor Changes

  • #34 9079b9b Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.30.0.

    Please follow the upgrade guide to update your project.

v0.5.0

06 Nov 15:48
v0.5.0
ac5a61e
Compare
Choose a tag to compare

   🚨 Breaking Changes

  • Replaces the copyStarlightFrontmatter option in favor of the new copyFrontmatter option  -  by @HiDeoo (888b4)

    The new copyFrontmatter option allows for a more fine-grained control over which frontmatter fields are copied from Obsidian notes to the generated pages. Previously, the copyStarlightFrontmatter option would either ignore all unsupported properties or copy all known Starlight frontmatter fields. The new option allows you to ignore all unsupported properties (none), copy all known Starlight frontmatter fields (starlight), or copy all frontmatter fields (all). The default behavior behavior remains the same as before, which is to ignore all unsupported properties.

    If you were previously using the copyStarlightFrontmatter option, you will need to update your configuration to use the new option:

    starlightObsidian({
    -  copyStarlightFrontmatter: true,
    +  copyFrontmatter: 'starlight'
    })

   🐞 Bug Fixes

  • Ensures the draft frontmatter field is copied when the copyFrontmatter option is set to starlight or all  -  by @HiDeoo (6969f)
    View changes on GitHub

v0.4.9

21 Sep 15:29
v0.4.9
3a1c552
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Fixes an issue with frontmatter values containing a date  -  by @HiDeoo (5cdb9)
    View changes on GitHub

v0.4.8

05 Sep 14:25
v0.4.8
eb028a7
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Fixes an issue preventing to use custom component overrides  -  by @HiDeoo (fe0df)
    View changes on GitHub

v0.4.7

19 Aug 10:29
v0.4.7
dace196
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Fixes an issue when using a date-like title  -  by @HiDeoo (c6f55)
    View changes on GitHub

v0.4.6

04 Jun 08:48
v0.4.6
56d8265
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Fixes an issue preventing to read Obsidian frontmatter when it included a null value  -  by @HiDeoo (e70d0)
    View changes on GitHub

v0.4.5

06 May 09:14
v0.4.5
9ba9228
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Prevents frontmatter of embedded notes to be rendered  -  by @HiDeoo (388a1)
    View changes on GitHub

v0.4.4

03 May 17:42
v0.4.4
19b2088
Compare
Choose a tag to compare

   🚀 Features

  • Improves error messages for invalid Obsidian vault paths  -  by @HiDeoo (d5edc)
    View changes on GitHub