Format Convert Copy

by shallow1992
5
4
3
2
1
Score: 50/100

Description

Category: Collaboration & Sharing

The Format Convert Copy plugin converts selected Markdown or an active note into Slack, Discord, WhatsApp or plain Markdown and copies the result with a tap, shortcut or context menu action. It works on desktop and mobile, includes direct actions in the ribbon, navigation bar, keyboard toolbar, file explorer and editor menu, and can switch between English and Japanese from the app's UI language. The plugin preserves formatting details that usually break in chat apps by aligning Markdown tables, protecting inline and block LaTeX, converting embeds and attachments into readable placeholders and sanitizing unsafe link schemes. Slack desktop output uses the native slack/texty clipboard format, while empty selections can copy the full note or only the current line.

Reviews

No reviews yet.

Stats

0
stars
104
downloads
0
forks
4
days
3
days
3
days
84
total PRs
4
open PRs
6
closed PRs
74
merged PRs
27
total issues
0
open issues
27
closed issues
130
commits

Latest Version

4 days ago

Changelog

What's Changed

Full Changelog: https://github.com/shallow1992/obsidian-format-convert-copy/compare/0.3.35...0.3.36

README file from

Github

Format Convert Copy

License: MIT Build & Test Latest Release Obsidian

Format Convert Copy is a lightning-fast Obsidian plugin that converts selected Markdown text or active notes into Slack, Discord, and WhatsApp formats—or copies clean raw Markdown—with a single tap or shortcut.

Designed from the ground up for seamless cross-platform usage across Desktop (macOS, Windows, Linux) and Mobile (iOS, Android).

English Guide | 日本語ドキュメント


