keystatic
keystatic copied to clipboard
First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
fixes #1400 1. update `datetime` field (UI component & validation) to serialize/deserialize the value in UTC time, and render the value in the user's local timezone 2. update `datetime` documentation...
While using content components, the only way to insert a new line (outside the component) is by inserting new lines inside the component. And this only works when inserting below....
Just wanted to let everyone know that the current status of the project is just 1 maintainer, as I was personally confused why some key features have been in the...
it would be very cool if the following schema was supported: ```ts content: fields.mdx({ label: "Content", components: { Widget: wrapper({ label: "Widget", schema: { title: fields.text({ label: "Title", }), summary:...
Hey I've needed to move the base url of my app via https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base Now keystatic seems to not handle that well and does not fetch correctly and it seems like...
The `datetime` field currently captures dates in local time, using an `` of type `datetime-local`. However, these values are serialized to content files as UTC by appending a "Z", without...
Would be nice to have the option to create items with a createdAt field programatically generated with at least UTC now date. Because I really need to sort a collection...
Currently, it's not possible to search by a collection's fields that's not a slug. It would be great if we can add this.
It would be great if we could change how the entries are rendered in the TableView, by passing in our own TableCell function similar to `ContentView` for Block Components.
When you add a `conditional` field to a collection's `column` array, the output is `[object Object]` instead of the value within the conditional. They also do not show up as...