You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of tags has many advantages over hierarchical document management. However, there are some drawbacks to using tags, including forgetting the names of tags you've used in the past, and using different tags in different documents to express the same idea.
One solution to this problem is to maintain a list of tags.
To facilitate tag management, it would be useful to have a function that generates all the tags present in a silo, without duplicates.
The text was updated successfully, but these errors were encountered:
From: Morgan Davidson ***@***.***>
Date: Sat, 9 Nov 2024 05:32:09 -0800
[... 5 lines elided]
To facilitate tag management, it would be useful to have a function
that generates all the tags present in a silo, without duplicates.
The function 'denote-keywords' should handle this. If, the user option
'denote-infer-keywords' is non-nil (the default), this function returns
all the keywords that are present in the files in addition to those
declared in the user option 'denote-known-keywords'.
But maybe you want something more? Like to have those collected into one
large list that includes all the silos?
The use of tags has many advantages over hierarchical document management. However, there are some drawbacks to using tags, including forgetting the names of tags you've used in the past, and using different tags in different documents to express the same idea.
One solution to this problem is to maintain a list of tags.
To facilitate tag management, it would be useful to have a function that generates all the tags present in a silo, without duplicates.
The text was updated successfully, but these errors were encountered: