Image Upload Toolkit

by Addo Zhang
5
4
3
2
1
Score: 67/100

Description

Category: 3rd Party Integrations

The Image Upload Toolkit plugin enables seamless uploading of local images embedded in markdown notes to various remote storage providers, including Imgur, Aliyun OSS, ImageKit, Amazon S3, TencentCloud COS, and Qiniu Kodo. It simplifies the process of preparing markdown documents for publishing on static sites like GitHub Pages by converting local image links into remote URLs while maintaining the original notes with local images in the Obsidian vault. The plugin provides an efficient workflow by directly copying the updated markdown with remote image URLs to the clipboard, streamlining content preparation for external platforms.

Reviews

No reviews yet.

Stats

113
stars
12,308
downloads
20
forks
1,134
days
41
days
42
days
11
total PRs
0
open PRs
3
closed PRs
8
merged PRs
42
total issues
0
open issues
42
closed issues
12
commits

Latest Version

README file from

Github

📸 Obsidian Image Upload Toolkit

Seamlessly upload and manage images for your Obsidian notes across multiple cloud platforms

📋 Table of Contents

🚀 Quick Start

5-Minute Setup

  1. Install Plugin - Search for "Image Upload Toolkit" in Obsidian Community Plugins
  2. Basic Configuration - Select Imgur and set up your Client ID
  3. Start Using - Run the "Publish Page" command in any note
  4. View Results - Images are automatically uploaded and URLs are copied to clipboard

System Requirements

  • Obsidian version ≥ 0.11.0
  • Desktop platforms only (Windows/macOS/Linux)
  • ⚠️ Mobile not supported

✨ Features

Core Functionality

  • Smart Image Detection - Automatically recognizes Markdown and Wiki link formats
  • Multi-Format Support - PNG, JPG, JPEG, GIF, SVG, WebP, Excalidraw
  • Batch Processing - Upload multiple images simultaneously
  • Real-Time Progress - Optional progress modal with detailed feedback
  • Flexible Paths - Support for relative paths and dynamic path variables
  • Web Image Upload - Download and re-upload web images to your storage (optional)
  • Mermaid Conversion - Automatically convert mermaid diagrams to PNG images during publish (optional)

Supported Storage Services (10 providers)

Service Rating Best For
Imgur ⭐⭐⭐ Personal blogs
GitHub ⭐⭐⭐⭐ Open source projects
Cloudflare R2 ⭐⭐⭐⭐⭐ Professional use
AWS S3 ⭐⭐⭐⭐ Enterprise
Aliyun OSS ⭐⭐⭐⭐ Chinese users
TencentCloud COS ⭐⭐⭐⭐ Chinese users
Qiniu Kodo ⭐⭐⭐⭐ Chinese users
ImageKit ⭐⭐⭐⭐ CDN optimization
Backblaze B2 ⭐⭐⭐⭐ Cost-effective storage
Gyazo ⭐⭐⭐⭐ Fast sharing workflows

Perfect for publishing to static sites like GitHub Pages or any platform requiring externally hosted images.

🛠️ Installation & Configuration

Step 1: Install Plugin

  1. Open Obsidian Settings → Community Plugins
  2. Search for "Image Upload Toolkit"
  3. Click Install and Enable

Step 2: Basic Settings

  • Use image name as Alt Text: ✅ Recommended (uses filename as alt text)
  • Update original document: ❌ Suggested disabled (preserves original notes)
  • Ignore note properties: ✅ Recommended (removes frontmatter when publishing)
  • Show progress modal: ✅ Recommended (better user experience)
  • Upload web images: ❌ Optional (downloads and re-uploads web images to prevent link rot)
  • Convert mermaid diagrams: ❌ Optional (converts mermaid code blocks to PNG images during publish)
  • Mermaid scale: 2 (image resolution multiplier, 1-4x)
  • Mermaid theme: default (options: default/dark/forest/neutral/base)

