Skip to content

Halo

Publish content to Halo sites.

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

Data

ID halo
Author halo-sigs
Minimum Obsidian Version 0.15.0
Official Release Date 2023-11-03
Last update 2025-04-16

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
2023-11-03 Plugin Added
2024-01-27 description Halo's Obsidian integration supports publishing content to Halo sites Publish content to Halo sites.
2026-05-12 author Ryan Wang halo-sigs

Repository Data

License MIT in package.json
GPL-3.0 in LICENSE file
Package Manager pnpm
Uses Typescript Yes
Installed Bundlers None found
Installed Testing Frameworks None found
Has Test Files No
Latest Release main.js Size 455 KB
Detected ES Version ES2018
Probably Minified Yes
main.js API Findings 8 disclosures
Uses BRAT beta releases No
Dependencies @halo-dev/api-client, gray-matter, i18next, js-yaml, markdown-it, markdown-it-anchor, transliteration
Dev Dependencies @biomejs/biome, @rslib/core, @types/js-yaml, @types/markdown-it, @types/node, builtin-modules, 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
Cors Free Network Access Uses Obsidian request APIs
Embedded Base64 Blob Includes large embedded base64 blobs
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Metadata Access Reads Obsidian metadata cache, Updates frontmatter through Obsidian APIs
Network Access Uses Obsidian request APIs
Note Content Access Reads vault files
Private Network Access References localhost or private-network addresses
Vault File Write Updates frontmatter through Obsidian APIs, Writes vault files
Finding Type Confidence Evidence
References localhost or private-network addresses Warning Medium localhost (2)
Includes large embedded base64 blobs Info High base64 blob (1)
Registers events, DOM handlers, or intervals Info High setTimeout (3)
Reads Obsidian metadata cache Info High app.metadataCache.getFileCache (5), app.metadataCache (5)
Updates frontmatter through Obsidian APIs Info High app.fileManager.processFrontMatter (3)
References URLs or constructs URL objects Info High http:// (3), https:// (1), URL (1)
Uses Obsidian request APIs Info High obsidian.requestUrl (13)
Persists plugin settings or data Info High this.loadData (1), this.saveData (1)
Registers plugin settings UI Info High this.addSettingTab (1), Setting (13), obsidian.Setting (13)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (4), this.addRibbonIcon (1)
Accesses Obsidian vault APIs Info High app.vault (3)
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.read (1)
Writes vault files Info High app.vault.create (1), app.vault.modify (1)
Accesses Obsidian workspace APIs Info High app.workspace (5)

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 927 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 2023-10-28 Released while not listed
1.0.1 2023-11-02 Released while not listed
1.0.2 2024-01-09 None
1.1.0 2024-05-04 None
1.1.1 2025-04-16 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.