Skip to content

Latest commit

 

History

History
1214 lines (760 loc) · 78.1 KB

File metadata and controls

1214 lines (760 loc) · 78.1 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

22 June 2026

  • 🎨 Update to 1.13 Settings API 7e58bf0
  • ♻️ Separate file for callout settings modal 672c813
  • 🍱 font awesome icon packs 7bd6145
  • 🍱 update octicons package 38e9019
  • chore(deps-dev): bump esbuild from 0.27.4 to 0.28.1 eaa5f56
  • chore(deps-dev): bump esbuild from 0.27.4 to 0.28.0 9eb07e2
  • 🍱 Move font-awesome to icon pack 49e8f5b
  • chore(deps-dev): bump sass-embedded from 1.99.0 to 1.100.0 827e196
  • chore(deps-dev): bump sass-embedded from 1.98.0 to 1.99.0 d681b5c
  • ♻️ common admonition preview 2e38ba1
  • chore(deps-dev): bump @biomejs/biome from 2.4.12 to 2.4.15 29821b8
  • chore(deps-dev): bump @biomejs/biome from 2.4.8 to 2.4.12 f4c0ac7
  • 🎨 misc lint fixes f9f056b
  • ➖ remove old dependencies b4738e2
  • ⬆️ Update obsidian API c83aebe
  • chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 df634be
  • 🍱 all fontawesome icons to dev dependencies 186b117
  • chore(deps-dev): bump @primer/octicons from 19.24.1 to 19.27.0 3191a15
  • chore(deps-dev): bump @primer/octicons from 19.23.1 to 19.24.1 ce81ed3
  • chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 10779d2
  • ♻️ replace innerHtml a4862d6
  • 📝 update plugin manifest description 3e3af8c
  • chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 9f63d81
  • 👷 node 24 026c9f9
  • 📝 fix missing ] 66af1db
  • 🔧 globalIgnores first abfc87b

30 April 2026

  • 🎨 use of window/document cb3059f
  • 🔧 🎨 eslint update + fixes cbb5e56
  • chore(deps-dev): bump @biomejs/biome from 2.4.7 to 2.4.8 83519e9
  • 🎨 reference default colors for suggester 80da213
  • chore(deps): bump @fortawesome/free-brands-svg-icons 03ff5b9
  • chore(deps-dev): bump @fortawesome/free-solid-svg-icons 9165781
  • chore(deps-dev): bump @fortawesome/fontawesome-svg-core 63fc32d
  • chore(deps-dev): bump monkey-around from 2.3.0 to 3.0.0 41d04ce
  • 📝 Make custom colors more obvious 75c08d3
  • 🔧 Update versions (12.0.x requires 1.13.0) 937eacb

17 April 2026

  • 🎨 Match built-in callout style a1733ef
  • 🔥 Update minimum app version to 1.13.0 7de2fa4
  • 🙈 ignore reference css 140caf9

17 April 2026

  • 🐛 Register sentence case handler; resolves #388
  • 🔧 fallback path for dev build a3a403a

17 April 2026

  • chore(deps-dev): bump @biomejs/biome from 2.3.15 to 2.4.6 3c1a123
  • chore(deps-dev): bump typescript from 4.9.5 to 5.9.3 52fc783
  • 🎨 ♻️ modernize APIs, fix lint errors 7c74015
  • ♻️ 🔧 drop conversion features, modernize APIs 6b24cc0
  • Support OKLCH colors 792cf22
  • 🎨 Keep CM5 syntax highlighting approach 4118c0f
  • 🎨 consolidate registration in plugin onload / layout ready a22f505
  • 🍱 capitalization, messages 8c7566c
  • chore(deps-dev): bump @fortawesome/free-regular-svg-icons 614c7d2
  • chore(deps-dev): bump tslib from 2.5.0 to 2.8.1 5d1e3d5
  • chore(deps-dev): bump @primer/octicons from 16.3.1 to 19.22.0 b4cd9d8
  • chore(deps-dev): bump dotenv from 10.0.0 to 17.3.1 6534b6c
  • chore(deps-dev): bump builtin-modules from 3.3.0 to 5.0.0 8050b9b
  • chore(deps-dev): bump @popperjs/core from 2.11.6 to 2.11.8 20182d3
  • 🎨 clean up async behavior in settings 6dafd9b
  • 🙈 ignore plans 188d65a

