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

Could be nice to have a collection that make possible to display a custom admin page like a dashboard page that display some stats or whatever page we develop (in...

enhancement

This way our editors LSP will be able to help us read your documentation without leaving our editor. Since it's all typescript, i'm only asking for narrative documentation to help...

enhancement

Astro allows the configuration of a subpath, which breaks Keystatic. Visiting `/subpath/keystatic` loads Keystatic, but routing and saving/editing is broken. Clicking "Create" produces no network requests or error messages, it...

framework:astro

Something on the lines of: https://github.com/payloadcms/payload/tree/main/examples/live-preview/payload It will be super useful for marketing sites.

There is actually the possibility to sort content with `Columns` : https://keystatic.com/docs/collections#columns Could be nice to have the same kind of setting but named `filters`. In the view, it could...

enhancement

### Expected Behaviour website_url/keystatic should not be listed in search engine. ### Actual Behaviour website_url/keystaic now can be crawled and indexed by search engine. ### Additional Context - When users...

enhancement

The entire page flashes after saving a document. Is it possible to avoid the flash/refresh?

bug
needs more information

**@keystar/ui** Improve prose styles: - Style `kbd` elements - Basic table styles **@keystatic/core** Document editor features, within footer actions: - "Markdown support" button opens a dialog containing information about formatting...

Hi Keystatic Team! Thank you for your great work. Currently all content management happens under the /keystatic endpoint. I was wondering if it would be possible to make this url...

enhancement

Given a newly created keystatic astro project: ```json { "name": "@keystatic/templates-astro", "version": "0.0.13", "license": "MIT", "dependencies": { "@astrojs/markdoc": "^0.5.0", "@astrojs/react": "^3.0.0", "@keystatic/astro": "^2.0.0", "@keystatic/core": "^0.2.0", "@types/react": "^18.2.8", "@types/react-dom": "^18.0.11", "astro":...

bug