mkloubert / vscode-kanban

Kanban board for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban
GNU Lesser General Public License v3.0
283 stars 52 forks source link

Global vscode-kanban.json and multiple sources #56

Open MyNameIsFu opened 3 years ago

MyNameIsFu commented 3 years ago

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))); to vscode.Uri.file("<Some hardcoded Path>" + BOARD_FILENAME);

Maybe as a future idea: Make multiple sources available? Global + project-specific kanban?

alientechsw commented 3 years ago

This can also help with issue #23, and issue #20

alientechsw commented 3 years ago

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..

ifsantos commented 2 years ago

It would be nice to be able to set the target folder for "vscode-kanban.json" in vscode's settings.json