Skip to content

Releases: javalent/admonitions

8.1.0

14 Mar 20:05
Compare
Choose a tag to compare

8.1.0 (2022-03-14)

Features

  • Adds ability to convert code block admonitions to callouts in settings. (3f5c6f0)

8.0.1

14 Mar 19:38
Compare
Choose a tag to compare

8.0.1 (2022-03-14)

Bug Fixes

  • Significant improvements to the publish feature for code blocks. (ce644a5)

8.0.0

14 Mar 16:40
Compare
Choose a tag to compare

8.0.0 (2022-03-14)

Features

  • Admonitions has been updated to support the new Obsidian callouts feature! Check the Readme for more information on what this means. (3697e4b)

7.0.4

03 Mar 13:56
Compare
Choose a tag to compare

7.0.4 (2022-03-03)

Bug Fixes

  • Content element will no longer be added if no content is provided (close #201) (94d7a4b)

7.0.3

28 Feb 18:10
Compare
Choose a tag to compare

7.0.3 (2022-02-28)

Bug Fixes

  • fixes issue with icon suggester not loading icons (4a463d3)

7.0.2

26 Feb 20:37
0a87fc1
Compare
Choose a tag to compare

7.0.1 (2022-02-25)

Bug Fixes

  • Fixes MSDoc-syntax in Live Preview (e4d1cdb)

7.0.1

25 Feb 20:26
Compare
Choose a tag to compare

7.0.1 (2022-02-25)

Bug Fixes

  • Fixes MSDoc-syntax in Live Preview (e4d1cdb)

7.0.0

25 Feb 20:00
Compare
Choose a tag to compare

7.0.0 (2022-02-25)

⚠ BREAKING CHANGES

  • Removes support for Python-style non-codeblock Admonitions.
  • Removes generated id from Admonition elements.
  • Python Markdown nesting syntax is no longer supported. Use nesting code blocks instead.

Features

  • Added Icon Packs (close #181) (e973cec)
  • Python Markdown nesting syntax is no longer supported. Use nesting code blocks instead. (3e65292)
  • Removes generated id from Admonition elements. (2f87101)
  • Removes support for Python-style non-codeblock Admonitions. (b6ad0c4)

Bug Fixes

  • Admonition modal image button switched to icon (02882e7)
  • Admonition suggestor is now the full width of the input element (#190) (a3b3c54)
  • Fixed checkboxes not working when in blockquotes or nested, including in the MS-Doc syntax (close #150) (202b826)
  • Fixes pandoc and PDF export of blockquotes (close #192) (ba75de8)
  • Removed old polyfill, fixed app layout ready call (2ab15f1)

6.12.1

22 Feb 20:26
Compare
Choose a tag to compare

6.12.1 (2022-02-22)

Bug Fixes

6.12.0

18 Feb 15:29
Compare
Choose a tag to compare

6.12.0 (2022-02-18)

Features

  • adds support for indented code blocks using MSDoc syntax (close #176) (9c9e6ac)

Bug Fixes

  • admonitions with custom titles now include them when using the inserted with title command (close #145) (7034477)
  • fixed rpg awesome icons not showing on mobile (close #122) (903f18a)
  • reduced margin on content inside admonitions without titles (close #185) (643ca8e)