|
|
|
|
|
by LeonB
1134 days ago
|
|
If a file is moved or renamed does it still have its tags? If not, then I’d say `dmsd` needs to have commands for moving and/or renaming files, while keeping their tags. Auto tagging seems like a potentially quite rich area. How are tags visualised? Can they have custom colors etc? (That’s where half the fun is, for me) Would tags be the only way to add meta data to a document? I see there’s a concept of having tags that are key:value … Would there / could there be expected types for the values, or the ability to set up expected patterns that the values for a given key ought to comply with. Anyway — seems fun and I want to encourage it generally!! |
|
I.e. you tell dmsd to give a document a tag of
`due:@tomorrow` then the tool would assess this and give the document a tag of
`due:2023-05-16`
…or whatever the `@tomorrow` macro evaluates to at the moment you set it.
Another tag might have a key of “urgency” and (somewhere) you’ve configured that values associated with the key `urgency` must match this regex:
/^(high|medium|low)$/i
So if you try to set a tag `urgency:ludicrous` it will show an error message.