Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/coddx-hq/coddx-alpha
- Owner: coddx-hq
- License: mit
- Created: 2020-03-07T05:16:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T00:24:43.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T19:54:57.712Z (3 months ago)
- Topics: filegenerator, generator, kanban, management, snippets, todo, todolist, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://bit.ly/2xZs5lO
- Size: 16.2 MB
- Stars: 199
- Watchers: 5
- Forks: 24
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)