Files icon indicating copy to clipboard operation
Files copied to clipboard

Feature: Ability to create tags from the Tags section and from the context menu

Open Marin-Kitagawa opened this issue 1 year ago • 10 comments

What feature or improvement do you think would benefit Files?

I want to have an option to create Tags from the Tags section (image below) and from the content menu. The context menu just provides the ability to assign tags. To create a tag, I have to go to settings, go to Tabs menu and then create a new tag. Why? Please make it simpler

image

Requirements

  • Add option to tags context menu to "Edit tags"
  • Clicking this option should open the tags page in settings

Files Version

2.4.66.0

Windows Version

Windows 11 Pro 10.0.22621.1555

Comments

No response

Marin-Kitagawa avatar Apr 21 '23 16:04 Marin-Kitagawa

Thank you for your feedback

yaira2 avatar Apr 21 '23 16:04 yaira2

Wow. That was really fast

Marin-Kitagawa avatar Apr 21 '23 16:04 Marin-Kitagawa

@Marin-Kitagawa we still have to finalize the requirements on how this will be implemented but it's definitely on our radar.

yaira2 avatar Apr 21 '23 17:04 yaira2

@yaira2 Sure. Looking forward to it ☺️

Marin-Kitagawa avatar Apr 21 '23 19:04 Marin-Kitagawa

We should probably add this to the context menu in the sidebar

hecksmosis avatar Apr 22 '23 15:04 hecksmosis

@hecksmosis Adding it in context menu and in the Tags section (above image) would be great instead of just in the context menu

Marin-Kitagawa avatar Apr 22 '23 16:04 Marin-Kitagawa

@hecksmosis Adding it in context menu and in the Tags section (above image) would be great instead of just in the context menu

Yes, I think doing both is a good idea, I was just saying that for the sidebar one we should add it in the context menu for the sidebar items. We could do a popup and reuse it in both cases, couldn't we @yaira2 ?

hecksmosis avatar Apr 22 '23 16:04 hecksmosis

@hecksmosis I was hoping that we could open directly to the settings page to reduce duplicating the UI but we'll have to rework settings dialog before this is possible.

yaira2 avatar Apr 23 '23 01:04 yaira2

The direction we're probably going to take is to

  1. Add an option to "Create tag", this will open a popup modal and allow the user to create a new tag.
  2. Add an option to delete tags when right clicking them in the sidebar.
  3. Add option when right clicking the tag section in the sidebar to "Manage tags", this should open the tags page in settings.

yaira2 avatar Mar 18 '24 15:03 yaira2

I guess we can add a context menu to the section header item as we also have an option to open a dialog to map a network location in widget drive section(meaning we can do this for this option as well). Currently we, however, don't have a way to know the section item is the section because it is LocationItem which is the same as we use for folders in Pinned section. If we create a class named SidebarSectionItem or SidebarSpecialItem, we can achieve.

FYI, FileExplorer already supports this.

0x5bfa avatar May 15 '24 09:05 0x5bfa