keystatic
keystatic copied to clipboard
First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
Feature Request: Change default save path of uploaded image in `fields.markdoc()` relative to entry
With this keystatic config ```ts // in ./keystatic.config.ts import { config, fields, collection } from '@keystatic/core'; export default config({ storage: { kind: 'local', }, collections: { post: collection({ label: 'post',...
I found that after creating each record using the /keystatic route on cloud storage mode it instantly commit that change. I wish there is a confirmation phase for "Content Creator"...
I hope this will help with debugging something that is tedious to debug when you don't expect this to be a possible error. I tried improving the Astro docs at...
This is a follow up to https://github.com/Thinkmill/keystatic/pull/1358 which makes the steps to get to the app easier. I left the hints how to get to the list of all apps...
This is a help out a bit with https://github.com/Thinkmill/keystatic/discussions/1318. Ideally this section would go into more details how different frameworks (NextJS, Astro, …) treat the `mdx.inline`. But this hint should...
Sorry guys for this. It might be a stupid thing, but I keep getting "API rate limit exceeded" error on my blog which has github mode. I'm not doing anything...
How to protect the keystatic admin url / page?
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
Ideally `{ui.brand}` should be appended to the document head.
This makes it possible to use the `local` storage with `localhost` which makes Keystatic more consistent with other Git-based CMSes. Also documented why the loopback redirect is necessary. Fix #366