# TODO.txt as board in a browser ## Kanban and Todo Built it: https://github.com/jessmartin/todo.kanban https://kanban-md.netlify.app/ [Tweet thread about it](https://twitter.com/jessmartin/status/1583280322023915520) Idea: build a little webapp that can read a local file (any markdown file) and display the contents as a Trello board. Features: - [ ] If the item has a URL, unfurl the URL to show a social preview (for example, a Github Issue) - [ ] Two-way sync - edit in a text editor immediately updates the board. Edit in the board immediately updates the text file. - [ ] Graceful degradation, somehow? Info in Board that's not in text file. Info in text file that's not displayed in board? Take a look at [Trellis](https://github.com/automerge/trellis) from [[Ink & Switch]]. ## Markdown-powered Task Runners There are some interesting task runners (CLI tools) that embed their tasks inside well-formatted markdown files. Similar ideas there. See: - [Mask](https://github.com/jacobdeichert/mask) - [Maid](https://github.com/egoist/maid) - [XC](https://github.com/joerdav/xc)