keystatic
keystatic copied to clipboard
First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
when trying to deploy keystatic on our infrastructure, i am running into an issue with the `redirect_uri` setting for github sign in. the callback uri in the github app is...
with pnpm v9, i get a peer dependency warning: ```bash WARN Issues with peer dependencies found . └─┬ @keystatic/core 0.5.13 └─┬ @keystar/ui 0.7.2 └── ✕ unmet peer [email protected]: found 14.2.3...
currently, the `mdx` field will remove any table column alignment on save: ```md | title | counts | | ----- | -----: | | one | 1 | | two...
I have ran into this issue multiple times, and so I thought putting it here rather than discord might be a better place. Sorry for that haha. When using the...
Lately we have been using keystatic for small projects, but there is one big disadvantage Impossible to sort entries, which is a lot of pain. What if there weren't 5,...
Coming hot off #1097, this PR stores the column sort descriptor in a URL param 😄
Hey! When you create a mark, and mark a piece of content/text with it, it gets wrapped with the (or whatever name). All good. Like this: ```mdx Some marked text....
It would be nice to receive the whole object instead of having a static string. This way we could build the URL without needing a custom API route for it....
As of now, content can be organized as explained in docs [here](https://keystatic.com/docs/content-organisation) However, some of the projects needs better control content destination. Eg into year/month directories for example. Decap CMS...
There are a lot of requests for a first-party support for multi-language sites with Keystatic. Particularly when used with Astro, which [supports i18n out of the box](https://docs.astro.build/en/guides/internationalization/). I think there...