Skip to content

HiWords

Effortlessly grow your vocabulary as you read, with automatic highlighting and translation of unfamiliar words.

The above warnings are based on limited information and might not always be accurate.

Data

ID hi-words
Author catmuse
Funding Support the Author
Minimum Obsidian Version 1.8.7
Official Release Date 2025-10-16
Last update 2026-06-07

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 Jun 8, 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
2025-10-16 Plugin Added
2026-05-12 author Kai catmuse
2026-05-12 repo CatMuse/HiWords catmuse/HiWords
2026-05-25 Plugin Removed
2026-05-27 Plugin Re-Added

Repository Data

License MIT in package.json
Unrecognized in LICENSE file
Package Manager npm
Uses Typescript Yes
Installed Bundlers esbuild
Installed Testing Frameworks None found
Has Test Files No
Latest Release main.js Size 258 KB
Detected ES Version ES2018
Probably Minified Yes
main.js API Findings 9 disclosures
Uses BRAT beta releases No
Dependencies @codemirror/state, @codemirror/view
Dev Dependencies @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, esbuild, obsidian, 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
Clipboard Access Reads or writes clipboard data
Cors Free Network Access Uses Obsidian request APIs
Editor Behavior Registers editor extensions
Full Vault Access Enumerates vault files
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Network Access Uses Obsidian request APIs
Note Content Access Reads vault files
Vault File Write Writes vault files
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 (1)
Registers events, DOM handlers, or intervals Info High this.registerDomEvent (9), this.registerEvent (6)
References URLs or constructs URL objects Info High http:// (3), https:// (9), URL (1)
Uses Obsidian request APIs Info High obsidian.requestUrl (2)
Persists plugin settings or data Info High this.loadData (1), this.saveData (1)
Registers plugin settings UI Info High this.addSettingTab (1), Setting (31), obsidian.Setting (31)
Accesses Obsidian vault APIs Info High app.vault (23)
Enumerates vault files Info High app.vault.getFiles (1)
Opens or creates files through workspace or file manager APIs Info High app.workspace.openLinkText (6)
Reads vault files Info High app.vault.cachedRead (5)
Writes vault files Info High app.vault.process (5)
Accesses Obsidian workspace APIs Info High app.workspace (30)
Accesses the active file or editor Info High app.workspace.getActiveFile (6)
Registers or manipulates workspace views and panes Info High app.workspace.getLeavesOfType (8), app.workspace.revealLeaf (4), registerView (2)

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 10328 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.2.0 2025-07-28 Released while not listed
0.2.1 2025-07-29 Released while not listed
0.2.2 2025-07-30 Released while not listed
0.2.3 2025-07-31 Released while not listed
0.3.0 2025-08-04 Released while not listed
0.3.1 2025-08-05 Released while not listed
0.3.2 2025-08-08 Released while not listed
0.3.4 2025-08-19 Released while not listed
0.3.5 2025-08-20 Released while not listed
0.4.0 2025-10-04 Released while not listed
0.4.1 2025-10-11 Released while not listed
0.5.0 2025-11-01 None
0.5.1 2025-11-05 None
0.5.2 2025-11-11 None
0.5.3 2025-12-12 None
0.5.4 2026-02-13 None
0.5.5 2026-03-14 None
0.5.6 2026-03-14 None
0.5.7 2026-03-21 None
0.5.8 2026-05-03 None
0.5.9 2026-05-27 None
0.5.10 2026-06-07 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.