vigetlabs / colonel-kurtz

A Block Editor
MIT License
319 stars 33 forks source link

Drag & Drop #160

Open solomonhawk opened 4 years ago

nhunzaker commented 4 years ago

It's worth cc'ing @hellokv on this. We decided against dealing with drag and drop because we were never happy with solutions, particularly for longer form content.

That doesn't mean it shouldn't be done, this is just were we left it a while back.

solomonhawk commented 4 years ago

Thank makes sense.

Chris and I had talked about some potential features for making navigating large trees of blocks easier (collapsible sections, or block summaries or something like that, minimap/table of contents/tree view, etc.) If we want to pursue some of these ideas they could be implemented as optional addons that users can opt in to, or be exposed as building blocks for custom block types (e.g. <Collapsible />).