From fa7078b117ace1b7d166d1252bde3afb94ae0fa7 Mon Sep 17 00:00:00 2001 From: JP Cen Date: Thu, 23 Feb 2023 20:18:42 -0500 Subject: [PATCH] 0.6.21 --- main.js | 4 ---- manifest.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/main.js b/main.js index 291491f..9a2c5c1 100644 --- a/main.js +++ b/main.js @@ -13650,9 +13650,6 @@ var frontMatterKeys = (fm) => { }; var yamlTypeToMDBType = (YAMLtype) => { switch (YAMLtype) { - case "object": - return "text"; - break; case "duration": return "text"; break; @@ -13909,7 +13906,6 @@ var parseFrontMatter = (field, value, dv) => { break; case "option-multi": case "link-multi": - console.log(value); if (typeof value === "string") { return value; } diff --git a/manifest.json b/manifest.json index ee259b4..6cb2995 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "make-md", "name": "MAKE.md", - "version": "0.6.20", + "version": "0.6.21", "minAppVersion": "0.16.0", "description": "Make.md brings you features that supercharges Obsidian. Sort your files in custom order and add file icons using Spaces. Edit inline embeds with Flow Editor. And style your text and add new markdown blocks without writing markdown using Maker Mode.", "author": "MAKE.md",