All task management apps and services suck.
They are either too complex or too crowded and simplicity get lost, and there is no way to glance at all tasks and ideas and estimate them by criteria that works only for me. It should be a list of cards, or some sort of table, that possible to structure and move and organize (but not exactly like a kanban board, because that one takes a lot of visual space; but I want to represent all tasks in efficient way).
I tried Asana, Jira, Taiga, Wekan (from Sandstorm). I don't need many things provided by issue tracker apps like assignee, versions, creator, comments. Only the Markdown formatting.
Then it looks like I can implement it on my website that is written in React (it's Gatsby actually), because all HTML pages are created by transforming Markdown files with frontmatter metadata. So, I need to write components and layouts to present those projects and tasks (à la *.md files) in some nice way.
#website #webdev #taskmanagement #markdown