ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Deriving tags by folder names #127

Open kirillt opened 2 years ago

kirillt commented 2 years ago

It is convenient to automatically create tags for roots and favorite folders. And also label all resources from such folder with its tag.

Example:

Pictures
\---Cats
     |---a.png
     |---b.png
     |---c.png
\---Dogs
     |---x.jpg
     |---y.jpg
     |---z.jpg

Here we want to automatically label a.png,b.png,c.png with cats and x.jpg,y.jpg,z.jpg with dogs. It's also would be nice to allow user to rename automatically created tags, if she prefers dog over dogs.

This feature is useful when a user has resources belonging to one category in separate roots. Should be possible to turn on/off by folder.

kirillt commented 2 years ago

Similar to ARK-Builders/ark-components-android#22