Telegram Sidebar

by reallygood83
5
4
3
2
1
Score: 52/100

Description

Category: 3rd Party Integrations

The Telegram Sidebar plugin embeds Telegram Web inside the sidebar, so chats stay beside your notes instead of in a separate window. It keeps the login session across restarts, lets you choose the Web K or Web A client, and can place the panel on either side of the workspace. You can set a default bot, user, channel or group to open on launch, then use commands to open the panel, reload it or jump straight to that chat. The plugin is desktop only because it depends on an Electron webview, and it stores only local plugin settings while Telegram handles messages and session data through its own web client.

Reviews

No reviews yet.

Stats

8
stars
8,604
downloads
7
forks
48
days
49
days
49
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
9
commits

RequirementsExperimental

  • Telegram account

Latest Version

2 months ago

Changelog

Ran the official eslint-plugin-obsidianmd locally against this plugin and fixed everything it flagged (0 errors, down from 60 problems):

  • minAppVersion bumped to 1.7.2 — Workspace.revealLeaf and ExtraButtonComponent.setTooltip require it; the plugin was already using them while declaring 1.0.0 support
  • Replaced the undocumented adapter.basePath access with the public FileSystemAdapter.getBasePath()
  • Properly typed the Electron <webview> surface instead of as any casts
  • Fixed floating promises in command callbacks and settings load
  • Renamed the "Open Telegram Sidebar" command (id/name no longer duplicate the plugin id/name)
  • Sentence-cased command names and settings UI text
  • Dropped the builtin-modules dependency in favor of Node's own node:module list

No user-facing behavior changes.

README file from

Github

Telegram Sidebar for Obsidian

Embed Telegram Web directly in your Obsidian sidebar. Chat with bots, contacts, groups, and channels without leaving your vault.

Desktop Only License

Features

  • Sidebar Telegram Web — Full Telegram Web client in your Obsidian sidebar
  • Persistent Login — Log in once, stay logged in across restarts
  • Direct Chat Navigation — Configure a default bot/user/channel to open automatically
  • Configurable — Choose Web version (K/A), panel side (left/right), auto-open on startup
  • Command Palette — Open, reload, and navigate via commands

Use Cases

  • Chat with AI bots (OpenClaw, ChatGPT bots, etc.) while taking notes
  • Monitor Telegram channels alongside your knowledge base
  • Quick replies without switching windows

Installation (BRAT)

  1. Install BRAT from Community Plugins
  2. Open BRAT Settings → Add Beta Plugin
  3. Enter: https://github.com/reallygood83/teledian
  4. Enable the plugin in Settings → Community Plugins

Usage

  1. Click the paper plane icon (✈) in the left ribbon, or use Command Palette → Open Telegram Sidebar
  2. Log in to Telegram Web (first time only)
  3. Start chatting!

Settings

Setting Description Default
Telegram Username Bot/user/channel to open on launch (without @) Empty (main screen)
Web Version K (lightweight) or A (modern React UI) K
Panel Side Left or Right sidebar Right
Auto Open Open sidebar automatically on startup Off

Commands

Command Action
Open Telegram Sidebar Toggle the sidebar panel
Reload Telegram Refresh the webview
Go to Chat Navigate to the configured username

Requirements

  • Obsidian Desktop (Windows, macOS, Linux)
  • Not compatible with Obsidian Mobile (uses Electron webview)

Network Use

