Icon Shortcodes
Insert emoji and custom icons with shortcodes.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | obsidian-icon-shortcodes |
| Author | aidenlx |
| Minimum Obsidian Version | 1.0.0 |
| Official Release Date | 2021-12-22 |
| Last update | 2022-10-15 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jun 12, 2026.
| Community plugin snapshot | Jun 8, 2026 |
| Repository clone | last successful checkout May 25, 2026 |
| Release acquisition | release metadata checked Jun 12, 2026; existing successful main.js cache reused |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2021-12-22 | Plugin Added | ||
| 2023-04-26 | description | Insert emoji and custom icons with shortcodes | Insert emoji and custom icons with shortcodes. |
| 2026-05-12 | author | AidenLx | aidenlx |
Repository Data
| License | MIT in package.json Unrecognized in LICENSE
file
|
| Package Manager | Unknown (no lock file found) |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | None found |
| Has Test Files | No |
Latest Release main.js Size
| 1.56 MB |
| Detected ES Version | ES2020 |
| Probably Minified | Yes |
| Includes Large Base64 Blobs | Yes (1) |
| References Worker APIs | No |
| References WebAssembly APIs | No |
| main.js API Findings | Cors Free Network Access, Dynamic Code Or Remote Code, Global Handlers Or Timers, Network Access |
| Uses BRAT beta releases | No |
| Dependencies | mini-svg-data-uri |
| Dev Dependencies | @fortawesome/fontawesome-free, @release-it/bumper, @release-it/conventional-changelog, @types/json-schema, @types/md5, @types/node, @types/node-emoji, @types/react-dom, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, classnames, cross-env, cz-conventional-changelog, esbuild, esbuild-plugin-less, eslint, eslint-config-prettier, eslint-import-resolver-typescript, eslint-plugin-import, eslint-plugin-jsdoc, eslint-plugin-prefer-arrow, eslint-plugin-prettier, eslint-plugin-react, eslint-plugin-react-hooks, eslint-plugin-simple-import-sort, fast-glob, file-select-dialog, fs-extra, json, md5, node-emoji, obsidian, preact, prettier, react, react-dom, release-it, remixicon, tslib, typescript |
main.js API Findings
These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence
informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky
APIs, but such APIs can be used safely if handled with care.
| Disclosure | Detected From |
|---|---|
| Cors Free Network Access | Uses Obsidian request APIs |
| Dynamic Code Or Remote Code | Evaluates dynamic code or injects scripts |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Network Access | Uses Obsidian request APIs |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Evaluates dynamic code or injects scripts | Warning | High | Function (1), dynamic_code:function_constructor (1) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (1), setTimeout (6) |
| References URLs or constructs URL objects | Info | High | http:// (12), https:// (5) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (3) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (11), obsidian.Setting (11) |
The above data may not be accurate and contain errors. For more information refer to the page about data collection.
Lines of Code
The plugin has a total of 1089 lines of code. The following chart shows the lines of code split by programming language.
Downloads
The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.
Version History
| Version | Release Date | Note |
|---|---|---|
| 0.1.0 | 2021-11-09 | Released while not listed |
| 0.1.1 | 2021-11-11 | Released while not listed |
| 0.2.0 | 2021-11-12 | Released while not listed |
| 0.3.0 | 2021-11-13 | Released while not listed |
| 0.3.1 | 2021-11-14 | Released while not listed |
| 0.3.2 | 2021-11-14 | Released while not listed |
| 0.3.3 | 2021-11-14 | Released while not listed |
| 0.4.0 | 2021-11-14 | Released while not listed |
| 0.4.1 | 2021-11-15 | Released while not listed |
| 0.4.2 | 2021-11-15 | Released while not listed |
| 0.4.3 | 2021-11-17 | Released while not listed |
| 0.5.0 | 2021-11-18 | Released while not listed |
| 0.5.1 | 2021-11-18 | Released while not listed |
| 0.6.0 | 2021-11-27 | Released while not listed |
| 0.6.1 | 2021-12-30 | None |
| 0.6.2 | 2022-01-05 | None |
| 0.7.0 | 2022-03-02 | Prerelease |
| 0.8.0 | 2022-03-04 | Prerelease |
| 0.8.1 | 2022-03-04 | Prerelease |
| 0.8.2 | 2022-03-07 | None |
| 0.8.3 | 2022-03-07 | None |
| 0.8.4 | 2022-03-08 | None |
| 0.9.0 | 2022-03-17 | None |
| 0.9.1 | 2022-03-17 | None |
| 0.9.2 | 2022-03-18 | None |
| 0.9.3 | 2022-04-01 | None |
| 0.9.4 | 2022-05-11 | None |
| 0.9.5 | 2022-05-17 | None |
| 0.9.6 | 2022-06-15 | None |
| 0.9.7 | 2022-10-15 | None |
Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.