Skip to content

Publish to Telegram

Allows you to post notes directly to Telegram channels, groups and personal messages with different presets and advanced publishing settings. - This plugin has not been manually reviewed by Obsidian staff.

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

Data

IDpublish-to-telegram
Authorpan4ratte
Minimum Obsidian Version1.11.4
Official Release Date2026-05-25
Last update2026-06-13

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jun 15, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2026-05-25Plugin Added
2026-06-06Plugin Removed
2026-06-07Plugin Re-Added
2026-06-10descriptionThis plugin has not been manually reviewed by Obsidian staff. Allows you to post notes directly to Telegram channels and groups with different presets and advanced posting settings.This plugin has not been manually reviewed by Obsidian staff. Allows you to post notes directly to Telegram channels, groups and personal messages with different presets and advanced publishing settings.
2026-06-15descriptionThis plugin has not been manually reviewed by Obsidian staff. Allows you to post notes directly to Telegram channels, groups and personal messages with different presets and advanced publishing settings.Allows you to post notes directly to Telegram channels, groups and personal messages with different presets and advanced publishing settings. - This plugin has not been manually reviewed by Obsidian staff.

Repository Data

LicenseAGPL-3.0 in package.json
AGPL-3.0 in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksNone found
Has Test FilesYes
Latest Release main.js Size1.42 MB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings9 disclosures
Uses BRAT beta releasesNo
Dependencies@types/qrcode, assert, buffer, constants-browserify, crypto-browserify, events, os-browserify, path-browserify, process, qrcode, stream-browserify, telegram, util, vm-browserify
Dev Dependenciesesbuild, eslint, eslint-plugin-obsidianmd, obsidian, 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.

DisclosureDetected From
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Embedded Base64 BlobIncludes large embedded base64 blobs
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache, Updates frontmatter through Obsidian APIs
Network AccessUses Obsidian request APIs
Note Content AccessReads vault files
Private Network AccessReferences localhost or private-network addresses
Vault File WriteUpdates frontmatter through Obsidian APIs
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHigheval (1), dynamic_code:eval (1), dynamic_code:function_constructor (1)
References localhost or private-network addressesWarningMedium0.0.0.0 (5)
Uses persistent browser storageInfoHighlocalStorage.getItem (1), localStorage.setItem (1), localStorage (2)
Includes large embedded base64 blobsInfoHighbase64 blob (3)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (8), this.registerEvent (1), this.registerInterval (1)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (1), app.metadataCache (1)
Updates frontmatter through Obsidian APIsInfoHighapp.fileManager.processFrontMatter (2)
References URLs or constructs URL objectsInfoHighhttp:// (4), https:// (19), URL (1)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (3)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (5)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (11), obsidian.Setting (11)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (5)
Accesses Obsidian vault APIsInfoHighapp.vault (1)
Reads vault filesInfoHighapp.vault.read (6)
References Obsidian URI linksInfoHighobsidian:// (2)
Accesses Obsidian workspace APIsInfoHighapp.workspace (5)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (3)

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 4650 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

VersionRelease DateNote
1.0.02026-02-20Released while not listed
2.0.02026-02-21Released while not listed
2.1.02026-02-21Released while not listed
2.2.02026-02-24Released while not listed
2.2.12026-02-26Released while not listed
2.3.02026-03-12Released while not listed
2.4.02026-03-15Released while not listed
2.5.02026-03-24Released while not listed
2.6.02026-03-26Released while not listed
2.7.02026-05-25None
2.7.12026-05-25None
3.0.02026-06-06Released while not listed
3.0.12026-06-07None
3.1.02026-06-11None
3.1.12026-06-11None
4.0.02026-06-13None

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.