Step 3: Choose Storage Service

Select your preferred storage service from the dropdown. See Storage Service Configuration for detailed setup instructions.

📖 Usage Guide

Basic Usage

  1. Open any note with local images
  2. Use Command Palette (Ctrl/Cmd + P)
  3. Type "Publish Page" and select the command
  4. All local images will be uploaded to your configured storage
  5. Updated markdown with new URLs is copied to clipboard

screenshot

Advanced Usage

  • Custom Paths: Use variables like {year}/{mon}/{day}/{filename} in path settings
  • Relative Paths: Support for ./ and ../ relative path formats
  • Dynamic Attachments: Works with Obsidian's attachment folder settings
  • Web Image Upload: Enable in settings to automatically download and re-upload web images (http/https URLs) to your storage service. Images already hosted on your configured storage are automatically skipped.

🔧 Storage Service Configuration

Service Selection Guide

  • Personal Use: Imgur (simple and free)
  • Open Source: GitHub (version control integration)
  • Quick Sharing: Gyazo (simple token-based upload)
  • Professional: Cloudflare R2 (high performance)
  • Enterprise: AWS S3 (full-featured)
  • Chinese Users: Aliyun OSS (optimized for China)
  • Budget-Friendly: Backblaze B2 (low-cost with generous free tier)

Detailed Configuration

1. Visit https://api.imgur.com/oauth2/addclient
2. Create application (select "OAuth 2 authorization without a callback URL")
3. Copy Client ID to plugin settings
4. No additional keys required
1. Create Personal Access Token with 'repo' scope
2. Prepare a public repository for image storage
3. Configure repository information and access token
Note: Images are committed as regular files to the repository
Gyazo
1. Visit https://gyazo.com/oauth/applications
2. Create a Gyazo application
3. Issue an access token from the application dashboard
4. No OAuth callback server is required for this plugin. It uses the issued access token directly.
5. Configure in plugin:
   - Access Token
   - Access Policy: anyone or only_me
   - Common Description: optional shared desc value for every upload
Note: only_me uploads may not be usable for public publishing workflows
1. Sign up at https://dash.cloudflare.com/sign-up
2. Enable R2 storage in your Cloudflare dashboard
3. Create an R2 bucket for images
4. Generate API credentials:
   - Go to R2 → Overview → Manage R2 API Tokens
   - Create token with read/write permissions
5. Configure in plugin:
   - Access Key ID and Secret Access Key
   - Endpoint: https://<account-id>.r2.cloudflarestorage.com
   - Bucket Name: Your bucket name
   - Custom Domain: Optional (R2.dev URL or custom domain)
AWS S3
1. Create AWS account at https://aws.amazon.com
2. Create S3 bucket with public read access
3. Generate IAM credentials with S3 permissions
4. Configure in plugin:
   - Access Key ID and Secret Access Key
   - Region: AWS region of your bucket
   - Bucket Name: Your S3 bucket name
   - Custom Domain: Optional CDN domain
Aliyun OSS (阿里云对象存储)
1. Create Alibaba Cloud account
2. Create OSS bucket with appropriate permissions
3. Generate AccessKey pair from RAM console
4. Configure in plugin:
   - Access Key ID and Secret
   - Region: e.g., oss-cn-hangzhou
   - Bucket Name: Your OSS bucket
   - Custom Domain: Optional CDN domain
ImageKit
1. Create account at https://imagekit.io/registration/
2. Get API credentials from dashboard
3. Configure in plugin:
   - Public Key and Private Key
   - URL Endpoint: https://ik.imagekit.io/your_imagekit_id/
   - Folder: Optional organization folder
TencentCloud COS (腾讯云对象存储)
1. Create Tencent Cloud account
2. Create COS bucket with appropriate permissions
3. Generate SecretId and SecretKey from CAM console
4. Configure in plugin:
   - Secret ID and Secret Key
   - Region: e.g., ap-guangzhou
   - Bucket Name: Your COS bucket
   - Custom Domain: Optional CDN domain
