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

Home Page:https://frontmatter.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Ability to open a file or page at the end of a custom script

estruyf opened this issue · comments

Add the ability to the extensibility framework to allow the user to open a file or page once the custom script is completed.

ContentScript.open(`<path to a file>`);
ContentScript.open(`<URL of a webpage>`);