We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d28482 commit 6b1c2e6Copy full SHA for 6b1c2e6
src/Obsidian/FileParser.ts
@@ -41,6 +41,9 @@ export class FileParser {
41
this.dateFromFileName = new Lazy(() => DateFallback.fromPath(this.filePath));
42
}
43
44
+ /**
45
+ * **Warning**: This is designed to only be called **once per {@link FileParser} instance**.
46
+ */
47
public parseFileContent() {
48
if (this.listItems === undefined) {
49
// When called via Cache, this function would never be called or files without list items.
0 commit comments