Skip to content

Commit

Permalink
fix: duplicate frontmatter (with new Obsidian API) (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li authored Feb 23, 2024
1 parent 19a48ae commit 39e100c
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 234 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"i18next": "^23.9.0",
"jest": "^29.7.0",
"js-base64": "^3.7.6",
"obsidian": "^1.4.11",
"obsidian": "1.5.7-1",
"obsidian-dataview": "^0.5.64",
"obsidian-plugin-cli": "^0.9.0",
"obsidian-undocumented": "^0.1.3",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/GitHub/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from "obsidian";

import { convertToHTMLSVG } from "../conversion/compiler/excalidraw";
import { mainConverting } from "../conversion/convert_text";
import { mainConverting } from "../conversion";
import {
getImagePath,
getReceiptFolder,
Expand Down
2 changes: 1 addition & 1 deletion src/conversion/compiler/embeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
LinkedNotes,
MultiProperties} from "../../settings/interface";
import {isShared} from "../../utils/data_validation_test";
import { addToYaml } from "../convert_text";
import { addToYaml } from "..";
import { createRelativePath, getTitleField, regexOnFileName } from "../file_path";


Expand Down
Loading

0 comments on commit 39e100c

Please sign in to comment.