estruyf / vscode-front-matter

Front Matter is a CMS running straight in Visual Studio Code. Can be used with static site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...
https://frontmatter.codes
MIT License
1.85k stars 69 forks source link

Enhancement: Allow custom panels created with `registerPanelView` to be always be available #783

Closed estruyf closed 2 months ago

estruyf commented 3 months ago

Normally, the custom panels created with the extensibility model are only available when a content page is opened in the editor.

To allow other kind of actions, the panel should also be shown when other kinds of files are open in the editor. That way users can for instance show the GitHub Actions status.

image