mirror of
https://github.com/dabravin/obsidian-dynamic-embed.git
synced 2026-07-22 06:20:27 +00:00
No description
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 |
||
|---|---|---|
| test/vault | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
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]]
```