keystatic
keystatic copied to clipboard
First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
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
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...
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({...
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?...
**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.   Acorn parse error is thrown when I modify the file locally. ...