keystatic icon indicating copy to clipboard operation
keystatic copied to clipboard

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

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

Visual separating the vertical menu would help to group the content of singletons, here an idea:

enhancement

the focus ring for a checkbox field is cut off when placed inside a dialog. see: ![Screenshot_20230906_143220](https://github.com/Thinkmill/keystatic/assets/20753323/0324dd51-3b41-4009-942a-5aa3bc875f93) the singleton schema for the above: ```ts import { config, fields, singleton }...

bug

I have a custom `button` component block that needs to be in a table cell. In the markdoc file, it works fine ```md {% table %} - Platform - Type...

I was testing our new `CloudImageProps` type and it turns out it's incompatible with the types the component block actually provides 🤦 ``` Type '({ src, alt, height, width }:...

Create an [issue template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository), raised by [this comment](https://github.com/Thinkmill/keystatic/issues/520#issuecomment-1678302867) on #520.

documentation

When trying to edit or create anything new in Keystatic. I get the following error. ![image](https://github.com/Thinkmill/keystatic/assets/72866286/08685c60-3bc6-4a02-bf89-31a70646edf4) I checked the settings of the Github App. Everything looks correct, my .env is...

We've been discussing whether having the ability to create custom field types in Keystatic is worth continuing with, because it complicates the internal API surface area (and what we need...

roadmap

When adding a relationship, search is based on the slug, which is okay. However, when typing quickly, it's easier to input a space rather than a dash. My suggestion is...

enhancement

When adding a lot of data manually in the same collection, the flow is a bit painful (starting from a given collection X: - Click on add - Fill form...

enhancement

We've added initial support for interface localisation but it's incomplete / broken for non-English users, specifically: * Not all strings are localised so the UI is a mix of English...

roadmap