MattFlower / organized

Outlining, scheduling, and todos inside of the Atom Editor
MIT License
114 stars 19 forks source link

How to add other search directories and file types for [TODO] items? #13

Closed leonqli closed 7 years ago

leonqli commented 7 years ago

Thanks for the great work!

MattFlower commented 7 years ago

Hi Leon, you're very welcome.

The search directory field is comma-delimited. So you could add:

/home/leon/notes,/home/leon/other_notes

And it should pick up both of them.

leonqli commented 7 years ago

Thanks, Matt! Is it possible to add markdown files? BTW, there is another good task plugin in Zim-wiki for your reference. Best, Leon

MattFlower commented 7 years ago

Thanks Leon,

I'll take a look at Zim-wiki. It does seem to cater to a similar audience.

As far as adding markdown files, what do you mean exactly? Are you talking about importing them, supporting the things you can do with the organized plugin inside of markdown, or something else?