@frontmatter/extensibility
Advanced tools
Comparing version 0.0.15-beta.8341965 to 0.0.15-beta.8342053
{ | ||
"name": "@frontmatter/extensibility", | ||
"version": "0.0.15-beta.8341965", | ||
"version": "0.0.15-beta.8342053", | ||
"description": "Front Matter CMS extensibility library", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -84,3 +84,7 @@ <p align="center"> | ||
```js | ||
// Open a URL | ||
ContentScript.open("https://frontmatter.codes"); | ||
// Or open a file | ||
ContentScript.open("./path/to/file.md"); | ||
``` | ||
@@ -87,0 +91,0 @@ |
40432
352