This plugin loads Telegram Web (https://web.telegram.org) directly inside an embedded Electron <webview> in the Obsidian sidebar. No data is sent to any server operated by this plugin — your Telegram session, messages, and login are handled entirely by Telegram's own web client and are subject to Telegram's Privacy Policy. The plugin only reads/writes local plugin settings (data.json) inside your vault.

Development

git clone https://github.com/reallygood83/teledian.git
cd teledian
npm install
npm run dev     # watch mode
npm run build   # production build

Copy main.js, manifest.json, and styles.css to your vault's .obsidian/plugins/telegram-sidebar/ folder.

License

MIT

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Recent Files
6 years ago by Tony Grosinger
Display a list of most recently opened files
ChatGPT MD
4 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
Markdown Formatting Assistant
6 years ago by Reocin
This Plugin provides a simple WYSIWYG Editor for Markdown and in addition a command line interface. The command line interface facilitate a faster workflow.
YOLO
8 months ago by Lapis0x0
Agent-native AI assistant — chat, write, learning, all in one.
Claude Sidebar
2 months ago by derek-larson14
Run Claude Code, Codex, and other agent CLIs in Obsidian
Telegram Sync
3 years ago by Burtasov Volodymyr
Transfer messages and files from Telegram to Obsidian
Hide Folders
4 months ago by jonasdoesthings
Toggle the visibility of folders in the Obsidian.MD file navigator based on name-patterns
Smart Chat
2 months ago by 🌴 Brian
Find Orphaned Images
2 months ago by josmarcristello
Find Orphaned Images is an Obsidian plugin designed to help you keep your vault clean and organized by identifying and managing images that are not linked anywhere in your notes.
Cornell Marginalia
4 months ago by Latazadehomero
A lightweight Obsidian plugin designed for students who use the Cornell Note-taking System.
Hide Sidebars on Window Resize
5 years ago by NomarCub, Michael Hanson
A simple Obsidian plugin to hide the sidebars when the window gets narrow.
Rainbow-Colored Sidebar
a year ago by Kevin Woblick
Automatically color your sidebar like a rainbow. No configuration needed. 18 themes included.
Auto Hide
4 years ago by skelato1
This Obsidian plugin enables you to collapse (and expand) the sidebar easier.
Custom Sidebar Icons
2 years ago by RavenHogWarts
Custom Icons
Local LLM Helper
2 years ago by Mani Mohan
An Obsidian plugin to process text, chat with AI, and semantically search your notes — works with any OpenAI-compatible LLM server (Ollama, LM Studio, vLLM, and more).
Sidebar Expand on Hover
5 years ago by Tousif Iqbal Anik (toiq)
This Obsidian plugin expands or collapses the sidebar based on mouse hovering on the ribbons.
Chat with Bard
3 years ago by Artel250
An obsidian plugin that enables you to talk to Google Gemnini directly
Large Language Models
2 months ago by eharris128
The LLM plugin gives Obsidian users access to local and web-based, large language models via several chat interfaces: modal, widget, FAB window, and commands.
Ollama Chat
3 years ago by Brumik
A plugin for chatting with you obsidian notes trough local Ollama LLM instead of Chat GTP.
Chat Stream
3 years ago by Ryan P Smith
Obsidian canvas plugin for using AI completion with threads of canvas nodes
Floating Headings
7 months ago by k0src
Displays a floating, collapsible outline of a note's headings on the right side of the editor. Expands on hover, click to navigate.
Telegram Inbox
2 years ago by icealtria
Receive messages from Telegram bots and add them to Obsidian's daily note.
Sidebar Keyboard Navigation
2 months ago by denvolok
Obsidian plugin to smoothly navigate File Explorer using keyboard only.
Cycle In Sidebar
4 years ago by Houcheng
Cycle through tabs of left/ right sidebar panel
Window Collapse
5 years ago by Guilherme Quental
Mobile Sidebar Notes
a month ago by ckep1
Open notes & new tabs in the sidebar on the Obsidian mobile app.
Soomda
3 years ago by Michael Lee
🙈 Soomda — An Obsidian plugin that lets you quickly hide your sidebars.
Quick Peek Sidebar
a year ago by Bradley Wyatt
Open and close the Obsidian sidebars on hover.
Reason
3 years ago by Joshua Pham
Digest your Obsidian notes
Scratchpad
a year ago by KVH
An open source Obsidian plugin for quick note-taking and freehand drawing.
TikToker
6 months ago by ameyxd
A Tiktok parser and saver for Obsidian
AI Chat
2 years ago by arenasys
Markpilot
2 years ago by Taichi Maeda
AI-powered inline completions and chat view for Obsidian
Sidet
2 months ago by Jiao Yingxing
An easy-to-use AI chat plugin for Obsidian with side browsing, focused conversations, and vault-aware knowledge capture.
WorkBuddy
a month ago by Jason
obsidian plugin for workbuddy
WhatsApp backup importer
2 years ago by Luigi Cerone
Obsidian plugin that allows you to import exported WhatsApp chat archives (in .zip format) into your vault.
LLM docs
a year ago by Shane Lamb
Chat with LLM in regular markdown files in Obsidian
Simple File Info
a year ago by Lukas Capkovic
GTD Tasks
2 months ago by unpreditable
Ayanite
2 years ago by jemstelos
WebDAV Explorer
6 months ago by 蓝星晓夜
WebDAV Server Explorer.
Chat clips
2 years ago by sleepingraven
Record chat in ordinary markdown list.
BrainCore LifeOS
9 days ago by 囍樂
BrainCore 侧边栏不仅是一个展示面板,更是你整个 Obsidian 知识库的“核心呼吸机”。它由 6 大模块组成,涵盖了时间感知、极速收集、工作流转、习惯养成与知识内化。一切信息从这里输入,最终也会在这里沉淀。
Floating Quick Note
18 days ago by sabosman
Floating Quick Note is an Obsidian plugin that lets you open a small, detached note window that stays on top of your other apps. It is great for taking notes during meetings or while you are working in other programs without having to switch back and forth to Obsidian.
Tree Modal
4 months ago by krannich
Obsidian plugin: open files from the file explorer in a modal preview
ICOR for Life - PDF Annotation
17 days ago by Thomas Roedl
Highlight text or draw a box on a PDF and get a note in the vault for it, with a deep link back, a card on any canvas by drag and drop, and a sidebar of every highlight in the open PDF. Part of the ICOR for Life suite.
Alternative Explorer
a month ago by sk-obsidian
Alternative Explorer is an Apple Notes–style sidebar for browsing folders and notes in Obsidian. Switch between an expandable folder tree and a notes list — a compact alternative to the built-in File Explorer.
Simple Meeting Sidebar
20 days ago by Wren
A macOS-only Obsidian plugin that reads Apple Calendar events into a sidebar and turns them into tasks or meeting notes.