keystatic
keystatic copied to clipboard
First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
 https://github.com/Thinkmill/keystatic/assets/69188140/fd5c34d7-07c6-4934-9e61-6d8a05b24a8e
related discussion: https://github.com/Thinkmill/keystatic/discussions/211#discussioncomment-8105588 Currently I'm trying to compose types of my schema fragments that go into the keystatic config. I don't want types for an item in a collection. What...
If I want to add images inside a post, the path to the image = file name. However, all new images added to the post are in the path post...
https://github.com/Thinkmill/keystatic/blob/main/docs/src/content/pages/installation-astro.mdoc ^ It'd be great to include "how to add images and ensure they're resolved" to the astro docs, since there seems to be some awkwardness with how the paths...
**issue description**: when `` is used in a component-block preview component, which also has the `use client` directive, ~500kb are added to the client bundle. **issue reproduction**: https://github.com/stefanprobst/issue-keystatic-noteditable-client-component **steps to...
The content pages editor is not responsive, this is because there is no meta data for viewport in the head. As far as I can see, there are only styles...
## Current state Currently, the path is always static except for the slug, specified by `slugField`. ## The problem Projects often require more custom paths, e.g.: locales, publish date ##...
## Description The keystatic website will crash my tab whenever a make an edit to a large document fields or save a particularly large one. This seems to be caused...
Add a section to the [object field](https://keystatic.com/docs/fields/object) documentation detailing the options argument: ```ts type ObjectFieldOptions = { label: string; description?: string; } ``` Where usage looks like: ```js fields.object( {...