Open MyNameIsFu opened 3 years ago
This can also help with issue #23, and issue #20
There are many ways to do this.. I use markdown a lot and since there are many editors for .md files.. other extensions only implemented viewers.. I think having a unique file extension .kanban
and making this extension handle it globally ? I'm not sure what the format should be..
It would be nice to be able to set the target folder for "vscode-kanban.json" in vscode's settings.json
As i'm switching between a few projects with shared todos it would be helpful to have a globally defined kanban workspace.
For now i have hardcoded workspaces.js line 54 from
return vscode.Uri.file(Path.resolve(Path.join(this.folder.uri.fsPath, '.vscode/' + BOARD_FILENAME)));
tovscode.Uri.file("<Some hardcoded Path>" + BOARD_FILENAME);
Maybe as a future idea: Make multiple sources available? Global + project-specific kanban?