Understand the Tasks.md file structure
mainTasks.md uses your filesystem as the source of truth. The mapping is direct:
- Lanes are directories in your filesystem.
- Tasks are Markdown files within those directories.
Example Structure:
If you have lanes named Backlog, Sprint, and Done, and a task named Something something in the Done lane, your filesystem should look like:
/tasks/Backlog/(directory)/tasks/Sprint/(directory)/tasks/Done/Something something.md(file)
Sub-projects: You can treat sub-directories as independent projects by opening the app under that specific subpath.