Plugin for mkdocs-material to convert semantic in documentation from obsidian to mkdocs-material.
pip install mkdocs-obsidian-support-plugin
Activate the plugin in mkdocs.yml
plugins:
- obsidian-support
obsidian callout/block styled admonition
->mkdocs-material admonition
obsidian comment
->html comment
obsidian wikilink image
->mkdocs-material mdlink image
&image with md_in_html
obsidian embed pdf
->html embed pdf
obsidian tags
->mkdocs-material search
obsidian html-tabs
->mkdocs-material content tabs
Note
Some features require setup to activate it. If you interested in specific feature, see the documentation.
Tip
See https://ndy2.github.io/mkdocs-obsidian-support-plugin/ for more details