No description
Find a file
Ivaylo Dimitrov fa81e5843b Changing markdown conversion to blocking call
Embedded file reading is now using the cachedRead API method
Added an error case for non-markdown embedded files
Update of usage doc, not supporting links to blocks in files
General code refactoring and improving readability and quality
2022-03-09 10:13:57 +01:00
test/vault Changing markdown conversion to blocking call 2022-03-09 10:13:57 +01:00
.editorconfig Functioning first drop 2022-03-02 01:21:13 +01:00
.eslintignore Functioning first drop 2022-03-02 01:21:13 +01:00
.eslintrc Functioning first drop 2022-03-02 01:21:13 +01:00
.gitignore Functioning first drop 2022-03-02 01:21:13 +01:00
esbuild.config.mjs Functioning first drop 2022-03-02 01:21:13 +01:00
LICENSE Adding license 2022-03-02 01:30:21 +01:00
main.ts Changing markdown conversion to blocking call 2022-03-09 10:13:57 +01:00
manifest.json Changing markdown conversion to blocking call 2022-03-09 10:13:57 +01:00
package-lock.json Functioning first drop 2022-03-02 01:21:13 +01:00
package.json Changing markdown conversion to blocking call 2022-03-09 10:13:57 +01:00
README.md Changing markdown conversion to blocking call 2022-03-09 10:13:57 +01:00
styles.css Functioning first drop 2022-03-02 01:21:13 +01:00
tsconfig.json Functioning first drop 2022-03-02 01:21:13 +01:00
version-bump.mjs Functioning first drop 2022-03-02 01:21:13 +01:00
versions.json Changing markdown conversion to blocking call 2022-03-09 10:13:57 +01:00

Obsidian Dynamic Embed

Embed snippets, templates and any linkables by delegating the current scope to the embedded file, treating them as content instead of references, contrary to the integrated tag ![[]].

Example

Import the contents of file Script-note-template file name link.md, existing in the active vault. Note that the link syntax does not support heading/block links (e.g. [[file#heading1]])

```dynamic-embed
[[Script-note-template file name link]]
```