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

The collections view displays post slugs, with no way to disable that. I don't need to see the slugs for some collections; my blog posts have titles, so I'd like...

I'm trying to add some automation & verification to my workflow. Some examples: - When a post is set to 'published', automatically set the 'published_at' field to the current time...

I've got an mdx content area with some content components. Sometimes I need to do something that's tricky or not possible through the UI[1]. It'd be handy to just edit...

Back when the `getSetCookie` workaround code was added in 2023, Astro used undici 5.x. Since Astro now uses undici v6.x, it seems like we can remove the workaround for `getSetCookies`....

## Background In #1447 I created a simple implementation of Live Preview Iframe. That implementation: - allows to see a preview of the rendered collection item in the frontend in...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...

## Current Currently, when you create a PR from Keystatic the PR title is computed by keytatic (or by github). There is no options to customize it. ## Request Proposal...

## Screenshots #### Disabled Note the new `Live Preview` button in the top bar #### Enabled + Desktop #### Enabled + Mobile ## How it works This implementation: - requires...

I discovered that multiple users can collaborate using keystatics github mode when the users has the github app installed irrespective whether they individually has read/write access to the repo. The...