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

feat: extract tags from task summary #2425

Merged
merged 1 commit into from
Dec 30, 2023

Conversation

raimund-schluessler
Copy link
Member

@raimund-schluessler raimund-schluessler commented Dec 30, 2023

This PR adds automatic tagging by using hashtags in the task input field. A string like Task title #tag1 #tasks #work will create a task with the title Task title and the tags ['tag1', 'tasks', 'work'].

Further extractions like setting the priority or due date can be easily added by enhancing the parseString function.

Related to #89. Fixes #42. Supersedes #1836.

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@raimund-schluessler raimund-schluessler merged commit 6d4909f into master Dec 30, 2023
22 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feat/42/tags-in-summary branch December 30, 2023 22:18
@caemor
Copy link

caemor commented Jan 4, 2024

Thanks for your great work and have a great start to your new year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Hashtag tagging of new entries
2 participants