bookmarks icon indicating copy to clipboard operation
bookmarks copied to clipboard

Make it easier to edit tags

Open bene64 opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe. I want to edit the tags for a lot of bookmarks. Currently, I need to mark the three dots button and select Details before I can make changes to the tags. After editing I need to select the closing X to get back to my list.

Describe the solution you'd like I want to edit tags with fewer clicks.

Some approaches:

  • A selection of a bookmark opens the detail view directly on the side instead of opening the link. This approach may break some other workflows, so it probably needs to be an option.
  • Navigation from one detail view to the next via shortcuts ("j" and "k" are used by some other projects for "next" and "previous")
  • In the list view: make the tags directly editable. This hopefully includes the fix for https://github.com/nextcloud/bookmarks/issues/1157
    • either via a text field which converts finished tags to an item, but allows typing a new one
    • or a "+" button which appears on hover
      • Below is a quick mockup: Screenshot_20210830_112133

Describe alternatives you've considered As workaround I wanted to edit the tags inside my browser. But this doesn't work, as tags aren't supported in Fluccus inside Firefox (https://github.com/floccusaddon/floccus/issues/615).

bene64 avatar Aug 30 '21 09:08 bene64

A selection of a bookmark opens the detail view directly on the side instead of opening the link. This approach may break some other workflows, so it probably needs to be an option.

I like this idea. Open link could be on double click while single click opens the details.

Did you know that you can drag and drop bookmarks onto tags in the menu?

marcelklehr avatar Aug 30 '21 10:08 marcelklehr