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
Is your feature request related to a problem? Please describe.
There are some sources that have no support for tags. In the case of these sources, like Harvest, the tags-as-tasks flag is not considered.
Describe the solution you'd like
Create a new flag and config option to parse tags from the Summary field of entries. Therefore, combining tags-as-tasks and the new flag would provide a similar user experience compared to sources that are supporting tags natively.
The new flag should have a pair as well, which would stand for the regex used for parsing.
Is your feature request related to a problem? Please describe.
There are some sources that have no support for tags. In the case of these sources, like Harvest, the
tags-as-tasks
flag is not considered.Describe the solution you'd like
Create a new flag and config option to parse tags from the
Summary
field of entries. Therefore, combiningtags-as-tasks
and the new flag would provide a similar user experience compared to sources that are supporting tags natively.The new flag should have a pair as well, which would stand for the regex used for parsing.
An example call:
Describe alternatives you've considered
As an alternative
tags-in-summary
could replacetags-as-tasks
. During the implementation it should be evaluated.Additional context
N/A
The text was updated successfully, but these errors were encountered: