Joss Mackison

Results 40 comments of Joss Mackison

I tried to do this with `bundleAsync()` custom resolver but it seems to be ignored/omitted 😕 ```js let { code } = await bundleAsync({ resolver: { read(filePath) { if (filePath.startsWith("http"))...

Recommend changing this to `confirmationIsRequired` and defaulted to `true`, for clarity

In your createPost route you want to save the submitted fields to locals before render: ``` js // default object so you can reference the fields in your template without...

Hi @jylin, thanks for letting us know about this issue. I can only reproduce a full-page refresh when changing the `key` of an entry, which is used to populate the...

I think "full page refresh" may have been a red herring. #1064 should resolve the issue.

We support [real-time previews with Next.js' draft mode](https://keystatic.com/docs/recipes/real-time-previews) via the `previewUrl` config option. Have you tried that?

FYI: Something similar is planned as part of a larger "columns definition" body of work, which is slated as a [roadmap item](https://github.com/orgs/Thinkmill/projects/6?pane=issue&itemId=59412408) to be picked up in the near future.

Yes, via [cloud images](https://keystatic.com/docs/cloud#cloud-images)! Image storage, optimisation, and delivery is one of the features of Keystatic Cloud—a product that integrates with Keystatic, offering additional functionality.

Could you explain in more detail what that might look like? Include screenshots, code snippets, links to existing implementations; anything that will help convey your assumptions and expectations.

@NoelOConnell can this issue be closed?