Skip to content

Releases: aidenlx/obsidian-icon-shortcodes

0.8.2

07 Mar 16:05
Compare
Choose a tag to compare

0.8.2 (2022-03-07)

Bug Fixes

  • icon-in-editor: fix duplicate icons in source mode (466f2d4)
  • icon-in-editor: fix icon menu sometimes closed once opened (54d37b2)
  • remove redundant console log (43fec94)

0.8.1

04 Mar 16:15
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

0.8.1 (2022-03-04)

Bug Fixes

  • icon-in-editor: fix click on icon sometimes select the wrong range (56d4b58)

Features

  • icon-in-editor: add aria-label for icons showing icon shortcode (1f4963b)

0.8.0

04 Mar 14:33
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

0.8.0 (2022-03-04)

Bug Fixes

  • browser-packs: icon pack manifest url is now pointed to master branch (269d58a)
  • fix lib failed to build (1464122)
  • icon-in-editor: icon menu can now be triggered properly when included in headings, quote, etc (3ff48bc)
  • post-ps: code blocks and math equations are escaped properly now (44146ea)

Features

  • browser-pack: improve icon download in China (814eb6b)
  • icon-in-editor: add click menu to change/delete icon (5dc96de)
  • icon-in-editor: cursor can now skip icon shortcode (770ebb2)
  • icon-in-editor: support source mode (b3bfdd8)
  • initial implementation for icons in editor (797e76f)
  • suggester: add option to only trigger suggester if there is a trailing space before the colon (74a559f), closes #26

0.7.0

02 Mar 14:01
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

0.7.0 (2022-03-02)

Bug Fixes

  • fix wrong version in manifest.json (05c1ee4)
  • pack-manager: fix pack match not working on id shorter than 3 chars (4a21c20)

Features

  • add icon pack browser (24c46f2)
  • add support for lucide icons (1d3117a)

0.6.2

05 Jan 10:53
Compare
Choose a tag to compare

0.6.2 (2022-01-05)

Bug Fixes

  • icon-manager: fix icon not updated when star (4270e79)
  • pack-manager: fix only first 20 result shown (e0035a9)

Features

  • api: add getIconData() (065e492)
  • api: postProcessor now accept markdown string (44d435d)
  • settings: add button to reload custom icons (28a9fe6)

Performance Improvements

  • built-ins: dataUri now generate on demand (c048d52)
  • pack-manager: custom icon file no longer read on load (e760e5e)

0.6.1

30 Dec 14:35
Compare
Choose a tag to compare

0.6.1 (2021-12-30)

Bug Fixes

  • api: mark isPluginEnabled deprecated; update desc for getIconFromUser (0812f6b)
  • suggester: fix matches partially rendered when using and operator (900942d)
  • suggester: fix svg icon sometimes rendered too large (5847415)

Features

  • api: add prompt for user to select icon (3af00a5), closes #20
  • api: getIconFromUser now returns icon info instead of icon data directly (0313cc8)
  • suggester: suggest modal now show 20 suggestion when no input is given (3d9ff4b)

0.6.0

27 Nov 02:46
Compare
Choose a tag to compare

0.6.0 (2021-11-27)

Bug Fixes

  • pack-manager: backupCustomIcons() no longer opens backup zip when finished (b0afde7)
  • pack-manager: change icon dir to .obsidian/icons to avoid sync conflict; fix failed to load when customIconsDir not exist (76c93ff)
  • pack-manager: fix backup icon not working (e6bc2dc)
  • pack-manager: fix broken rename() and star() method (ff82174)
  • pack-manager: fix failed to star icon (b1cf68b)
  • pack-manager: fix filepath not updated when rename/star icon (da7b956)
  • pack-manager: renameIconFile() is now working (d016e9e)

Features

  • add icon update prompt on load (b459fbe)
  • add support for bitmap icons (png, jpg, webp...) (50c0914), closes #9
  • api: expose version and utils: compare, satisfies (cb3cc01)
  • pack-manager: backup custom icons in a zipped file (8938309), closes #10
  • pack-manager: backupCustomIcons() now support backup one icon pack (1668306)
  • pack-manager: icons now stores as dedicated files (c77256a), closes /github.com/obsidianmd/obsidian-releases/pull/640#issuecomment-969926491
  • pack-manager: import file with existing id no longer override existing icon (2ba067a)
  • pack-manager: restore from backup zip file (fde5b7f)
  • settings: add button to open custom icon folder; adjust interface (ad8764f)
  • settings: new custom icon entry now automatically scroll into view (92a58fe)

0.5.1

18 Nov 11:55
Compare
Choose a tag to compare

0.5.1 (2021-11-18)

Features

  • api: expose isEmoji() method; hasIcon() now accept shortcode with colons (d63bbdb)

0.5.0

18 Nov 08:54
Compare
Choose a tag to compare

0.5.0 (2021-11-18)

Bug Fixes

  • now imported name should be convert to lower case id (88c71e5)

Features

  • api: expose iconsc:changed and iconsc:initialized evt in app.vault (6e86c8b)
  • suggester: option to set if space is inserted next to shortcode (44075fb)

0.4.3

17 Nov 07:43
Compare
Choose a tag to compare

0.4.3 (2021-11-17)

Bug Fixes

  • bulti-in icons now display properly in dark mode (5f631ab)
  • settings: fix unable to toggle remixicon filled icons (55b898c), closes #15

Features

  • suggester: add highlight for matched text (7c5e122)