BaldissaraMatheus / Tasks.md

A self-hosted, Markdown file based task management board
https://hub.docker.com/r/baldissaramatheus/tasks.md
MIT License
470 stars 15 forks source link

It does not show any markdown files, if there is a subdirectory inside a column directory. #81

Closed uGeek closed 5 months ago

uGeek commented 5 months ago

Each directory we create corresponds to a column, but if we create a subdirectory inside a directory that belongs to a column, it doesn't show any files.

Example: If we have

In the input column it will show note_1 and note_2.

On the other hand if we create:

It will not show any files in the column.

I think ideally it should show all .md files within the path /tasks/input/ or in that case, all files in the path /tasks/input/ and subdirectories. Ideally, I think it would show the ones in the /tasks/input/ path and discard the ones in other subdirectories. Currently if there are subdirectories, it doesn't show any .md files.

BaldissaraMatheus commented 5 months ago

Thanks for reporting the issue, it's fixed by #82. Let me know if it works for you!