mrodalgaard / atom-todo-show

Atom package that shows a list of todos from your project.
https://atom.io/packages/todo-show
MIT License
182 stars 30 forks source link

No TODO lists are saved. #189

Closed ghost closed 6 years ago

ghost commented 6 years ago

Unfortunately, no TODO lists are saved when you click on save the current list. Atom 1.24 x64 Linux Version / Manjaro Linux / Deepin desktop environment todo-show 2.2.0

pu3antasyah commented 6 years ago

Todo also can't find and listed todo comment that I've writted in some code files.

Linux

mrodalgaard commented 6 years ago

@spilix; Please try after updating to newest version (todo-show 2.3.0), which exports the todos in markdown to a new text editor without saving.

chuckplantain commented 6 years ago

It looks like this fails on 'active file' scope. Maybe because the active file gets changed to the untitled file during the process. I had to use 'worlspace' scope and then parse out the file I am interested. version: todo-show@2.3.0

aubreyz commented 4 years ago

Still same here (as per @chuckplantain above). Only possible to export whole project or workspace, not just the active file.

Markdown output is a bit fiddly to parse. csv would be a useful addition if possible - the Table output could be adapted to do that

(the table output doesn't render as valid markdown -- for example does not display in markdown-preview-plus) - I think the second line of the output is incorrect.)