Simon Vrachliotis
Simon Vrachliotis
I tend to agree that `text` fields, if empty, should store an empty string instead of removing the key (unless there's a good reason not to). Let's keep this issue...
Hey! This is something you can improve with the `directory` and `publicPath` options on the image fields: https://keystatic.com/docs/fields/image#storage-options Example: ```ts avatar: fields.image({ label: 'Avatar', description: 'The avatar for this user',...
Hey! I had this exact issue and it was due to the Grammarly Chrome extension, which was messing up the Keystatic Admin UI style injection 🙃 Disabling Grammarly on that...
Hey! Good catch — we need to support the proper Astro way to handle images with Astro assets. I've opened a PR that will update the template to do just...
Hey! Agree with this — this is something we've discussed internally and the potential solution (not implemented yet) could be some "power user" keyboard shortcuts to speed up the content...
I'm not sure I understand the use case where you'd want to do that. Keystatic in `github` mode will read/write content from the GitHub repository directly, so it's a fair...
Thanks for that Martin 🙏