Qiniu Kodo (七牛云存储)
1. Create Qiniu Cloud account
2. Create Kodo bucket
3. Generate Access Key and Secret Key
4. Configure in plugin:
   - Access Key and Secret Key
   - Bucket Name: Your Kodo bucket
   - Custom Domain: Domain bound to your bucket
Backblaze B2
1. Create Backblaze account at https://www.backblaze.com/b2/sign-up.html
2. Create a B2 bucket for images
3. Generate Application Key from App Keys page
4. Configure in plugin:
   - Key ID: Your application key ID
   - Application Key: Your application key
   - Bucket ID: Your B2 bucket ID
   - Bucket Name: Your B2 bucket name
   - Custom Domain: Optional (Cloudflare CDN or custom domain)

🔍 Troubleshooting

Common Issues

"Cannot locate image" Error

Cause: Incorrect image path configuration or missing files Solution:

  1. Check Obsidian's attachment folder settings
  2. Verify image files exist at specified paths
  3. Try using absolute paths for testing
Imgur Upload Failures

Cause: API limits or network issues Solution:

  1. Verify Client ID is correct
  2. Wait a few minutes and retry (Imgur has rate limits)
  3. Consider alternative storage services
Relative Paths Not Working

Cause: Plugin version or path resolution issues Solution:

  1. Update to latest version
  2. Use relative paths starting with ./ or ../
  3. Check Obsidian's attachment settings
Progress Modal Not Showing

Cause: Settings issue or plugin conflicts Solution:

  1. Verify "Show progress modal" setting is enabled
  2. Restart Obsidian
  3. Check for conflicting plugins
Upload Errors with Special Characters

Cause: Filename encoding issues Solution:

  1. Avoid special characters in filenames
  2. Use only alphanumeric characters, hyphens, and underscores
  3. Check filename encoding in your file system
Web Image Download Failures

Cause: Network issues, CORS restrictions, or authentication requirements Solution:

  1. Check your internet connection
  2. Verify the web image URL is accessible
  3. Some images may require authentication and cannot be downloaded
  4. Disable "Upload web images" if you only want to process local images

📈 Best Practices

Workflow Recommendations

  1. Backup Important Data - Always backup before uploading
  2. Test Configuration - Use test images to verify setup
  3. Choose Appropriate Storage - Match service to your use case
  4. Monitor Links - Regularly check uploaded image URLs

Performance Optimization

  • Process smaller files first when batch uploading
  • Use local storage services when network is unstable
  • Regularly clean up unused configuration cache

Security Guidelines

  • Never share API keys publicly
  • Rotate access credentials regularly
  • Use minimum required permissions for storage services

File Organization

  • Use consistent naming conventions
  • Organize images by date or project
  • Consider using path variables for automatic organization

👥 Contributing

How to Contribute

  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Development Setup

git clone https://github.com/your-username/obsidian-image-upload-toolkit.git
cd obsidian-image-upload-toolkit
npm install
npm run dev

Code Standards

  • Use TypeScript strict mode
  • Follow existing code style
  • Include proper error handling
  • Add meaningful commit messages

Testing Requirements

  • Test on multiple platforms if possible
  • Verify functionality with different storage services
  • Ensure backward compatibility

📝 Changelog

v1.4.0 (Latest)

  • 🔖 Version bump release — same features as v1.3.0 with corrected release tagging

v1.3.0

  • ✨ Added mermaid diagram conversion to PNG images during publish
  • ✨ Added Backblaze B2 storage support
  • ✨ Configurable mermaid scale factor (1-4x) and theme (default/dark/forest/neutral/base)
  • 🐛 Fixed double-upload of mermaid-generated images when "Upload web images" is enabled
  • 🐛 Mermaid source blocks are preserved when "Update original document" is enabled
  • 🔧 Migrated ImageKit from SDK to Obsidian's built-in requestUrl API
  • 🔧 Improved B2 MIME type detection and URL derivation

