Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved file tagging system #150

Open
DorsalAxe opened this issue Aug 4, 2019 · 33 comments
Open

Improved file tagging system #150

DorsalAxe opened this issue Aug 4, 2019 · 33 comments
Labels
Idea-New PowerToy Suggestion for a PowerToy Product-File Explorer Power Toys that touch explorer like Preview Pane

Comments

@DorsalAxe
Copy link

DorsalAxe commented Aug 4, 2019

Tags are quite awkwardly implemented in Windows and don't seem to support many file types by default. It would be pretty neat to improve on this with a more accessible UI and things like color-coding. Being able to quickly access tags and view tagged files from the navigation pane would be nice too.

Maybe something like this is beyond the scope of PowerToys, but I'm just throwing the idea out there.

@mawic
Copy link

mawic commented Oct 1, 2020

Yes, such a feature would be great. Here my thoughts what kind of functionality I would like to have:

  • As a user, I want to assign different tags to a file or a folder. For easier handling, the ribbon bar shall provide some buttons so that I can assign some tags without a lot of effort.
  • As a user, I want to click on a file/folder and assign one or more tags to the file/folder.
  • As a user, I want to search for a tag or several tags on my computer to find files with the same tags from different folders.
  • As a user, I want to customize my tags.

@Jay-o-Way
Copy link
Collaborator

Don't tags need to be included in the file itself? Doesn't that mean the format (filetype) should support it? If files/folders are moved to a different location (or shared over Internet) the labels should always stay with it.

@Jay-o-Way Jay-o-Way added the Product-File Explorer Power Toys that touch explorer like Preview Pane label Dec 8, 2021
@somallef
Copy link

somallef commented Dec 8, 2021

@crutkas How can I take this issue to develop?

@somallef
Copy link

@Jay-o-Way How can I take this issue to develop?

@Jay-o-Way
Copy link
Collaborator

Jay-o-Way commented Dec 13, 2021

@somallef Well, in my words, I suggest to write specs about what the code would look and act like, then create a concept/test version of the code, then create a (draft) pull request so people can comment on it and help improving.

Also recommend to read https://github.com/microsoft/PowerToys/blob/main/CONTRIBUTING.md and https://github.com/microsoft/PowerToys/blob/main/doc/devdocs/readme.md first.

@crutkas
Copy link
Member

crutkas commented Dec 13, 2021

First step here is to understand how an end user would use it and interact

@sebastian-dor
Copy link

My proposal to tackle this issue would be to have a similar user experience like tagging in MacOS https://support.apple.com/guide/mac-help/tag-files-and-folders-mchlp15236/mac
Here it is possible to assign certain tags via the context menu and to quickly access the tagged files and folders via the quick access on the left of the explorer window.
Quick suggestion on how to implement: create internal/hidden folders with the tag name and on context menu entry create links in these folders. End users could then add these folders to quick access.

@alfvar
Copy link

alfvar commented Oct 29, 2022

There's a repo called FileMeta that implements a version of this. Unfortunately the creator died, but it still serves as a great proof of concept.

@EdgeCaseLord
Copy link

This is a must-have feature for nowadays' file explorers. Mac does have this since a long time, and Linux as well. You can find examples of this feature implemented for Windows 10 here:

https://filemarker.net/file-marker-free.php
https://foldermarker.com/en/folder-marker-free/

As others have already said, it should be possible to customize the colors and tags, and it should work with files and folders. Multiple tags should be possible on the same item, and you should be able to search for the tags/colors and to sort the explorer view by them, too. Tags and colors should be distinct from each other, ie it should be able to assign either a color or a tag, or both - not like other implementations of this feature make it and have like colored tags (for example Priority 1 - red. I want to customize that myself, and be able to have only ata g or only a color on them or both, which may vary).

This feature would greatly enhance productivity on Windows systems. Please add. Thank you.

@Jay-o-Way
Copy link
Collaborator

...and then there's also https://github.com/files-community/Files

@crutkas crutkas mentioned this issue Jun 7, 2023
@AutonomousCat
Copy link

AutonomousCat commented Jun 7, 2023

For color coding folders, it would be nice to avoid downloading potentially unsafe software when this feels like it would be a Power Toys feature. Please add @microsoft

@e11world
Copy link

I think this would be a fantastic addition for all kinds of windows users. I've used this on mac and it's flawless especially how you can search by colors.

If it's possible to add either a context menu for color selection or just use the right side of the bottom status bar for quickly adding colors and tags that are read across the OS, it would be a huge step forward in file/folder organization in windows and it should probably be a built in OS thing that can be compatible with at least Win 10 but they can also make the case for Win11+ only

