rasendubi / uniorg

An accurate Org-mode parser for JavaScript/TypeScript
https://oleksii.shmalko.com/uniorg
GNU General Public License v3.0
256 stars 24 forks source link

feat(astro-org): support Astro Content Collections #96

Closed rasendubi closed 9 months ago

changeset-bot[bot] commented 9 months ago

🦋 Changeset detected

Latest commit: 455356d0d61977127693add66a22d7d285604e5b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ----------------------- | ----- | | astro-org | Minor | | @uniorgjs/astro-example | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3b4d46a) 96.32% compared to head (455356d) 96.32%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #96 +/- ## ======================================= Coverage 96.32% 96.32% ======================================= Files 15 15 Lines 1822 1822 Branches 601 601 ======================================= Hits 1755 1755 Misses 66 66 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rasendubi commented 9 months ago

cc @ispringle you might be interested in this change. astro-org@2.1.0 now supports Content Collections — you can simply drop org files to src/content/*/ directories and it should work. There is an example at examples/astro