keystatic icon indicating copy to clipboard operation
keystatic copied to clipboard

First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB

Results 114 keystatic issues
Sort by recently updated
recently updated
newest added

This PR is an alternative to #1105 which provides an option for the default sort to be used by a Collection list view. I chose the following API: ```ts defaultSort:...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...

Hello all, I am new to Keystatic and Astro and hope to get some help. I am trying to add Keystatic to an existing Astro project but I am stuck...

When i set [`branchPrefix`](https://github.com/Thinkmill/keystatic/blob/aa13ea917ce2611266c0008197cfea4c1427724c/docs/src/content/pages/configuration.mdoc#L59) with `kind: "cloud"` I can still see all the branches. In my case I setted `branchPrefix` on the branch and I would like to be able...

currently, when an mdx document has a footnote, the keystatic mdx field errors with the following error message: ``` Field validation failed: content: Unexpected error: Error: Unhandled type footnoteReference Unhandled...

repro: https://github.com/stefanprobst/issue-keystatic-bold-link i have a .mdx file, which was not created via keystatic, with the following content: ```mdx This paragraph has **some bold text with [a link](http://example.com)**. ``` this displays...

There should be a space after "Add ". Edit dialog forms are okay.

There are certain fields in frontmatter, that we dont want to make editable / or want to keep readonly..... for example `layout` Also, it would be great, if keystatic could...