Support Templater scripts in Embeddable Markdown Documents

This commit is contained in:
zsviczian
2023-08-02 22:18:43 +02:00
parent c9c5468fe4
commit 83aa04396c
9 changed files with 87 additions and 10 deletions

View File

@@ -195,6 +195,7 @@ function RenderObsidianView(
containerRef.current.appendChild(rootSplit.containerEl);
}
patchMobileView(view);
view.updateEmbeddableLeafRef(element.id, leafRef.current);
})();
}