Skip to content

Releases: GooRoo/mkdocs-obsidian-bridge

1.1.1

23 Sep 22:12
fb0b501
Compare
Choose a tag to compare

Just an update of the metadata for PyPI.

Full Changelog: v1.1.0...v1.1.1

1.1.0

23 Sep 21:49
9dba120
Compare
Choose a tag to compare

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

21 Jul 13:57
61e2461
Compare
Choose a tag to compare

Bug-fixes

  • Fix path generation on Windows (use / instead of \).

Full Changelog: v1.0.3...v1.0.4

1.0.3

21 Jul 12:55
648312d
Compare
Choose a tag to compare

Bug-fixes

  • Allow links like [[some/path/to/Page|My page]] to be used in tables by @GooRoo

Full Changelog: v1.0.2...v1.0.3

1.0.2

21 Jul 12:53
40b0e8e
Compare
Choose a tag to compare

Remove the upper boundary on markdown dependency.

Full Changelog: v1.0.1...v1.0.2

1.0.1

11 Mar 16:53
Compare
Choose a tag to compare

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 default slugify):
    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

30 Dec 02:10
Compare
Choose a tag to compare
1.0

This version contains the following features:

To install, use:

pip install mkdocs-obsidian-bridge

Report bugs here.