@agiz10
Copy link

agiz10 commented Jan 9, 2024

Lets not forget this could be great for tagging and rating of folders as well.

I like this approach because info is persistent. Most (all?) tagging solutions rely on central db, so when a folder (and files in some cases) is moved or not available on local pc, info gets lost. Here, a file (Desktop.ini) is left in the folder with all the info that persists moves, reinstalls, even migration to different file systems.

System is already available in Windows, can already show ratings/tags/etc. of files and folders, but none of the apps are using it (quickly checked websites of Foldermarker, Files and FileMeta).

An example how the final Desktop.ini file looks like for folder, but similar is true for file (taken from Everything app):

[{F29F85E0-4FF9-1068-AB91-08002B27B3D9}]
Prop2 = 31,My Title
Prop3 = 31,My Subject
Prop4 = 31,My Author
Prop5 = 31,my Keywords(Tags);Another Tag;More Tags
;Star Rating: 1-99
[{64440492-4C8B-11D1-8B70-080036B11A03}]
Prop9 = 31,75

@markusas99
Copy link

This!

@brazenCoding
Copy link

Don't forget to upvote this thread! The more traction it gets the more likely it is to get added :)

@gaoqiangks
Copy link

This is the feature I've wanted most for years.

@pronoyroy
Copy link

No reason it shouldn't be added at this point.

There are plenty of existing solutions already "out there". Foldermarker and Files are two fine examples I know of. Why go through all the effort to build something - with a learning curve - when there's already existing?

The existing solutions that you highlighted works by changing the folder icons. However in file explorer, most people use preview thumbnails for higher productivity. An additional tag in the filename, or a separate column for tags greatly helps productivity. Separating files into many subfolders is many-a-times not the best option and causes fragmentation, confusion.

@Jay-o-Way
Copy link
Collaborator

Jay-o-Way commented May 19, 2024

An additional tag in the filename, or a separate column for tags greatly helps productivity.

image
image
No icons changed - labels in column

@brazenCoding
Copy link

An additional tag in the filename, or a separate column for tags greatly helps productivity.

image
image
No icons changed - labels in column

What about for file previews like a jpeg? How do tags work with them? Also, it's not ideal to have to install and use yet another 3rd party app to solve this problem. It would be better if a powertoys solution worked.

@Jay-o-Way
Copy link
Collaborator

What about for file previews like a jpeg? How do tags work with them?

image

@markjthomas4
Copy link

First step here is to understand how an end user would use it and interact

If it's not too late, adding the tag/colorization options to the right-click menu of the selected file/folder would be nice.

@voltuer
Copy link

voltuer commented Sep 22, 2024

any news on this? is there a way to tag any file easily already or none of this is implemented?

@Jay-o-Way
Copy link
Collaborator

Yes there is. It's called Folder Marker.

@xx88xx
Copy link

xx88xx commented Nov 7, 2024

Yes there is. It's called Folder Marker.

Why are you such a naysayer to this idea? It's one of the most requested features and not all workplaces are willing to download random third party software. Having this integrated into powertoys makes ALOT of sense.

Something as simple as this should be no more complex than installing windows on a new machine and then simply installing powertools. That's it.

@Jay-o-Way
Copy link
Collaborator

You can't expect PowerToys to have everything that anybody would ever need. There are good, finished programs already out there. Why are people too damn stubborn to just install them? And there's nothing simple about building such a thing. But if you think it is, then why not contribute yourself? Remember, it is open source and PowerToys is all about letting people chime in...

@xx88xx
Copy link

xx88xx commented Nov 7, 2024

There are good, finished programs already out there.

Almost all the features in powertoys have third party alternatives. Your comments on here are cyclical. You aren't providing anything new to the conversation.

@tsarinaspades
Copy link

You can't expect PowerToys to have everything that anybody would ever need. There are good, finished programs already out there. Why are people too damn stubborn to just install them? And there's nothing simple about building such a thing. But if you think it is, then why not contribute yourself? Remember, it is open source and PowerToys is all about letting people chime in...

You got to be working for Folder Marker because your comments make no sense. As someone else said, almost all the features in Powertoys have 3rd party app alternatives. Just let the user choose what features they want and let the developers decide whether they can implement them or not.

@Jay-o-Way
Copy link
Collaborator

Look, if you want it so bad, stop whining and do it then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea-New PowerToy Suggestion for a PowerToy Product-File Explorer Power Toys that touch explorer like Preview Pane
Projects
Status: No status
Development

No branches or pull requests