Rupert Dunk

Results 9 issues of Rupert Dunk

I'm using the loaded adapter alongside vue-router. I'm finding that on initial page load the loaded event is triggered once per image, which is expected. After changing routes I find...

Adds an option to the TextformatterMarkdownExtra module settings page to enable linebreaks using $parsedown->setBreaksEnabled(true);

### Description This adds `mode` as a weighted create intent param when resolving intent state. This is to differentiate between multiple tools that are able to handle the weighted `template`...

### Description In some situations, resolving a tool based on the type of intent or the parameters it is able to handle is not enough. Two tools may exist within...

I get this error after creating a table inside a block editor, closing it and then trying to add another row/column after opening it again. `Error: Cannot add property 2,...

The props accepted by this package's `VisualEditing` component (`VisualEditingProps`) extend the options accepted by the `enableVisualEditing` function exported from `@sanity/visual-editing` (`VisualEditingOptions`) . Any additional options we add to the underlying...

Updates this template to use `@sanity/sveltekit` over `@sanity/visual-editing` and `@sanity/svelte-loader`. Also moves to eslint flat config, updates dependencies, etc.

### 🔗 Linked issue N/A ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

Recent versions of the client have replaced (and deprecated) `~experimental_resource` with `resource` in the client config. This PR adds support for `resource` and similarly marks `~experimental_resource` as deprecated, whilst maintaining...