Features

  • 🌐 Multilingual Support (i18n): Automatically detects Obsidian's UI language to provide a native interface in English (default) and Japanese.
  • 🚀 One-Tap Multi-Platform Copy:
    • Slack: Synthesizes Slack's internal Quill Delta format (slack/texty) on Desktop for native code blocks, 5-level nested lists, blockquotes, and formatting, with clean mrkdwn fallback for mobile.
    • Discord: Full Discord Markdown conversion (**bold**, *italic*, __underline__, ~~strike~~, code fences).
    • WhatsApp: WhatsApp-specific formatting (*bold*, _italic_, ~strike~, expanded link syntax).
    • Raw Markdown: Cleanly copy active note or selection without formatting modifications.
  • 📱 Built for Mobile Ergonomics (iOS & Android):
    • Mobile Navigation Bar: Direct copy buttons or full format selection menu.
    • Mobile Keyboard Toolbar: Distinct, recognizable icons (share-2, message-square, message-circle, file-text, copy) for one-tap toolbar access.
    • File Explorer Long-Press: Convert entire notes directly from file lists without opening them.
  • 📐 Automatic Markdown Table Formatting:
    • Automatically aligns columns and formats Markdown tables into monospace code blocks (``` / <pre><code>) so tables never misalign in chat apps.
    • Full support for CJK (Japanese, Chinese, Korean) double-width character alignment.
  • 🧮 LaTeX / MathJax Protection:
    • Inline math ($...$) and block math ($$...$$) are protected against accidental formatting (prevents subscripts _ and asterisks * from corrupting formulas).
  • 🖼️ Embed & Attachment Normalization:
    • Wikilink embeds (![[screenshot.png|300]], ![[document.pdf]]) are cleanly converted to readable placeholders ([image: screenshot.png], [attachment: document.pdf]).
  • 🔒 Security First (URL Scheme Sanitization):
    • Validates URL schemes in links, blocking dangerous protocols like javascript: and data:.
  • 🔔 Customizable Notification:
    • Toggle copy success toast notifications on or off for seamless, uninterrupted workflows. Error notifications will always be displayed.
  • 🎯 Smart Empty Selection:
    • Configurable behavior when no text is selected: copy the entire note or just the current cursor line.

Syntax Conversion Comparison

Obsidian Syntax Slack (Desktop: texty / Mobile: HTML) Discord WhatsApp
**Bold** / __Bold__ *Bold* / <b>Bold</b> **Bold** *Bold*
*Italic* / _Italic_ _Italic_ / <i>Italic</i> *Italic* _Italic_
~~Strikethrough~~ ~Strikethrough~ / <s>...</s> ~~Strikethrough~~ ~Strikethrough~
<u>Underline</u> Plain text / <u>Underline</u> __Underline__ (native underline) Plain text (stripped)
# Heading *Heading* / <b>Heading</b> #..### Heading (preserved) / ####..###### (bold fallback) *Heading* (bold fallback)
1. Numbered List 1. Item (5-level nested list) 1. Item 1. Item
- Bullet / * Bullet • Bullet / <ul><li> (5-level nested list) - Bullet (deep nesting supported) - Bullet (single level)
- [ ] Task ☐ Task ☐ Task ☐ Task
- [x] Done ☑ Done ☑ ~~Done~~ (strikethrough) ☑ Done
`Inline Code` `code` / <code>code</code> `code` `code`
```Code Block``` Native block (Desktop) / <pre><code> (Mobile) Native code block (```) Monospace block (```)
> Quote Native quote (Desktop) / <blockquote> (Mobile) > Quote (native quote) > Quote (native quote)
> [!NOTE] Callout Bold-titled quote (Desktop) / <blockquote><b> (Mobile) > **[NOTE]** (or > **[Title]**) > *[NOTE]* (or > *[Title]*)
[Title](url) <url|Title> / <a href="..."> [Title](url) Title (url) (auto-expanded)
[[Note|Alias]] Alias Alias Alias
![[image.png|300]] [image: image.png] [image: image.png] [image: image.png]
![[audio.mp3]] [media: audio.mp3] [media: audio.mp3] [media: audio.mp3]
![[file.pdf]] [attachment: file.pdf] [attachment: file.pdf] [attachment: file.pdf]
$$E = mc^2$$ Protected code block Protected code block Protected code block
$x_1 * y_1$ Protected inline code Protected inline code Protected inline code
Markdown Tables Monospace code block (auto-aligned) Monospace code block (auto-aligned) Monospace code block (auto-aligned)

How to Use

1. Navigation Bar / Ribbon Icons

Click or tap the ribbon icon (left ribbon on desktop, navigation bar on mobile) to immediately convert and copy:

  • By default, only the Format Selection Menu (copy) icon is enabled, allowing you to choose any format on tap.
  • Individual direct copy buttons (Slack, Discord, WhatsApp, Markdown) can be enabled or customized in Settings.

2. Mobile Keyboard Toolbar (iOS / Android)

Add Format Convert Copy commands to your Obsidian Mobile Toolbar under Settings > Mobile > Manage toolbar options:

  • Each command has a distinct icon so they are easily recognizable above the keyboard.

3. File Explorer Menu (Long-Press / Right-Click)

In the file tree, right-click (desktop) or long-press (mobile) any Markdown note to copy its contents:

  • By default, the Format Selection Menu is enabled in the file menu to choose any format.
  • Individual direct copy items (Slack, Discord, WhatsApp, Markdown) can be enabled in Settings.

4. Desktop Editor Context Menu (Right-Click)

Right-click inside the editor on desktop to convert and copy text:

  • By default, the Format Selection Menu is enabled to choose any format from a popup menu.
  • Individual direct format items (Slack, Discord, WhatsApp, Markdown) can be enabled in Settings.

5. Command Palette & Hotkeys

Open the Command Palette (Ctrl/Cmd + P) and search for:

  • Format Convert Copy: Convert and copy for Slack (Japanese: Slack形式に変換してコピー)
  • Format Convert Copy: Convert and copy for Discord (Japanese: Discord形式に変換してコピー)
  • Format Convert Copy: Convert and copy for WhatsApp (Japanese: WhatsApp形式に変換してコピー)
  • Format Convert Copy: Copy as raw Markdown (Japanese: Markdown形式でコピー)
  • Format Convert Copy: Choose format and copy (Show menu) (Japanese: 形式を選択してコピー)

Installation

Via Obsidian Community Plugins

  1. Open Settings > Community plugins in Obsidian.
  2. Search for Format Convert Copy.
  3. Click Install, then Enable.

Via BRAT (Beta Testing)

  1. Install the Obsidian42 - BRAT plugin.
  2. Go to Settings > BRAT > Add Beta plugin.
  3. Enter shallow1992/obsidian-format-convert-copy.
  4. BRAT will automatically download the latest release and keep it updated.

Manual Installation

  1. Download main.js, manifest.json, and styles.css from the Latest Release.
  2. Create a folder named format-convert-copy in your vault's plugin directory: your-vault/.obsidian/plugins/format-convert-copy/
  3. Copy the downloaded files into that folder.
  4. Reload Obsidian and enable Format Convert Copy under Settings > Community plugins.

日本語ガイド

概要

Format Convert Copy は、Obsidianで作成したMarkdownノートや選択テキストを、Slack・Discord・WhatsApp の各チャットアプリに最適化された記法(または純粋なMarkdown)にワンタップで変換してクリップボードにコピーするプラグインです。

主な特徴

  • Slack・Discord・WhatsApp・Markdown の4形式に対応
  • 多言語対応(i18n): Obsidianの言語設定に合わせて英語と日本語をシームレスに自動切り替え
  • モバイル(iOS / Android)完全対応: ナビゲーションバー、キーボード上部のモバイルツールバー、ファイル一覧の長押しメニューから快適に利用可能
  • Markdown表(テーブル)の自動等幅化: チャットアプリで崩れやすい表構文を等幅フォントのコードブロックに自動整形(日本語全角文字の幅も正確に考慮)
  • 数式(LaTeX / MathJax)の保護: $E=mc^2$$$...$$ のアンダースコアやアスタリスクが斜体・太字に誤変換されるのを防止
  • 画像・添付ファイル記法対応: ![[image.png|300]] などのObsidian独自記法を [image: image.png] などの読みやすいテキストに置換
  • URLスキームの安全検証: javascript: 等の危険なURLスキームを自動サニタイズ
  • 未選択時の動作設定: テキスト未選択時に「ノート全文」または「カーソル行(現在の1行)」のどちらをコピーするか選択可能
  • サイレントモード: 完了トースト通知(Notice)を非表示にして連続作業を快適に

各形式の変換対応表

ObsidianのMarkdown記法が、コピー時に各アプリ向けにどのように変換されるかの一覧です。

記法・要素 Obsidian (元の記法) Slack形式 (PC: texty / モバイル: HTML) Discord形式 WhatsApp形式
太字 **テキスト** / __テキスト__ *テキスト* / <b>テキスト</b> **テキスト** *テキスト*
斜体 *テキスト* / _テキスト_ _テキスト_ / <i>テキスト</i> *テキスト* _テキスト_
打消し線 ~~テキスト~~ ~テキスト~ / <s>テキスト</s> ~~テキスト~~ ~テキスト~
下線 <u>テキスト</u> 通常テキスト / <u>テキスト</u> __テキスト__(Discord下線) 通常テキスト(タグ除去)
見出し # 見出し *見出し*(太字化) / <b> #..### 見出し(維持) / ####..######(太字化) *見出し*(太字化)
番号付きリスト 1. 項目 1. 項目(5階層ネスト連番) 1. 項目 1. 項目
箇条書き - 項目 / * 項目 • 項目 / <ul><li>(5階層ネスト) - 項目(深層ネスト対応) - 項目(単一階層)
未完了タスク - [ ] タスク ☐ タスク ☐ タスク ☐ タスク
完了タスク - [x] 完了 ☑ 完了 ☑ ~~完了~~(打消し線で強調) ☑ 完了
インラインコード `コード` `コード` / <code>コード</code> `コード` `コード`
コードブロック ```言語\nコード\n``` ネイティブ枠(PC: slack/texty) / <pre><code>(モバイル) ネイティブコード枠(``` 等幅コード枠(```
引用 > 引用 ネイティブ引用枠(PC) / <blockquote>(モバイル) > 引用 > 引用
Callout > [!NOTE] 内容 太字見出し付き引用枠(PC) / <blockquote><b>(モバイル) > **[NOTE]**(または > **[内容]** > *[NOTE]*(または > *[内容]*
Webリンク [タイトル](URL) <URL|タイトル> / <a href="..."> [タイトル](URL) タイトル (URL)(URL自動展開)
Wikilink [[ノート名|別名]] 別名(または ノート名 別名 別名
画像埋め込み ![[image.png|300]] [image: image.png] [image: image.png] [image: image.png]
メディア埋め込み ![[audio.mp3]] [media: audio.mp3] [media: audio.mp3] [media: audio.mp3]
添付ファイル ![[file.pdf]] [attachment: file.pdf] [attachment: file.pdf] [attachment: file.pdf]
数式(ブロック) $$E = mc^2$$ 等幅コードブロック保護 等幅コードブロック保護 等幅コードブロック保護
数式(インライン) $x_1 * y_1$ インラインコード保護 インラインコード保護 インラインコード保護
表(テーブル) Markdownテーブル 等幅コードブロック(列幅自動整列) 等幅コードブロック(列幅自動整列) 等幅コードブロック(列幅自動整列)
各形式ごとの詳細仕様
  • Slack形式:
    • デスクトップ環境 (PC): Slack独自の内部クリップボード形式 slack/texty(Quill Delta JSON)を出力します。Slackアプリがネイティブ内部データとして認識するため、コードブロックの分断や多段リストの崩れを完全に防ぎ、100%の忠実度でリッチテキストコンテナを復元します。
    • モバイル環境 (iOS / Android): モバイルSlackアプリの仕様に合わせて最適化された HTML<b>, <i>, <a>, <ul>, <ol> 等)を出力します。最大5階層までの美しい多段ネストリスト(黒丸・白丸・四角の自動サイクルやアルファベット・ローマ数字の連番)やインライン装飾をネイティブ描画します。
    • Webリンク: Slack独自の <URL|表示テキスト> 記法に変換され、リンクとして正しくクリックできます。
    • LaTeX数式のネイティブコード枠化: インライン数式($E = mc^2$)はインラインコード枠、ブロック数式($$...$$)は複数行コードブロック枠として保護され、数式内のアンダースコア(_)やアスタリスク(*)による構文崩れを防止します。
  • Discord形式:
    • 見出しフォールバック: Discordがネイティブ対応している #(H1)、##(H2)、###(H3)はそのまま維持し、未対応の ##########(H4〜H6)は自動的に太字(**見出し**)へフォールバックして視認性を保ちます。
    • 下線(Underline): Discordでは __text__ が下線として機能するため、HTMLの <u>__text__ に変換します。また、標準Markdownの太字 __text__ は下線と誤認されないよう **text** に自動統一されます。
    • 完了タスク: チャット画面で完了状態がはっきりとわかるよう、自動的に打消し線(☑ ~~完了~~)を付与します。
    • 深層ネスト(多段リスト): DiscordのMarkdown仕様に合わせて、最大10段階までの深い階層(インデント)をそのまま維持してコピーします。
  • WhatsApp形式:
    • URLの自動展開: WhatsAppはMarkdownのリンク記法 [タイトル](URL) を認識しないため、タイトル (URL) の形式に自動展開し、受信者がリンクをタップできるようにします。
    • 見出しの太字化: WhatsAppには見出し記法(#)がないため、構造を崩さず強調できるよう *見出し* に変換します。
    • 箇条書きリスト: WhatsAppの公式仕様に基づき、箇条書き(- )は単一階層のリストとして出力されます。
  • Markdown形式(Raw):
    • フォーマット変換を行わず、Obsidianで編集中のMarkdown原文のまま素早くコピーします。
  • 全形式共通の安心機能:
    • テーブル自動整列: チャット送信時に崩れやすいMarkdownテーブルは、CJK(日本語全角文字)の2幅分を正しく計算してパイプ(|)の位置を自動パディングし、等幅コードブロック(```...```)として保護します。
    • 数式記法の保護: LaTeX数式内のアンダースコア(_)やアスタリスク(*)が斜体や太字に化けてしまわないよう、自動でコードとして退避・復元します。
    • 安全なリンクのみ許可: javascript:data: などの不正なスクリプトスキームを自動遮断し、XSS攻撃等を未然に防ぎます。

使い方

  1. リボン / ナビゲーションバー: 画面左のリボン(PC)や画面下部のナビゲーションバー(モバイル)のアイコンを1タップするだけでコピー完了。
  2. モバイルキーボードツールバー: Obsidianの「設定 > モバイル > ツールバーのオプション」から各形式のコマンドを登録すれば、キーボード上の専用アイコンから即座にコピー可能。
  3. ファイル一覧メニュー: ファイル一覧でノートを長押し(モバイル)または右クリック(PC)して、ノートを開かずに直接好きな形式でコピー。
  4. コマンドパレット & ショートカット: Ctrl/Cmd + P から「Slack形式に変換してコピー」などを検索して実行可能。

Technical Documentation & Testing


Development

All build and test tasks are containerized via Docker to guarantee a clean, reproducible environment:

# Run unit tests (Vitest)
docker compose run --rm format-convert npm test

# Build production bundle
docker compose run --rm format-convert npm run build

# Watch mode
docker compose run --rm format-convert npm run dev

License

This project is licensed under the MIT License.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Quoth
5 years ago by Eric Rykwalder
Multi-Column Markdown
5 years ago by Cameron Robinson
A plugin for the Obsidian markdown note application, adding functionality to render markdown documents with multiple columns of text.
Copy as HTML
5 years ago by Bailey Jennings
A simple plugin that copies the selected text to your clipboard as HTML
Excel to Markdown Table
5 years ago by Ganessh Kumar R P
An Obsidian plugin to paste data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables in Obsidian editor.
Marjdown shortcuts
5 years ago by Jules Guesnon
🪨 Obsidian plugin that allows to write markdown from commands
Creases
5 years ago by Liam Cain
👕 Tools for effectively folding markdown sections in Obsidian
Quiet Outline
4 years ago by the_tree
Improving experience of outline in Obsidian
Enveloppe
4 years ago by Mara-Li
Enveloppe helps you to publish your notes on a GitHub repository from your Obsidian Vault, for free!
Filename Emoji Remover
4 years ago by Yüksel Tolun
A simple plugin for the note taking app Obsidian that will rename your files to remove emojis in their names.
ExcaliBrain
4 years ago by Zsolt Viczian
A graph view to navigate your Obsidian vault
Obsidian GoLinks
4 years ago by David Brownman (@xavdid)
Turn go/links into clickable elements in Obsidian
Hard Breaks
4 years ago by Börge Kiss
↩ A plugin for Obsidian that adds functionality to force hard line breaks
Heading Shifter
4 years ago by kasahala
Easily Shift and Change markdown headings.
Literate Haskell
4 years ago by James Jensen
An obsidian plugin for integrating .lhc files into your PKM.
Blockquote Levels
4 years ago by Carlo Zottmann
A plugin for Obsidian (https://obsidian.md) that adds commands for increasing/decreasing the blockquote level of the current line or selection(s).
Table Generator
4 years ago by Boninall
A plugin for generate markdown table quickly like Typora.
qmd as md
4 years ago by Daniel Borek
A plugin for Obsidian that enables editing and compiling `qmd` Quarto files.
Awesome Flashcard
4 years ago by AwesomeDog
Handy Anki integration for Obsidian.
Copy document as HTML
4 years ago by mvdkwast
Obsidian plugin: copy document as HTML, including images
Dirtreeist
4 years ago by kasahala
Render a directory Structure Diagram from a markdown lists in codeblock.
Obsidian Handlebars Template Plugin
4 years ago by Sean Quinlan
This is a plugin for Obsidian adding support for the Handlebars template engine in Obsidian notes
Markdown to Jira Converter
4 years ago by muckmuck
An obsidian.md plugin, which provides a markdown to jira markup converter
Obsidian markdown export
4 years ago by bingryan
This plugin allows to export directory/single markdown to a folder. support output format(html/markdown/text)
Obsidian Clipper
4 years ago by John Christopher
Obsidian plugin that allows users to clip parts of a website into their obsidian daily note (or new note)
Image Captions
4 years ago by Alan Grainger
Add captions to images with inline Markdown and link support. The caption format is compatible with the CommonMark spec and other Markdown applications.
Console Markdown Plugin
4 years ago by Daniel Ellermann
An Obsidian plugin which renders console commands and their output.
Advanced Slides
4 years ago by MSzturc
Create markdown-based reveal.js presentations in Obsidian
Marp
4 years ago by JichouP
Plugin to use Marp with Obsidian
ChatGPT MD
4 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
Image Upload Toolkit
3 years ago by Addo Zhang
An obsidian plugin for uploading local images embedded in markdown to remote store and export markdown for publishing to static site.
Avatar
3 years ago by froehlichA
An obsidian plugin for displaying an avatar image in front of your notes.
Links
3 years ago by MiiKey
manipulate & manage obisidian links
PubScale
3 years ago by piriwata
An obsidian plugin for insert your note into a PlanetScale table
Image To Lskypro
3 years ago by NekouTarou
支持直接上传图片到图床Lsky,基于https://github.com/renmu123/obsidian-image-auto-upload-plugin.git改造。
Confluence to Obsidian
3 years ago by K
import confluence space into obsidian
Recipe Grabber
3 years ago by seethroughdev
File Include
3 years ago by Till Hoffmann
Importer
3 years ago by Obsidian
Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.
Markdown Link Space Encoder
3 years ago by Ron Kosova
Obsidian plugin to automatically encode spaces to %20 in Markdown-style links
Markdown Blogger
3 years ago by Alexa Fazio
Allows developers to push markdown notes to their local blog, portfolio, or static site. Works with Astro.js, Next.js, and any other framework configured to render markdown pages.
Markdown Tree
3 years ago by carvah
Introducing a powerful plugin that revolutionizes directory tree creation. With its intuitive Markdown-inspired coding style, this plugin empowers users to effortlessly and swiftly construct intricate directory trees.
Auto Front Matter
3 years ago by conorzhong
Markdown to Slack Message
3 years ago by Woongshik Choi
Copy Inline Code
3 years ago by Ondrej Zavodny
Postfix
3 years ago by Bhagya Nirmaan Silva (@bhagyas)
A postfix plugin for Obsidian
Floccus Bookmarks to Markdown
3 years ago by mddevils
Sheets Extended
3 years ago by NicoNekoru
Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Pickly PageBlend
3 years ago by Dmitrii Mitrichev
The easiest way to share your Obsidian notes
Recipe view
3 years ago by lachholden
View your Obsidian notes as interactive recipe cards while you cook.
Markdown table checkboxes
3 years ago by DylanGiesberts
Obsidian plugin. Allows for the usage of checkboxes inside markdown tables.
MagicCalendar
3 years ago by Vaccarini Lorenzo
An obsidian plugin that exploit a natural language processing engine to find potential events and sync them with iCalendar
Discord Message Formatter
3 years ago by Emile Durkheim
Obsidian.md plugin that lets you copy Discord conversations and perfectly formats them to Obsidian Markdown!
Markdown Image Caption
3 years ago by Hananoshika Yomaru
Generate image caption easily. Completely markdown-based.
Global Markdown Encryption
3 years ago by shlemiel
a plugin for encrypting obsidian markdowns in-memory, single password based.
Slackify Note
3 years ago by Jeremy Overman
File Cleaner Redux
3 years ago by husjon
A plugin for Obsidian to help clean up files in your vault
Publish URL
3 years ago by Hananoshika Yomaru
copy the publish url to clipboard
Autocorrect Formatter
3 years ago by b-yp
A plugin running on Obsidian that utilizes autocorrect to format Markdown content.
Highlight Helper
3 years ago by Chongmyung Park
Helper to collect highlight in Obsidian
Strip Internal Links
3 years ago by Adi Ron
A simple Obsidian plugin to strip internal links from files
Copy Image
3 years ago by Felipe D.S. Lima
Easily copy image to clipboard by right clicking image.
Paste From History
3 years ago by Daniel Karakka
Obsidian plugin that adds the ability to paste text from Obsidian's clipboard history.
Reason
3 years ago by Joshua Pham
Digest your Obsidian notes
My Bible
3 years ago by GsLogimaker
Your own customization bible in your personal vault!
Task list
3 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
GitHub Sync
3 years ago by Kevin Chin
Sync Obsidian vault to personal GitHub
Simple File Push
3 years ago by Kim Hudaya
Simple file push blog plugin
Quadro
3 years ago by Chris Grieser (aka pseudometa)
Obsidian Plugin for social-scientific Qualitative Data Analysis (QDA). An open alternative to MAXQDA and atlas.ti, using Markdown to store data and research codes.
Yesterday
3 years ago by Dominik Mayer
Obsidian plugin providing Yesterday journaling support
Cooklang
3 years ago by Roger Veciana i Rovira
Foodiary
2 years ago by vkostyanetsky
Food tracker plugin for Obsidian
Mehrmaid
2 years ago by huterguier
Rendering Obsidian Markdown inside Mermaid diagrams.
Slurp
2 years ago by inhumantsar
Slurps webpages and saves them as clean, uncluttered Markdown. Think Pocket, but better.
Enhanced Copy
2 years ago by Mara-Li
A obsidian plugin that allows to copy in markdown in reading view or canvas read-only view, creating profile and transform the text during copy.
Slides Extended
2 years ago by Erin Schnabel (original: MSzturc)
Create markdown-based reveal.js presentations in Obsidian
ii
2 years ago by Wilson
The main feature of this plugin is to quickly insert common Markdown code and HTML code, including Sup, Sub, Audio, Video, Iframe, Left-Center-Right Alignment, Variables, Footnotes, Callout, Anchor Points, HTML Comments and so on.
Docxer
2 years ago by Developer-Mike
🚀 Boost your productivity by previewing and converting Word files easily to markdown.
Prettier
2 years ago by GoodbyeNJN
Interactive Code Blocks
2 years ago by Student Assistenten Team Deeltaken
Spoilers
2 years ago by Jacobtread
Spoiler blocks for Obsidian
Asciidoc Reader
2 years ago by voidgrown
Obsidian plugin for reading AsciiDoc files
Dataview Serializer
2 years ago by Sébastien Dubois
Obsidian plugin that gives you the power of Dataview, but generates Markdown, making it compatible with Obsidian Publish, and making the links appear on the Graph.
Dataview Publisher
2 years ago by UD
Output markdown from your Dataview queries and keep them up to date. You can also be able to publish them.
AI Chat as Markdown
2 years ago by Charl P. Botha
Better Markdown Links
2 years ago by mnaoumov
Obsidian plugin that adds support for angle bracket links and manages relative links properly
Note Linker with Previewer
2 years ago by Nick Allison
Obsidian Plugin to find and Link notes
Marker PDF to MD
2 years ago by L3N0X
Make use of different AI models to convert your pdfs into markdown with perfect ocr, latex formulas, tables, images and more! Supports Mistral AI OCR (free) and self hosted variants!
Recursive Copy
2 years ago by datawitch
Import GitHub Readme
2 years ago by Chasebank87
Discord Rich Presence
6 years ago by Luke Leppan
Update your Discord Status to show your friends what you are working on in Obsidian. With Discord Rich Presence.
Markdown prettifier
6 years ago by pelao
A markdown prettifier for obsidian
Extract Highlights
6 years ago by Alexis Rondeau
Manage your highlights in Obsidian by easily creating, removing and exporting them.
Mind Map
6 years ago by James Lynch
An Obsidian plugin for displaying markdown notes as mind maps using Markmap.
JSONifier
6 years ago by Kjell Connelly
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.
Show Current File Path
6 years ago by Ravi Mashru
Obsidian plugin to show the file path of the current file in the status bar
Mochi Cards Exporter
6 years ago by kalbetre
Mochi Cards Exporter Plugin for Obsidian
Extract url content
5 years ago by Stephen Solka
Plugin to extract markdown out of urls
Table Extended
5 years ago by AidenLx
Extend basic table in Obsidian with MultiMarkdown table syntax
mdx as md
5 years ago by Nikolay Kozhukharenko
Edit mdx files in Obsidian.md as if they were markdown
Markdown Furigana
5 years ago by Steven Kraft
Simple Markdown to Furigana Rendering Plugin for Obsidian
Image auto upload
5 years ago by renmu123
auto upload image with picgo
Enhancing Mindmap
5 years ago by Mark
obsidian plugin editable mindmap,you can edit mindmap on markdown file
Image Uploader
5 years ago by Creling
Paste Mode
5 years ago by Jacob Levernier
Obsidian Notes plugin for pasting text and blockquotes to the cursor's current level of indentation.
Markdown Attributes
5 years ago by Jeremy Valentine
Add attributes to elements in Obsidian
Emoji Shortcodes
5 years ago by phibr0
Emoji Shortcodes - Obsidian Plugin | Adds Support for Emoji Shortcodes to Obsidian
Relative Find
5 years ago by phibr0
ReadItLater
5 years ago by Dominik Pieper
OzanShare Publish
5 years ago by Ozan Tellioglu
This plugin allows you to publish your markdown notes with a single click directly from your Obsidian vault.
Tweet to Markdown
5 years ago by kbravh
An Obsidian.md plugin to save tweets as Markdown files.
Copy as LaTeX
5 years ago by mo-seph
Quick plugin to be able to copy/paste from Obsidian/Markdown into a Latex document
CardBoard
5 years ago by roovo
An Obsidian plugin to make working with tasks a pleasure (hopefully anyway).
CookLang Editor
5 years ago by death_au/cooklang
Edit and display Cooklang recipes in Obsidian
Remove HTML Tag
2 years ago by ChenPengyuan
Immersive Translate
2 years ago by imfenghuang
Immersive Translate For Obsidian
Quarto Exporter
2 years ago by Andreas Varotsis
Export Obsidian notes to Quarto-compatible QMD files.
Copy Section
2 years ago by skztr
Obsidian.md plugin adding a Copy button to the top of Headed sections
Advanced Copy
2 years ago by leschuster
An Obsidian plugin to copy Markdown and transform it into HTML, Anki, or any custom format. Create custom profiles with versatile templates tailored to your workflow.
Arweave Uploader
2 years ago by makesimple
Hexo Toolkit
2 years ago by Xiangru
An Obsidian plugin for maintaining Hexo posts.
Markdown Timeline
2 years ago by Jiaheng Zhang
An Obsidian plugin to record the events in a Flashback timeline
Markdown Tags
2 years ago by John Smith III
Enhance your Markdown documents with custom tags. Use predefined or custom labels, customizable colors, and arrow indicators to visually track tasks and statuses.
Insta TOC
2 years ago by Nick C.
Generate, update, and maintain a table of contents for your notes while typing in real time.
Simple Todo
2 years ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Chronos Timeline
2 years ago by Claire Froelich
Render interactive timelines in your Obsidian notes from simple Markdown.
Discord Timestamps
2 years ago by Erika Gozar
Displays discord timestamps in read mode as they would appear in Discord.
Export to HTML
2 years ago by kalvn
Export a note as HTML in the clipboard or in a file.
Smart Context
2 years ago by 🌴 Brian
Hanko
2 years ago by Telehakke
Obsidian plugin.
Cooksync
2 years ago by Cooksync
This is the official Obsidian plugin for Cooksync, maintained by the Cooksync team. It enables automatic import of recipe data from your Cooksync account. Note that this plugin requires a Cooksync account - a paid service that makes it easy to collect recipes from almost any recipe website.
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.
WhatsApp export note
2 years ago by JoaoEmanuell
Obsidian plugin to export notes for whatsapp
Callout Copy Buttons
2 years ago by Aly Thobani
An Obsidian plugin that adds copy buttons to callout blocks in your notes.
Confluence Converter
2 years ago by Addo Zhang
An Obsidian Plugin for Confluence
Attachments MD Indexer
2 years ago by Ian Inkov
Converts Obsidian canvas files to markdown index files, making canvas content searchable and graph-viewable within Obsidian.
Automatic Linker
2 years ago by Kodai Nakamura
Extended Markdown Syntax
2 years ago by Kotaindah55
Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.
Paste Image Into Property
2 years ago by Nito
Title As Link Text
2 years ago by Lex Toumbourou
An Obsidian plugin to set the Link Text using the document title
Chat clips
2 years ago by sleepingraven
Record chat in ordinary markdown list.
Student Repo
2 years ago by Feirong.zfr
学生知识库助手(Student Repository Helper)是一个面向学生或学生家长的Obsidian 插件,这款插件旨在解决学生在学习阶段面临的资料管理难题,将学习过程中产生的各类重要资料,如试卷、笔记、关键文档、绘画手工作品等,进行系统性的数字化整合与管理,并利用 AI 助手定期进行学习分析总结。随着时间的推移,它将助力你逐步搭建起一座专属你自己的知识宝库,这座宝库将伴随你一生,成为你知识成长与积累的见证。
Advanced Progress Bars
a year ago by cactuzhead
Obsidian plugin to create custom progress bars
Command Line
a year ago by Steven Stallion
Copy command lines from your notes to the clipboard.
PDF Folder to Markdowns
a year ago by CrisHood
Convert a folder of PDFs into a folder of Markdown files with embedded PDFs. This plugin is useful for users who want to migrate their PDF notes from different apps (e.g., Boox) or organize their reference materials inside Obsidian.
Image Embedder
a year ago by Natalie Sumbo
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
Convert Base64 to PNG
a year ago by Nykko Lin
Converts base64-encoded images to local PNG files for Obsidian.
Paste Image Rename and Convert
a year ago by iaos
An obsidian plugin that renames pasted images and covert formats
Themed Discord RPC
a year ago by Mouadhbendjedidi
A Customizable Obsidian discord RPC
Discord Message Sender
a year ago by okawak
Obsidian Plugin: Send messages from a Discord channel to your Vault
Markdown Calendar Generator
a year ago by Zach Russell
An intentionally simple obsidian markdown table calendar generator
Simple Columns
a year ago by Josie
An Obsidian plugin that lets you create easily resizable and customizable columns in your notes.
Sonkil
a year ago by ohyoungpark
Clipboard Manager
a year ago by Ayush Raj
The clipboard obsidian plugin
Paste as file link
a year ago by Matthias Büge
This plugin is used to paste a text from the clipboard as a link to an existing obsidian note
Keyboard Formatter
a year ago by Lauloque
Formats keyboard text (kbd) in your Obsidian notes quickly and consistently.
Ghost Text
a year ago by lawrencefeng17
Note Minimap
a year ago by Yair Segel
Add a minimap to your Obsidian notes.
Horizontal Blocks
a year ago by iCodeAlchemy
Bring Notion-style layouts to Obsidian — with side-by-side, resizable markdown blocks that support full Obsidian syntax including images, embeds, and internal links.
Fix Line Endings on Copy
a year ago by KiwiJanus
Cliplet
a year ago by namikaze-40p
An Obsidian plugin that serves as a clipboard and snippet manager — your own, separate from the OS clipboard.
GH Links Shortener
10 months ago by David Barnett
Obsidian plugin to set shortened link text for pasted GitHub URLs
Table Checkbox Renderer
9 months ago by Daniel Aguerrevere
Interactive checkboxes for Markdown tables in Obsidian. Toggle checkboxes in Reading Mode and instantly update your Markdown file. Supports multiple checkboxes per cell and any table layout.
SlashComplete
9 months ago by Spiderpig86
Notion-style Markdown autocompletion for Obsidian.
Archivist Importer
6 months ago by Archivist AI
An Obsidian Plugin to Imort Your Vaults into Archivist
Markdown Cleaner
4 months ago by gao-qian-long
Obsidian格式化markdown插件
Fountain Editor
4 months ago by Chuang Caleb
Obsidian plugin for Fountain screenplay syntax formatting.
Square
2 months ago by Jiao Yingxing
Installable runtime artifacts for Square, a lightweight Obsidian habit tracker.
Copy Contents
2 months ago by Richard Jones
Copy or export file and folder contents - perfect for LLMs
Budget Planner
2 months ago by kalinichenko88
A minimalist budget planning tool for Obsidian. Create, track, and manage budgets using markdown code blocks directly in your notes.
Side-Notes
a month ago by Fried Fishsticks
Tufte-style sidenotes for Obsidian
Tabsdown
a month ago by grafanakibana
Create accessible, theme-native tabbed blocks for Markdown-renderable content in Obsidian.
Power Editor
a month ago by Power Plugins
Format any note from a toolbar, selection bubble, or slash menu: WYSIWYG editing, block drag handles, image resizing, dictation, and AI edits, all staying plain Markdown.
Visual Card Writer
a month ago by David Hurt
A visual, card-based Markdown writing interface for Obsidian.
PDF to Markdown Native
a month ago by Andres Herle Lang
rumdl
a month ago by rvben
Obsidian plugin for markdown linting with rumdl
Sectionals
18 days ago by Aaron Bell
Remove whole sections of a note in Obsidian without selecting them first
Simple Editorial
13 days ago by Beppe
A minimal editorial markup plugin for writers using Obsidian.
Table Resize
6 days ago by lishuai1993
调整obsidian中表格宽度的插件