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

Hi. First of all, thanks for this fantastic tool! I am using it on a new Remix project. But, even though I make sure that my `root.tsx` layout is not...

Hey there, I've been trying to setup Keystatic with a Github repo. It works great until I want new people to contribute. I understand that people need write access to...

storage:github

I've encountered the following error when editing a singleton with deep nested arrays: **Unhandled Runtime Error** > Error: Maximum update depth exceeded. This can happen when a component repeatedly calls...

bug

# Description Linking a Keystatic app to an brand new, uninitialized GItHub repo would cause the Admin UI to be completely blank. # Reproduction 1. Create a Keystatic app and...

when using `github` storage mode, it would be great to be able to customize the commit messages. i think these are currently set [here](https://github.com/Thinkmill/keystatic/blob/main/packages/keystatic/src/app/updating.tsx#L216) and [here](https://github.com/Thinkmill/keystatic/blob/main/packages/keystatic/src/app/updating.tsx#L404).

enhancement
storage:github

Just set up the Github mode for Keystatic for a site. But it would be nice to be able to set the following settings: - Default branch. Because i want...

enhancement
storage:github

Hello Keystatic team! I'm using Keystatic with Astro for building a news website. I feel it's very boring to copy / paste the slug of my article to view the...

enhancement

When I access my project in dev mode at http://localhost:3000/keystatic, I always get redirected to http://127.0.0.1:3000/keystatic and receive an ERR_CONNECTION_REFUSED error from my browser. I think this is because I'm...

I'm using the Astro starter and when I integrate it with GitHub and deploy it on Vercel, I get this error when trying to edit or create any element in...

I noticed that on the experimental MDX field, Keystatic doesn't support captions for images. So you would have something like this being displayed in Keystatic's editor: `![Alt text](/path/to/img.jpg "Caption text")`...