Sebastian Sdorra

Results 39 issues of Sebastian Sdorra

At the time of writing, content-collections serialize the generated documents as JSON. The problem with this approach is that JSON has a limited set of data types (string, number, boolean,...

enhancement

We can create a separate package that includes a [remark-lint](https://github.com/remarkjs/remark-lint) rule. This rule will use the schema from the configuration to validate markdown/mdx files. By using this package, along with...

enhancement

It would be helpful to have a function (in a separate package or in the core) that simplifies the creation of a tree from a collection. This would facilitate the...

enhancement

Create a separate package for rendering [Markdoc](https://markdoc.dev/) in addition to the mdx and markdown packages.

enhancement

We should consider a complete rename of the project, because Astro has an API which is also called [Content Collections](https://docs.astro.build/en/guides/content-collections/).

question

enhancement

Add an option to ignore the next line after the license header. I'm not sure if this pr make #36 obsolete, but i think they complement each other well. Sorry,...

This change allows whitespace in the new line below the license header. We would like to switch to licenser, but we have thousands of files that have a few spaces...