Skip to content

Commit

Permalink
Add unrecognized property warning when parsing frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Balibaloo committed May 14, 2024
1 parent c458ca2 commit e194fb8
Show file tree
Hide file tree
Showing 6 changed files with 3,829 additions and 6 deletions.
2 changes: 2 additions & 0 deletions esbuild.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import esbuild from "esbuild";
import process from "process";
import builtins from "builtin-modules";
import { YAMLPlugin } from "esbuild-yaml";

const banner =
`/*
Expand Down Expand Up @@ -38,6 +39,7 @@ const context = await esbuild.context({
sourcemap: prod ? false : "inline",
treeShaking: true,
outfile: "main.js",
plugins: [YAMLPlugin()]
});

if (prod) {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "contextual-note-templating",
"name": "Contextual note templating",
"version": "2.1.3",
"version": "2.2.0",
"minAppVersion": "0.15.0",
"description": "Prompts for values and templates to create notes.",
"author": "Roman Kubiv",
Expand Down

0 comments on commit e194fb8

Please sign in to comment.