Releases: GooRoo/mkdocs-obsidian-bridge
Releases · GooRoo/mkdocs-obsidian-bridge
1.1.1
1.1.0
New features:
- Embedding of local audio/video files as well as YouTube videos work as in Obsidian. To enable, add this into your
mkdocs.yml
:markdown_extensions: - obsidian_media_mkdocs
Full Changelog: v1.0.4...v1.1.0
1.0.4
1.0.3
1.0.2
Remove the upper boundary on markdown
dependency.
Full Changelog: v1.0.1...v1.0.2
1.0.1
Bug-fixes
Minor fixes by @GooRoo in #6
- Fix code-blocks detections (#5).
- Fix incorrect handling of
index.md
/README.md
(#4). - Fix incorrect rendering of obsidian links with fragments.
For example, for a link[[Page name#Some header]]
the following link was generated (with defaultslugify
):
Page name#some-header
Now it renders it the same way as Obsidian does:
Page name#Some header
Full Changelog: v1.0.0...v1.0.1
1.0
This version contains the following features:
- Auto-expand incomplete Markdown links
- Auto-expand incomplete Obsidian's internal links
- Detect and mark invalid links (to style them differently)
To install, use:
pip install mkdocs-obsidian-bridge
Report bugs here.