Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coddx-hq/coddx-alpha

Todo Kanban Board manages tasks and save them as TODO.md - a simple plain text file.
https://github.com/coddx-hq/coddx-alpha

filegenerator generator kanban management snippets todo todolist vscode vscode-extension

Last synced: 15 days ago
JSON representation

Todo Kanban Board manages tasks and save them as TODO.md - a simple plain text file.

Awesome Lists containing this project

README

        

# Todo Kanban Board

Todo Kanban Board manages tasks and save them as [TODO.md](https://bit.ly/2JdEuET) - a simple plain text file.

## Features

- The syntax is compatible with [Github Markdown](https://bit.ly/2wBp1Mk)
- TODO.md file is portable and can be committed with Pull Requests (PRs) to git repositories.
- Support custom file name, multiple task lists.
- Checkboxes are optional (if your task titles don't have them).
- Task title can also have markdown for styling, hyperlinks, simple html or even img tags.
- Task menu: to insert a sub-task, emoji icons (like bug 🐞 blocked ❌ party 🎉 etc.).
- See also: Documentation / Guides

## Usage:

- Open Coddx Task Board:
- Bring up the Command Palette (F1), type and select: Coddx: Task Board.
- When interacting with the Task Board, TODO.md will be created or updated automatically.
- Vice versa, TODO.md can be edited manually, Task Board will load it every time (click the Refresh icon).


## Support

- For Feedbacks, Bug Reports: https://github.com/coddx-hq/coddx-alpha/issues
- Documentation: Documentation / Guides
- CHANGELOG

## Next milestone:

- Feedbacks, suggestions or ideas are welcome! Thanks.
- Check out [TODO.md](TODO.md)