v1.2.0

  • ✨ Added web image upload feature (addresses #37)
  • ✨ Smart detection to skip images already hosted on your storage
  • 📝 Improved documentation and error messages

v1.1.3

  • ✨ Added Cloudflare R2 support
  • 🐛 Fixed relative path handling issues
  • 📝 Improved error messages

v1.1.2

  • ✨ Added Qiniu Kodo support
  • 🐛 Fixed subfolder attachment path issues
  • 🎨 Enhanced progress display interface

v1.1.1

  • ✨ Added GitHub repository storage support
  • 🐛 Fixed dynamic path variable issues
  • 📖 Updated configuration documentation

v1.1.0

  • ✨ Added TencentCloud COS support
  • 🐛 Fixed various upload issues
  • 🎨 Improved user interface

v1.0.0

  • 🚀 Initial release
  • ✨ Support for Imgur, Aliyun OSS, ImageKit, AWS S3
  • 📖 Basic documentation

🙏 Acknowledgements

This plugin was inspired by the powerful markdown editor MWeb Pro and builds upon the work of several exceptional projects:


Made with ❤️ by Addo Zhang

🌟 Star this repo | 🐛 Report Issues | 📖 Documentation

Seamlessly upload and manage images for your Obsidian notes across multiple cloud platforms

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Quoth
4 years ago by Eric Rykwalder
Multi-Column Markdown
4 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
4 years ago by Bailey Jennings
A simple plugin that copies the selected text to your clipboard as HTML
Excel to Markdown Table
4 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
4 years ago by Jules Guesnon
🪨 Obsidian plugin that allows to write markdown from commands
Creases
4 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.
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.
More Markdown file suffix (.mdx/.svx)
3 years ago by swissmation.com
Use markdown files of additional file suffix as .mdx, .svx in Obsidian
qmd as md
3 years ago by Daniel Borek
A plugin for Obsidian that enables editing and compiling `qmd` Quarto files.
Awesome Flashcard
3 years ago by AwesomeDog
Handy Anki integration for Obsidian.
Dirtreeist
3 years ago by kasahala
Render a directory Structure Diagram from a markdown lists in codeblock.
Obsidian Handlebars Template Plugin
3 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
3 years ago by muckmuck
An obsidian.md plugin, which provides a markdown to jira markup converter
Obsidian markdown export
3 years ago by bingryan
This plugin allows to export directory/single markdown to a folder. support output format(html/markdown/text)
Obsidian Clipper
3 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
3 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.
S3 Image Uploader
3 years ago by jvsteiner
This project implements an image uploader, similar to others offered by the community, with one important difference: you can provide your own s3 based storage, instead of relying on a third party service, such as imgur.
Console Markdown Plugin
3 years ago by Daniel Ellermann
An Obsidian plugin which renders console commands and their output.
Advanced Slides
3 years ago by MSzturc
Create markdown-based reveal.js presentations in Obsidian
Marp
3 years ago by JichouP
Plugin to use Marp with Obsidian
O2
3 years ago by haril song
Converts obsidian markdown syntax to other platforms.
ChatGPT MD
3 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
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
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
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 Sync Scroll
3 years ago by ProjectXero
Synchronize scroll in linked Markdown views.
Markdown to Slack Message
3 years ago by Woongshik Choi
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
2 years ago by Emile Durkheim
Obsidian.md plugin that lets you copy Discord conversations and perfectly formats them to Obsidian Markdown!
Markdown Image Caption
2 years ago by Hananoshika Yomaru
Generate image caption easily. Completely markdown-based.
Global Markdown Encryption
2 years ago by shlemiel
a plugin for encrypting obsidian markdowns in-memory, single password based.
Slackify Note
2 years ago by Jeremy Overman
File Cleaner Redux
2 years ago by husjon
A plugin for Obsidian to help clean up files in your vault
Paste Link
2 years ago by Jose Elias Alvarez
Intelligently paste Markdown links in Obsidian.
Formatto
2 years ago by Deca
Simple, fast, and easy-to-use Obsidian Markdown formatter.
Autocorrect Formatter
2 years ago by b-yp
A plugin running on Obsidian that utilizes autocorrect to format Markdown content.
Highlight Helper
2 years ago by Chongmyung Park
Helper to collect highlight in Obsidian
Meal Plan
2 years ago by Tyler Mayoff
A meal plan & recipe manager plugin for Obsidian
Strip Internal Links
2 years ago by Adi Ron
A simple Obsidian plugin to strip internal links from files
Reason
2 years ago by Joshua Pham
Digest your Obsidian notes
Outline++
2 years ago by Ryota Ushio
My Bible
2 years ago by GsLogimaker
Your own customization bible in your personal vault!
Task list
2 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
GitHub Sync
2 years ago by Kevin Chin
Sync Obsidian vault to personal GitHub
Simple File Push
2 years ago by Kim Hudaya
Simple file push blog plugin
PDF++
2 years ago by Ryota Ushio
PDF++: the most Obsidian-native PDF annotation & viewing tool ever. Comes with optional Vim keybindings.
Quadro
2 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
2 years ago by Dominik Mayer
Obsidian plugin providing Yesterday journaling support
Cooklang
2 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
Sheet Plus
2 years ago by ljcoder
obsidian spreadsheets solutions
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
ImgBB Uploader
2 years ago by Jordan Handy
An image uploader to imgBB for Obsidian
Import GitHub Readme
2 years ago by Chasebank87
Markdown prettifier
5 years ago by pelao
A markdown prettifier for obsidian
Mind Map
5 years ago by James Lynch
An Obsidian plugin for displaying markdown notes as mind maps using Markmap.
Imgur
5 years ago by Kirill Gavrilov
Pastes images right to imgur.com
Markdown Formatting Assistant
5 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.
Mochi Cards Exporter
5 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
Kanban
5 years ago by mgmeyers
Create markdown-backed Kanban boards in Obsidian.
Markdown Furigana
5 years ago by Steven Kraft
Simple Markdown to Furigana Rendering Plugin for Obsidian
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
Linter
5 years ago by Victor Tao
An Obsidian plugin that formats and styles your notes with a focus on configurability and extensibility.
Emoji Shortcodes
5 years ago by phibr0
Emoji Shortcodes - Obsidian Plugin | Adds Support for Emoji Shortcodes to Obsidian
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.
Image Caption
5 years ago by bicarlsen
Add captions to images in Obsidian.
Copy as LaTeX
4 years ago by mo-seph
Quick plugin to be able to copy/paste from Obsidian/Markdown into a Latex document
CardBoard
4 years ago by roovo
An Obsidian plugin to make working with tasks a pleasure (hopefully anyway).
CookLang Editor
4 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
a year ago by makesimple
Hexo Toolkit
a year ago by Xiangru
An Obsidian plugin for maintaining Hexo posts.
Markdown Timeline
a year ago by Jiaheng Zhang
An Obsidian plugin to record the events in a Flashback timeline
Markdown Tags
a year 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
a year ago by Nick C.
Generate, update, and maintain a table of contents for your notes while typing in real time.
Simple Todo
a year ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Friday
a year ago by sunwei
Write anywhere. Publish everywhere. Sync your notes, publish instantly, turn Markdown into websites.
Chronos Timeline
a year ago by Claire Froelich
Render interactive timelines in your Obsidian notes from simple Markdown.
Embed 3D
a year ago by Jesse Strijker
An Obsidian Plugin for embedding 3D models in your notes. And manipulating the scenes to look the best you want
Custom Image Auto Uploader
a year ago by HaierKeys
You can batch download images from your notes on 💻 desktop, 📱 iOS, and 🤖 Android platforms, and batch upload and save them to a remote server, home NAS, or cloud storage (such as Alibaba Cloud OSS, Amazon S3, Cloudflare R2, MinIO). Additionally, you can stretch, crop, and resize the images.
Tencent COS for Imgur
a year ago by bobostudio
🔥 Obsidian 腾讯云 COS 图床插件
Cooksync
a year 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 export note
a year ago by JoaoEmanuell
Obsidian plugin to export notes for whatsapp
Callout Copy Buttons
a year ago by Aly Thobani
An Obsidian plugin that adds copy buttons to callout blocks in your notes.
Attachments MD Indexer
a year ago by Ian Inkov
Converts Obsidian canvas files to markdown index files, making canvas content searchable and graph-viewable within Obsidian.
Automatic Linker
a year ago by Kodai Nakamura
Extended Markdown Syntax
a year ago by Kotaindah55
Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.
Title As Link Text
a year ago by Lex Toumbourou
An Obsidian plugin to set the Link Text using the document title
Chat clips
a year ago by sleepingraven
Record chat in ordinary markdown list.
Student Repo
a year ago by Feirong.zfr
学生知识库助手(Student Repository Helper)是一个面向学生或学生家长的Obsidian 插件,这款插件旨在解决学生在学习阶段面临的资料管理难题,将学习过程中产生的各类重要资料,如试卷、笔记、关键文档、绘画手工作品等,进行系统性的数字化整合与管理,并利用 AI 助手定期进行学习分析总结。随着时间的推移,它将助力你逐步搭建起一座专属你自己的知识宝库,这座宝库将伴随你一生,成为你知识成长与积累的见证。
Advanced Progress Bars
a year ago by cactuzhead
Obsidian plugin to create custom progress bars
Markitdown File Converter
a year ago by Ethan Troy
Integrate Microsoft's Markitdown tool to convert various file formats to Markdown for your vault.
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.
WeWrite
a year ago by Learner Chen
Obsidian plugin to render note as WeChat MP article.
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
Pasterly
a year ago by easternkite
An Obsidian plugin that automatically uploads clipboard images to Firebase Storage and generates markdown links
Markdown Calendar Generator
10 months ago by Zach Russell
An intentionally simple obsidian markdown table calendar generator
Simple Columns
9 months ago by Josie
An Obsidian plugin that lets you create easily resizable and customizable columns in your notes.
Keyboard Formatter
8 months ago by Lauloque
Formats keyboard text (kbd) in your Obsidian notes quickly and consistently.
Note Minimap
8 months ago by Yair Segel
Add a minimap to your Obsidian notes.
NotePix
8 months ago by Ayush Parkara
NotePix automatically uploads images, screenshots from your Obsidian vault to a designated GitHub repository. It then seamlessly replaces the local link with a fast URL, keeping your vault lightweight and portable.
Horizontal Blocks
7 months 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.
MrDoc
6 months ago by zmister
An Obsidian plugin for MrDoc that enables two-way synchronization between local Obsidian documents and MrDoc.一个 Obsidian 的 MrDoc 插件,用于 Obsidian 本地文档与 MrDoc 的双向同步
GH Links Shortener
6 months ago by David Barnett
Obsidian plugin to set shortened link text for pasted GitHub URLs
Table Checkbox Renderer
5 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
5 months ago by Spiderpig86
Notion-style Markdown autocompletion for Obsidian.
Pandoc Extended Markdown
3 months ago by ErrorTzy
This plugin enables Obsidian to render Pandoc extended markdown lists, and adds useful sidebar for lists and footnotes
Archivist Importer
2 months ago by Archivist AI
Import selected vault files into Archivist campaigns.
Smart Export
a month ago by Iván Sotillo
Plugin that follows wikilinks to a configurable depth, joining the notes into a single export.
Lskypro Upload V2
a month ago by 3kk0
Auto upload local images to LskyPro.