Tasks.md icon indicating copy to clipboard operation
Tasks.md copied to clipboard

A self-hosted, Markdown file based task management board

Results 24 Tasks.md issues
Sort by recently updated
recently updated
newest added

Replaced hardcoded paths in the Dockerfile "ENTRYPOINT" command with "CONFIG_DIR" and "TASKS_DIR" environment variables. This makes the Dockerfile more flexible and respects the use of environment variables defined earlier in...

Thanks for creating this app. Wanted to share my experience with the deployment of this application in my K3S cluster; Bascially, the Entry point of this application uses the chown...

bug

the Docker file provides an ENV variable to allow setting the path_to_config and path_to_tasks directories. ``` ENV CONFIG_DIR="/config" ENV TASKS_DIR="/tasks" ``` However the Entry point does not consider this and...

bug

I often create tasks in obsidian but organize them with tasks.md. Right now I have to remember to refresh the page every time. There could be a file watcher and...

enhancement