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

implement updateTags #93

Open
piascikj opened this issue Nov 24, 2017 · 0 comments
Open

implement updateTags #93

piascikj opened this issue Nov 24, 2017 · 0 comments
Labels

Comments

@piascikj
Copy link
Member

piascikj commented Nov 24, 2017


opened via imdone.io from a code comment on fb47badfcc85787d335d95abb558c5a786744a72 by imdone.io app user [email protected]


imdone-core/lib/task.js

Lines 205 to 210 in 3746f83

// TODO: implement updateTags id:7 gh:93
if (this.tags) {
let text = this.text.replace(new RegExp(Task.TagsRegExp), "")
this.tags.forEach(tag => {
text += ` +${tag}`
})

@piascikj piascikj added the debt label Nov 24, 2017
@piascikj piascikj changed the title implement updateTags implement updateTags Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant