Skip to content

Commit

Permalink
0.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-cen committed Feb 24, 2023
1 parent b2aaa10 commit fa7078b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13650,9 +13650,6 @@ var frontMatterKeys = (fm) => {
};
var yamlTypeToMDBType = (YAMLtype) => {
switch (YAMLtype) {
case "object":
return "text";
break;
case "duration":
return "text";
break;
Expand Down Expand Up @@ -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;
}
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": "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",
Expand Down

0 comments on commit fa7078b

Please sign in to comment.