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

Reproduce: https://github.com/arihantverma/keystatic/pull/1/files --- Throws this error in the code: https://github.com/Thinkmill/keystatic/blob/41679be39197a81453475fc6796489ac7d2d69cf/packages/keystatic/src/form/fields/markdoc/editor/props-serialization.ts#L53 --- video: https://github.com/Thinkmill/keystatic/assets/43805922/25814df7-994a-46df-8b84-861423737ecc

enhancement

Output of `pnpm run dev --verbose` when `http://127.0.0.1:4321/keystatic` is visited, after following the steps to run dev-projects from readme ```sh pnpm install cd dev-projects/{example} pnpm run dev --verbose ``` ```...

when deploying a site with a [base path](https://docs.astro.build/en/reference/configuration-reference/#base) (e.g. www.example.com/my-site), the requests to the `/api/keystatic` endpoints currently don't take the base path setting into account, i.e. keystatic will try to...

enhancement

https://www.content-collections.dev/docs I found this project and my first thought was: "Hey, this would be really cool in Keystatic!". It allows content collections to be used throughout the entire vite ecosystem....

this may just be a documentation issue, but using multiple mdx fields in a collection which allows nested paths does not work. issue repro: https://github.com/stefanprobst/keystatic-mdx-nested collection has: ```ts posts: collection({...

documentation

This may be an edge case, but I think it would be great if addressed: Steps to reproduce: 1. Install Keystatic Cloud GitHub app in a select repository (do not...

I have a hm.. library of markdown files. 36000 total. I can't use this CMS because of error: Is it fixable on your side or this is astro problem too?...

enhancement

**Update:** I realized this error was caused because I deleted `schema.content` but still had `format.contentField = "content"`. Perhaps a targeted error could be thrown, along the lines of ```ts throw...

So the Mdx content editor serialises latex expressions. I guess it serialises all the JS expressions. ![image](https://github.com/user-attachments/assets/7826c248-9003-4477-b41c-da789e6ec95d) ![image](https://github.com/user-attachments/assets/a266479f-18b4-4e5d-b1a1-63f75b5c8fb2) Acorn parse error is thrown when I modify the file locally. ![image](https://github.com/user-attachments/assets/a0fbabf7-74ae-4d47-943e-2505689e2d9b)...

enhancement