Noel

Results 22 comments of Noel

I made a change to how the `blots/image` was handled in the latest release. Not sure if it will fix your issue or not. If you could give the miminum...

Does this only happen with images dragged from the web? Does it work if you drag an image from the local file system?

Thanks, I took a look at how to change this setting. In core.js the `_calcGridYIndex` function returns a decimal which decides whether the event will be at 60mins or 30mins....

@matthiasg The edits I suggested above worked for me for my specific use case. Currently the default is events in 30 minute blocks, changing that behaviour could effect existing implementations...

Below is an example of the visual feedback I chose to give when hovering over time slots. The user can see what time would be selected. It's not ideal in...

I made the changes in a [forked version](https://github.com/NoelOConnell/tui.calendar ) so you can see what was required. It was hacked together to get it working the way I wanted. More consideration...

You can use the `text-change` event from Quilljs to keep track of changes. https://quilljs.com/docs/api/#text-change You can check for images added/removed by the user and then remove the image from storage...

Hopefully this is fixed now with package version `1.3.0` now thanks to @jgillick for the PR.

I've been experimenting with this on a [branch](https://github.com/NoelOConnell/svelte-headlessui/tree/whyframe-experiment) It uses [whyframe](https://github.com/bluwy/whyframe) to render the components in isolation. I created a component to toggle between the preview and code. I based...

No problem! I fully understand. This was only 1 component and it felt like a chore towards the end so I can only imagine the amount of effort and work...