MrBertie / taskpaperplus

A quick simple lightweight wiki-style task manager. All your tasks in plain text.
MIT License
66 stars 10 forks source link

“Intelligent” creation of new topics #11

Closed J5lx closed 10 years ago

J5lx commented 10 years ago

Currently when I create a new task like “foo: bar” using the search field, taskpaper+ creates a new task called “foo: bar”. However it would be useful to detect the colon and automatically create a new topic called “foo” containing a new task called “bar” instead. It would be really great if this feature could be added.

MrBertie commented 10 years ago

Sounds reasonable, I'll have a look when I get a moment.

On 13 May 2014 23:21, J5lx notifications@github.com wrote:

Currently when I create a new task like “foo: bar” using the search field, taskpaper+ creates a new task with the content “foo: bar”. However it would be useful to detect the colon and automatically create a new topic called “foo” containing a new task called “bar” instead. It would be really great if this feature could be added.

— Reply to this email directly or view it on GitHubhttps://github.com/MrBertie/taskpaperplus/issues/11 .

MrBertie commented 10 years ago

Okay I have this working, I'll try to push the changes this weekend.

J5lx commented 10 years ago

Cool!

MrBertie commented 10 years ago

Done.

J5lx commented 10 years ago

Great!