Skip to content

tillahoffmann/obsidian-file-include

Repository files navigation

Include files in Obsidian using include code blocks.

```include
hello.py
```
hello.py

Add syntax highlighting by adding the language separated by a space.

```include python
hello.py
```
hello.py

Paths are resolved relative to the markdown file. Prefix the path with @/ to resolve relative to the vault root.