lostintangent / wikilens

🔎 VS Code extension that provides a Roam/Obsidian-like markdown-based notetaking experience for github.dev and VS Code
https://aka.ms/wikilens
128 stars 8 forks source link

Allow extensions to contribute custom workspaces #4

Open lostintangent opened 3 years ago

lostintangent commented 3 years ago

Currently, WikiLens provides support for the active workspace. However, extensions such as GistPad allow you to manage "virtual" workspaces, which might represent wikis as well. Ideally, WikiLens would allow an extension to "register" itself as a custom workspace provider, so that WikiLens could provider wiki support to it, without needing to duplicate functionality.