Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Global vscode-kanban.json and multiple sources #56

Open
MyNameIsFu opened this issue Mar 2, 2021 · 3 comments
Open

Global vscode-kanban.json and multiple sources #56

MyNameIsFu opened this issue Mar 2, 2021 · 3 comments

Comments

@MyNameIsFu
Copy link

MyNameIsFu commented Mar 2, 2021

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
Copy link

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

@alientechsw
Copy link

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
Copy link

ifsantos commented Aug 9, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants