Skip to content

Abbreviations and Acronyms

Implements automatic marking of abbreviations and acronyms (terminology).

Data

ID abbreviations-mark
Author dragonish
Funding Support the Author
Minimum Obsidian Version 0.15.0
Official Release Date 2024-07-29
Last update 2026-02-26

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jun 15, 2026.

Community plugin snapshot Jun 15, 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
2024-07-29 Plugin Added
2024-05-17 Plugin Removed
2024-05-17 Plugin Re-Added

Repository Data

License MIT in package.json
MIT in LICENSE file
Package Manager pnpm
Uses Typescript Yes
Installed Bundlers esbuild
Installed Testing Frameworks Mocha
Has Test Files Yes
Latest Release main.js Size 55.4 KB
Detected ES Version ES2018
Probably Minified Yes
main.js API Findings 9 disclosures
Uses BRAT beta releases No
Dependencies obsidian-plugin-i18n
Dev Dependencies @codemirror/state, @codemirror/view, @eslint/js, @types/chai, @types/js-yaml, @types/mocha, @types/node, @types/proxyquire, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, chai, commit-and-tag-version, esbuild, eslint, globals, js-yaml, mocha, obsidian, proxyquire, tslib, tsx, typescript, typescript-eslint

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
Clipboard Access Reads or writes clipboard data
Editor Behavior Registers editor extensions
Full Vault Access Enumerates vault files
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Markdown Processing Registers markdown processors or renderers
Metadata Access Reads Obsidian metadata cache, Updates frontmatter through Obsidian APIs
Note Content Access Reads vault files
Vault File Write Updates frontmatter through Obsidian APIs
Workspace Layout Registers or manipulates workspace views and panes
Finding Type Confidence Evidence
Reads or writes clipboard data Info High navigator.clipboard.writeText (1)
Registers editor extensions Info High this.registerEditorExtension (2)
Registers markdown processors or renderers Info High this.registerMarkdownPostProcessor (1)
Registers events, DOM handlers, or intervals Info High this.registerDomEvent (1), this.registerEvent (5)
Reads Obsidian metadata cache Info High app.metadataCache.getFileCache (3), app.metadataCache (4)
Updates frontmatter through Obsidian APIs Info High app.fileManager.processFrontMatter (3)
References URLs or constructs URL objects Info High https:// (2)
Persists plugin settings or data Info High this.loadData (1), this.saveData (1)
Registers plugin settings UI Info High this.addSettingTab (1), Setting (19), obsidian.Setting (19)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (5), this.addRibbonIcon (1)
Accesses Obsidian vault APIs Info High app.vault (10)
Enumerates vault files Info High app.vault.getFiles (1)
Opens or creates files through workspace or file manager APIs Info High workspace_file_open:getLeaf.openFile (1)
Reads vault files Info High app.vault.cachedRead (4)
Accesses Obsidian workspace APIs Info High app.workspace (15)
Accesses the active file or editor Info High app.workspace.getActiveFile (1), app.workspace.activeEditor (5)
Registers or manipulates workspace views and panes Info High app.workspace.getLeavesOfType (1)

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 5623 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
1.0.0 2024-07-29 None
1.1.0 2025-01-09 None
1.1.1 2025-01-15 None
1.2.0 2025-01-19 None
1.2.1 2025-01-20 None
1.3.0 2025-02-15 None
1.3.1 2025-02-16 None
1.3.2 2025-02-20 None
1.3.3 2025-03-05 None
1.3.4 2025-03-09 None
1.4.0 2025-03-14 None
1.4.1 2025-03-20 None
1.4.2 2025-03-31 None
1.4.3 2025-04-02 None
1.5.0 2025-04-23 None
1.6.0 2025-05-26 None
1.6.1 2025-06-15 None
1.7.0 2025-07-02 None
1.7.1 2025-08-01 None
1.7.2 2025-08-13 None
1.7.3 2025-08-24 None
1.7.4 2026-02-26 None