17 April 2026

  • 🐛 Register sentence case handler; resolves #388

30 March 2026

  • 🐛 pass clicks through to interactive elements in LP mode #361

29 March 2026

  • 🎨 modernize settings page to latest Obsidian syntax cce6499
  • 🔧 resolve symlink before passing outdir to esbuild 49592b4

29 March 2026

  • ♻️ split styleWithCss into iconWithCss + per-admonition injectColor 10d4d1e

29 March 2026

  • Fix insert modal collapse: add Default option #368
  • Add test vault and document metadata parameter #367
  • 📝 clarify icon behavior and add image fixture (resolves #362) #362
  • 🐛 Fix suggested cursor position with >[!; resolves #339
  • 🐛 normalize admonition type to lowercase on save #356
  • 📝 note snippet setting is required for popout window rendering #344
  • 🐛 fix asymmetric padding in admonition live preview #336
  • 🐛🎨 fix insert modal collapse: add Default option, fix write logic #335 #357
  • 🔧 upgrade esbuild + esbuild-sass-plugin, fix audit vulnerabilities 8b9983b
  • chore(deps-dev): bump object.fromentries and @types/object.fromentries ff12355
  • 🔧🎨 add Biome linting and formatting 02657a9
  • 📝 port admonitions docs to GFM e88d026
  • ✨📝 add ad-test-vault; fix stale mermaid limitation in docs eb765f5
  • ♻️📝 complete i18n key migration for settings and modals c227777
  • ♻️ inline FuzzyInputSuggest, remove @javalent/utilities dep f51826d
  • 🔥✨ replace injectColor with styleWithCss 9decb17
  • 🎨 improve docs clarity and user-friendliness a5d9c2d
  • 📝 add API documentation f8a1060
  • 🔧 issue templates b2bd8dd
  • chore(deps-dev): bump @types/node from 14.18.36 to 25.3.0 7ce6feb
  • 🎨 add quickstart; relocate Mermaid note; fix repo links 1af877a
  • 🐛 fix CSS snippet creation and cleanup in callout manager e20b63f
  • 📝 document metadata: parameter in options.md a5cb812
  • 🔧 update README for fork 9da0d86
  • 👷 dependabot configuration 0442fbf
  • 🔧 copy manifest.json to build directory via esbuild plugin 4594f87
  • 🔧 fix .gitignore build directory pattern 63f0d8d

1 June 2024

  • fix: Fixes issue where the admonition suggester crashed (close #342, close #343) #342 #343

22 May 2024

  • fix: Fixes @javalent/utilities dependency 1bb3398

22 May 2024

  • Add extra support for coloring: HSL, HSB, HSV, HEX, RGB. Now we can use color: hwb(360,100%,36%) etc. #334
  • fix: Improves appearance of suggesters (close #338) #338
  • fix: Improves behavior of Admonition edit modal 72c2bc3
  • fix: Improves appearance of Editor suggester 7652ed0
  • fix: Improves lifetime of Admonition rendered content a045776

13 February 2024

  • Callout Icon and Color are now shown in the Autocompletion #332

30 January 2024

  • fix: remove timestamp from auto-generated css (close #327) #327
  • fix: Fixes issue with Open/Collapse Admonition commands 6d61851

16 September 2023

  • fix: delay live preview focus to allow for click events 8739ad8

14 September 2023

  • fix: Click on Admonition codeblocks to edit in LP (close #278) #278
  • feat: Enable metadata field on admonition codeblocks (close #261) #261
  • fix: Fixes incorrect error being displayed when using an image as an icon (close #311) #311
  • fix: Explicitly set titles will override the no title setting in callouts (close #284) #284
  • chore: removed unnecessary ts-ignore b847a73

14 September 2023

  • fix: Fixes CSS escaping for custom callouts in Obsidian installer 1.4+ 523ca6a
  • fix: fixes issue where trying to add a copy content button to a callout with no content 10db45a

11 August 2023

  • fix: remove publish build step fc9bbfc

11 August 2023

  • chore(deps): bump semver from 5.7.1 to 5.7.2 #317
  • Major(Publish.js): Removes Publish.js Creation #319
  • Delete stale.yml ad1ad2f
  • Merge pull request #318 from sigrunixia/maintenance 627d7f8
  • refactor(Templates): Templates Removed Due to Consolidation 493b12c
  • Merge pull request #316 from sigrunixia/issue-312 2da95dd
  • Patch(SCSS): Fixes Indented UL/LI a3e4c06

5 July 2023

  • fix: propagate source to admonition element (close #314) #314

13 June 2023

  • Disable Feature Requests ae5994b
  • fix: Pass component to renderMarkdown dfcf140
  • Update code-report.yml a068d0b
  • Update feature-request.yaml 4dd7c83
  • Update documentation-update.yaml 86c0746
  • Update bug-report.yaml 9b4df24
  • Merge pull request #309 from sigrunixia/Publish 322aa8a
  • ✨ feat(Publish): Added Image of an Admonition that has different styling for a callout. 7377d9a
  • ✨ feat(Publish): Added Gif of creating an individual admonition and displaying it on several themes. ef32cd8
  • ✨ chore(Publish): Moved images and Gifs to uniform folder 3a803d1

7 May 2023

  • fix: update publish reference to scss bf949d7

7 May 2023

  • Feat: Update to CSS to improve #305
  • chore(deps): bump minimatch from 3.0.4 to 3.1.2 #273
  • feat(Readme): Update Readme to New Iteration #302
  • Merge pull request #307 from sigrunixia/readme_1.0 a05aae2
  • Update CONTRIBUTING.md 6838d61
  • Merge pull request #306 from sigrunixia/repo-maintenance eb5cedf
  • docs(issues): Update Templates from MD to YML c078d4e
  • docs(CoC): Uniformity of CoC and Contributing 6c8d94c
  • PR and Issues 16e826d
  • fix(issues): Typo in contibuting.md 5a7bc32
  • chore: stale 3e68656
  • fix: settings ui fixes fd46a25
  • chore: new notifications organization workflow b84dc92
  • fix(issues): Typo in bug-report.yml aceb2dc
  • chore: switch to main 4ce6738

19 April 2023

  • fix: mixed case custom callout types are supported #295
  • fix: use custom title in InsertAdmonitionModal #296
  • fix: remove webpack 00a22aa
  • fix: version bump oops d4d0098

11 April 2023

  • Update link to Obsidian Callout docs #291
  • Docs: update links to Callouts help page #289
  • fix: removes need for space to show callout suggester fixes #293 #293
  • Obsidian Admonitions Release: v9.2.2 b846868
  • fix: update to new obsidian customCss definition 518b3d3

2 February 2023

  • fix: admonition and callout suggester displays immediately (#249) 6631412
  • Obsidian Admonitions Release: v9.2.1 c291e59

26 January 2023

  • chore: update dependencies 40bfd5d
  • fix: fixes obsidian icon definition dc05aba
  • feat: adds admonition exporting 0897e08
  • chore: remove legacy code 4ccd105
  • Obsidian Admonitions Release: v9.2.0 689a241
  • chore: lock obsidian version a8ab003

26 January 2023

  • feat: adds admonition importing 723f2fb
  • Obsidian Admonitions Release: v9.1.0 a1bbe15

5 September 2022

  • chore(deps): bump moment and obsidian #259
  • chore(deps): bump terser from 5.9.0 to 5.14.2 #251
  • Update zh-cn.ts #260
  • Update manifest.json 2fb38cc
  • Update package.json 351ec9b

3 September 2022

  • fix: Fixes default Admonitions not respecting the injectColor setting. 7cf16f0
  • Obsidian Admonitions Release: v9.0.4 1f697f3

7 May 2022

  • fix: respect inject color setting on callouts 2700861
  • Update manifest.json 3e270e4
  • fix: fixed color injection for code block admonitions fa586c7

30 April 2022

  • Fix custom colors not working in code blocks #240
  • Release 9.0.2 aa17a86

4 April 2022

  • fix: Admonition titles now take all child nodes from paragraph parent, not just html elements (close #239) #239
  • removed customization section from readme cf6fe1f
  • Obsidian Admonitions Release: v9.0.1 efe6307

31 March 2022

19 April 2023

  • fix: mixed case custom callout types are supported #295
  • fix: use custom title in InsertAdmonitionModal #296
  • fix: remove webpack 00a22aa

19 April 2023

  • Update link to Obsidian Callout docs #291
  • Docs: update links to Callouts help page #289
  • chore(deps): bump moment and obsidian #259
  • chore(deps): bump terser from 5.9.0 to 5.14.2 #251
  • Update zh-cn.ts #260
  • fix: removes need for space to show callout suggester fixes #293 #293
  • Fix custom colors not working in code blocks #240
  • fix: Admonition titles now take all child nodes from paragraph parent, not just html elements (close #239) #239
  • chore: update dependencies 40bfd5d
  • fix: fixes obsidian icon definition dc05aba
  • feat: adds admonition importing 723f2fb
  • feat!: Admonitions now mimics the structure of callouts 1ba0085
  • fix: admonition and callout suggester displays immediately (#249) 6631412
  • feat: adds admonition exporting 0897e08
  • fix: Fixes admonition copy button setting inheritance 4776da3
  • chore: remove legacy code 4ccd105
  • fix: Fixes default Admonitions not respecting the injectColor setting. 7cf16f0
  • Obsidian Admonitions Release: v9.0.0 4164bef
  • removed customization section from readme cf6fe1f
  • Obsidian Admonitions Release: v9.2.0 689a241
  • Obsidian Admonitions Release: v9.2.2 b846868
  • Obsidian Admonitions Release: v9.2.1 c291e59
  • Obsidian Admonitions Release: v9.1.0 a1bbe15
  • Obsidian Admonitions Release: v9.0.4 1f697f3
  • Obsidian Admonitions Release: v9.0.1 efe6307
  • fix: update to new obsidian customCss definition 518b3d3
  • feat: Callouts now receive the "copy content" button if turned on in Admonition settings 266efde
  • chore: lock obsidian version a8ab003
  • fix: respect inject color setting on callouts 2700861
  • Update manifest.json 2fb38cc
  • Update package.json 351ec9b
  • Update manifest.json 3e270e4
  • fix: fixed color injection for code block admonitions fa586c7
  • Release 9.0.2 aa17a86

29 March 2022

  • fix: Properly handles the icon manager not finding an icon node 4470170
  • Obsidian Admonitions Release: v8.3.7 38d54a7

29 March 2022

  • fix: Temporarily remove Export Custom Types button from mobile until it can be fixed f56ebb8
  • Obsidian Admonitions Release: v8.3.6 3c101d0
  • fix: Fixes issue where a type couldn't be renamed f8d37ac
  • fix: Fixes issue where removing types from the callout manager was removing the wrong type a3435c7
  • fix: Fixes title display in admonition creation modal 1a73421

29 March 2022

  • Obsidian Admonitions Release: v8.3.5 5d6fb49
  • fix: Fixes issue with maintaining a CSS snippet for callouts f7efbbc
  • fix: Fixes issue with post processors map not getting reinitialized properly a7752d9

28 March 2022

  • chore(deps): bump minimist from 1.2.5 to 1.2.6 #234
  • fix: Fixes several issues with converting code block admonitions to callouts (close #235) #235
  • Obsidian Admonitions Release: v8.3.4 23804d3

27 March 2022

  • Obsidian Admonitions Release: v8.3.3 8f87f9b
  • fix: fixes admonition conversion on mobile b4d29fc

23 March 2022

  • Obsidian Admonitions Release: v8.3.2 ad6f39c
  • fix: Fixes issue where Insert Callout wouldn't insert a > on the first line c276afe

22 March 2022

  • Obsidian Admonitions Release: v8.3.1 23f6f83
  • fix: fixes callout metadata surfacing not applying to default types 25b7756

22 March 2022

  • Obsidian Admonitions Release: v8.3.0 9987e0f
  • feat: Surface callout metadata onto callout in post processor f814019

21 March 2022

  • fix: Admonition drop shadow setting will now apply to callouts (close #222) #222
  • Obsidian Admonitions Release: v8.2.4 228b021

19 March 2022

  • fix: Fixes issue with custom admonitions not working with callouts 9c9c486
  • Obsidian Admonitions Release: v8.2.3 63d03fb

16 March 2022

  • fix: Fixes casing display issue for custom titles in settings (close #214) #214
  • fix: Fixes issue where admonition types were being set incorrectly 06fa0bf
  • Obsidian Admonitions Release: v8.2.2 f914ea2

15 March 2022

  • Obsidian Admonitions Release: v8.2.1 b201aa7
  • fix: Fixes issue preventing Settings Search from searching Admonition settings d020438

15 March 2022

  • feat: Adds Obsidian's icon set to list of icons e17b75a
  • feat: Adds setting to use CSS snippet to manage custom callouts cdd5b85
  • fix: Admonitions updated in settings are no longer moved to the bottom of the list 54ea584
  • Obsidian Admonitions Release: v8.2.0 d9717e1
  • versions update d22ffe1
  • fix: Adds publish script generation to build c47d5f0
  • fix: removes console logs from publish script 43cd171
  • Update versions.json 7735997

14 March 2022

  • feat: Adds ability to convert code block admonitions to callouts in settings. 3f5c6f0
  • Obsidian Admonitions Release: v8.1.0 c4c3f34

14 March 2022

  • fix: Significant improvements to the publish feature for code blocks. ce644a5
  • Obsidian Admonitions Release: v8.0.1 85d778b

14 March 2022

  • Obsidian Admonitions Release: v8.0.0 e4aa52f
  • feat: Admonitions has been updated to support the new Obsidian callouts feature! Check the Readme for more information on what this means. 3697e4b
  • Squashed commit of the following: 9f070d4

3 March 2022

  • fix: Content element will no longer be added if no content is provided (close #201) #201
  • Obsidian Admonitions Release: v7.0.4 c5bef6c

28 February 2022

  • Obsidian Admonitions Release: v7.0.3 aa4a075
  • fix: fixes issue with icon suggester not loading icons 4a463d3

26 February 2022

  • Update package.json 0a87fc1
  • Update manifest.json 1c5fc64
  • fix issue with parsing MSDoc types with special characters 08d3a3f

25 February 2022

  • Obsidian Admonitions Release: v7.0.1 049c010
  • fix: Fixes MSDoc-syntax in Live Preview e4d1cdb

25 February 2022

  • chore(deps): bump nanoid from 3.1.30 to 3.2.0 #164
  • feat: Added Icon Packs (close #181) #181
  • fix: Fixed checkboxes not working when in blockquotes or nested, including in the MS-Doc syntax (close #150) #150
  • fix: Fixes pandoc and PDF export of blockquotes (close #192) #192
  • removed unused files bfd460e
  • Added Icon folders 1631b58
  • named rpgawesome iconpack to rpg 86763b2
  • added current color fill to octicons 4fdcb80
  • feat!: Removes support for Python-style non-codeblock Admonitions. b6ad0c4
  • fix: Removed old polyfill, fixed app layout ready call 2ab15f1
  • feat!: Python Markdown nesting syntax is no longer supported. Use nesting code blocks instead. 3e65292
  • Removed unused utility functions 57e9840
  • Obsidian Admonitions Release: v7.0.0 fff3ee9
  • feat!: Removes generated id from Admonition elements. 2f87101
  • fix: Admonition suggestor is now the full width of the input element (#190) a3b3c54
  • fix: Admonition modal image button switched to icon 02882e7

22 February 2022

  • fix: fixed mathjax rendering (close #189) #189
  • Obsidian Admonitions Release: v6.12.1 933aa2e

18 February 2022

  • fix: reduced margin on content inside admonitions without titles (close #185) #185
  • fix: admonitions with custom titles now include them when using the inserted with title command (close #145) #145
  • feat: adds support for indented code blocks using MSDoc syntax (close #176) #176
  • fix: fixed rpg awesome icons not showing on mobile (close #122) #122
  • Obsidian Admonitions Release: v6.12.0 829a990

17 February 2022

  • fix: fixes bug where you couldn't have an empty title for the MSDoc syntax (close #183) #183
  • Obsidian Admonitions Release: v6.11.1 700f0bb
  • Update manifest.json 36af1dc

8 February 2022

  • feat: adds Hide Empty Admonitions setting (close #171) #171
  • fix: Fixes several issues with Live Preview MSDoc syntax rendering (closes #170) #170
  • rename typings 7167785
  • fix: warned about future removal of !!!-style syntax cc183a8
  • Obsidian Admonitions Release: v6.11.0 6946bde
  • fix: Disabled !!!-style syntax in settings. Legacy support will continue until version 7.0.0. 14b662d
  • code cleanup 0b9cdd6
  • removes analyze from esbuild config b485c1d
  • update versions to protect against LP a2b3311
  • update locale text fe31ccf
  • fix: switch to Obsidian's Live Preview State Facet a9e43f9

2 February 2022

  • fix: admonitions render again when restarting app 5945f02
  • Obsidian Admonitions Release: v6.10.1 9a03c35

1 February 2022

  • feat: adds Drop Shadow setting to remove drop shadow d6d598e
  • Obsidian Admonitions Release: v6.10.0 5ded37f

1 February 2022

  • settings reorganization 57162a3
  • fix: deferred onload to layout ready to improve plugin load times a9accc9
  • Obsidian Admonitions Release: v6.9.10 a381c78
  • update esbuild to reduce load time 4fdaf48

28 January 2022

  • Obsidian Admonitions Release: v6.9.9 08c05a1
  • fix: 🐛 ordered lists in live preview now render correctly 72d03b6

27 January 2022

  • fix: 🐛 MS Doc syntax is no longer case sensitive b2de6be
  • Obsidian Admonitions Release: v6.9.8 e6d9ac2

22 January 2022

  • Obsidian Admonitions Release: v6.9.7 1dc78a1
  • fix: fixes issue with an extra space in msdoc syntax not rendering 0c08854

18 January 2022

  • switch to esbuild 682561c
  • fix: improves live preview detection 4a941fc
  • Obsidian Admonitions Release: v6.9.6 706b01e
  • fix: removed logs 6a56b70
  • fix: improved live preview styling 5a0c111
  • reverted LP detection update until clarification on LP state field usage addd2c3
  • Update main.css 896a23e

12 January 2022

  • Obsidian Admonitions Release: v6.9.5 71bb9a7

12 January 2022

  • Obsidian Admonitions Release: v6.9.4 9fa3b16

11 January 2022

  • fix: fixes issue with long scrolling notes with new MS syntax in LP (closes #149) #149

11 January 2022

  • fix: add admonition copy button to MS syntax style admonitions 7a1fc6c

11 January 2022

11 January 2022

  • began LP update 01d37b4
  • began adding lp d937ff1
  • feat: add live preview support to new blockquote admonitions 936199c
  • fix: clean up settings code b36e7e8
  • feat: add a toggle for MS syntax in live preview 8b73f47
  • fix: fixed webpack external modules f6c70a7

8 January 2022

  • Master #147
  • feat: Adds MSDoc-style admonitions (close #133) #133
  • Update .gitignore ebc55b1

7 January 2022

  • fix: improve live preview rendering (#141) 636eb83

6 January 2022

  • fix: partial fix for LP display issues 85ca7b7

5 January 2022

  • fix: fixed checkbox behavior in admonitions (close #135) #135
  • begin checkbox fix 169f0e3
  • update readme to make publish functionality more clear 2e165d5

3 December 2021

  • fix: insert admonition commands now properly wrap selected text 758ce51

29 November 2021

  • fix: admonitions without titles properly display again (close #131) #131

22 November 2021

  • feat: added ability to default to no title #118 #123
  • delete publish files 72e294c

16 November 2021

  • fix: added tdlr admonition type (not sure how it got removed) c7d14eb

16 November 2021

  • update readme 2fd6d25
  • feat: parent element now receives styles 1297cc1

1 November 2021

  • fix: fixed admonition color issue b600bfb

1 November 2021

  • feat: added ability to globally turn off Admonition Color being set directly on element afbcc23

24 October 2021

21 October 2021

  • Add Publish option #111
  • update packages f64820a
  • publish 2269e94
    • Possible fix for publish sites e3a6db8
    • update publish output file cc86418
  • update publish to umd 9d4a0c4
    • update settings to explicitly say it only works on self-hosted publish 331ab04
  • update blockset position e678014
  • update query selector for publish e683cf2

21 October 2021

    • postprocess function now returns admonition element 90d2f1e

21 October 2021

21 October 2021

18 October 2021

11 October 2021

    • removed removal of box-shadow on collapse a110fd8

4 October 2021

  • Separate Type and Title? #102
  • 6.3.3 #98 #100
  • Separate Type and Title? #99

27 September 2021

  • i18n support #96

25 September 2021

  • Improved Insert Admonition keyboard navigation (close #92, close #87) #95
  • release updates #94
  • Merge pull request #95 from valentine195:valentine195/issue92 #92 #87
  • Improved Insert Admonition keyboard navigation (close #92, close #87) #92 #87
  • Insert selection in admonition [Feature request] #93
  • package 4404002
  • updated obsidian b1b5a04
  • 6.3.1 Release 3fcb3e0

26 August 2021

  • can now do title only admonitions (no content) #83 5e2bfe8
  • added images as icons #82 1fd298c
  • license 2e513ef

21 August 2021

21 August 2021

20 August 2021

20 August 2021

19 August 2021

9 August 2021

9 August 2021

6 August 2021

21 July 2021

  • 6.2.2 #65
  • Checkbox preview to markdown problem #65
  • version bump 6.2.2 af0cbc1

16 July 2021

  • Checkbox click functionality affected by Title and Collapse #61

9 July 2021

  • idea: expose icon property for setting inline #62 8b134f0
  • Register also non-Codeblock syntax Blocks #60 f363834
  • added checking to commands 502c654
  • Checkbox click functionality affected by Title and Collapse #61 4a1e0f7

23 June 2021

23 June 2021

22 June 2021

22 June 2021

22 June 2021

  • valentine195/issue51 #54
  • valentine195/issue52 #53
  • Add a command to "Insert Admonition" with a selection modal #51
  • (FQ) Links Rendering in Graph View #49 c2359dc
  • ReadME update 448e71a
  • #52 0a9c678
  • update readme 3d37aad

7 June 2021

  • collapse: no longer defaults to closed #45
  • collapse: no longer defaults to closed #44

7 June 2021

5 June 2021

4 June 2021

3 June 2021

2 June 2021

  • Updated getParametersFromSource() #39
  • Fix blanked title condition c0a8f3d

27 May 2021

26 May 2021

26 May 2021

20 May 2021

20 May 2021

18 May 2021

14 May 2021

  • Show copy icon on hover #30

11 May 2021

  • Added release note for v4.1.4 #29

11 May 2021

11 May 2021

11 May 2021

11 May 2021

11 May 2021

6 May 2021

3 May 2021

30 April 2021

30 April 2021

29 April 2021

29 April 2021

29 April 2021

28 April 2021

28 April 2021

27 April 2021

19 April 2021

19 April 2021

  • 3.1.1 #9

19 April 2021

16 April 2021

  • 3.0.0 #7

6 April 2021

31 March 2021

30 March 2021

30 March 2021

29 March 2021

29 March 2021

29 March 2021

25 March 2021

23 March 2021

18 March 2021

17 March 2021

17 March 2021

17 March 2021

0.0.1

17 March 2021