Hey, great work on this tool!
I wanted to ask about how to make the issues live in the git repository and work across multiple users.
If I'm not mistaken, the current approach is limited to exporting the td into a json and importing it elsewhere. Which has the issue of not allowing multi-user collaboration, since the export overwrites instead of merging against the output file.
What would the best approach for this be?