sanderjson
sanderjson
Yes, this is great. Breaking change for 4.0?
This is great! I was previously using this code below. Great addition thank you 😀🎉 ``` {#each $nodesStore as node} {#if node.image && !node.data.label} {:else} {#if node.data.label_type == 'HTML'} {@html...
Exactly! Might just be me, but I spend way to much time aligning boxes.
From a universal design and accessibility perspective I recommend to not only use colour as a signal. The design should be a working solution in greyscale and then _enhanced_ with...
- allows for faster canvas managment (moving handlers around)
- smooth, continious zoom with trackpad + key command (alt) - centers on cursor location - faster navigation than pan alone (especially for larger canvases) - alternative to snap viewing...
> I can see why this is confusing! String::toDate was deprecated and renamed to Date::parse. This is fine. Happy to close on **user error**. > For conversions, we're working on...
Will this require a standard login function to be shipped with all CMS sites?
Local in-page editing with a binding to the JSON sounds fine. This type of editor would likely be equally effective just creating markdown files for the content, but I understand...