Publish to Telegram
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.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | publish-to-telegram |
| Author | pan4ratte |
| Minimum Obsidian Version | 1.11.4 |
| Official Release Date | 2026-05-25 |
| Last update | 2026-06-13 |
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 15, 2026 |
| Release acquisition | release metadata checked Jun 15, 2026; latest main.js acquired |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2026-05-25 | Plugin Added | ||
| 2026-06-06 | Plugin Removed | ||
| 2026-06-07 | Plugin Re-Added | ||
| 2026-06-10 | description | This 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. |
Repository Data
| License | AGPL-3.0 in package.json AGPL-3.0 in LICENSE
file
|
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | None found |
| Has Test Files | Yes |
Latest Release main.js Size
| 1.42 MB |
| Detected ES Version | ES2022 |
| Probably Minified | Yes |
| main.js API Findings | 9 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | @types/qrcode, assert, buffer, constants-browserify, crypto-browserify, events, os-browserify, path-browserify, process, qrcode, stream-browserify, telegram, util, vm-browserify |
| Dev Dependencies | esbuild, 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.
| Disclosure | Detected From |
|---|---|
| Cors Free Network Access | Uses Obsidian request APIs |
| Dynamic Code Or Remote Code | Evaluates dynamic code or injects scripts |
| 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 |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Evaluates dynamic code or injects scripts | Warning | High | eval (1), dynamic_code:eval (1), dynamic_code:function_constructor (1) |
| References localhost or private-network addresses | Warning | Medium | 0.0.0.0 (5) |
| Uses persistent browser storage | Info | High | localStorage.getItem (1), localStorage.setItem (1), localStorage (2) |
| Includes large embedded base64 blobs | Info | High | base64 blob (3) |
| Registers events, DOM handlers, or intervals | Info | High | setTimeout (8), this.registerEvent (1), this.registerInterval (1) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFileCache (1), app.metadataCache (1) |
| Updates frontmatter through Obsidian APIs | Info | High | app.fileManager.processFrontMatter (2) |
| References URLs or constructs URL objects | Info | High | http:// (4), https:// (19), URL (1) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (3) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (5) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (11), obsidian.Setting (11) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (5) |
| Accesses Obsidian vault APIs | Info | High | app.vault (1) |
| Reads vault files | Info | High | app.vault.read (6) |
| References Obsidian URI links | Info | High | obsidian:// (2) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (5) |
| Accesses the active file or editor | Info | High | app.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
| Version | Release Date | Note |
|---|---|---|
| 1.0.0 | 2026-02-20 | Released while not listed |
| 2.0.0 | 2026-02-21 | Released while not listed |
| 2.1.0 | 2026-02-21 | Released while not listed |
| 2.2.0 | 2026-02-24 | Released while not listed |
| 2.2.1 | 2026-02-26 | Released while not listed |
| 2.3.0 | 2026-03-12 | Released while not listed |
| 2.4.0 | 2026-03-15 | Released while not listed |
| 2.5.0 | 2026-03-24 | Released while not listed |
| 2.6.0 | 2026-03-26 | Released while not listed |
| 2.7.0 | 2026-05-25 | None |
| 2.7.1 | 2026-05-25 | None |
| 3.0.0 | 2026-06-06 | Released while not listed |
| 3.0.1 | 2026-06-07 | None |
| 3.1.0 | 2026-06-11 | None |
| 3.1.1 | 2026-06-11 | None |
| 4.0.0 | 2026-06-13 | 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.