verbb / hyper

A Craft CMS plugin for managing links, focusing on user experience.
Other
22 stars 14 forks source link

Add ability to add multiple entries at once #158

Open boboldehampsink opened 4 months ago

boboldehampsink commented 4 months ago

What are you trying to do?

Sometimes I want to create multiple links to entries, and I want to select a whole list of entries.

What's your proposed solution?

Make this possible, and add multiple hyper rows for all the selected entries

Additional context

It would save so much work for content creation ;-) Thanks!

engram-design commented 4 months ago

I've often come across this with Matrix and Super Table fields, which might have element fields within them. It's an absolute pain creating multiple rows, then picking the elements. The same applies for Hyper in this case.

The challenge will be the UI for this. I could add a button to "bulk add" links, where you pick the type, then enter the link values. This could be entries, or a collection of URLs.

The problem will be how to present that functionality. I was considering adding it to the context "settings" menu, but if we're going to revamp the "none" state that might not work.

I'll give it some thought!