keystatic
keystatic copied to clipboard
First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
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...
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...
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...
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...
### 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...
The entire page flashes after saving a document. Is it possible to avoid the flash/refresh?
**@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...
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":...