Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Obsidian Chevereto Image Uploader

kkzzhizhoukkzzhizhou3k downloads

Upload images in your clipboard to Chevereto.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

Obsidian Chevereto Image Uploader

国际化

简体中文 | English

介绍

能够将剪贴板的图片在粘贴到Obsidian时上传至chevereto,并支持上传时调整图像大小。

新手入门

设置

  1. Api Endpoint: Chevereto API链接, 示例:https://your_domain/api/1/upload
  2. Chevereto API Token: Chevereto API令牌, 获取方法:https://your_domian/dashboard/settings/api
  3. Enable Resize: 是否开启上传前大小调整
  4. Max Width: 调整最大宽度,示例:4096

FAQ

按Ctrl+Shift+i打开Obsidian开发者控制台时,上传时提示CORS跨域,解决方法,在nginx反代时开启CORS支持

...(省略)
    location / {
        add_header Access-Control-Allow-Origin *;
        add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS';
        add_header Access-Control-Allow-Headers 'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization';
...(省略)

特别感谢

  1. gavvvr/obsidian-imgur-plugin
  2. create-obsidian-plugin
  3. Creling/obsidian-image-uploader
  4. jordanhandy/obsidian-cloudinary-uploader
64%
HealthFair
ReviewCaution
About
Upload clipboard images to a Chevereto server when pasting into Obsidian and optionally resize images before upload. Set your Chevereto API endpoint and API token to connect and define a maximum width for automatic resizing.
ImagesAttachmentsIntegrations
Details
Current version
1.0.1
Last updated
4 years ago
Created
5 years ago
Updates
2 releases
Downloads
3k
Compatible with
Obsidian 0.11.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
kkzzhizhoukkzzhizhou
GitHubkkzzhizhou
  1. Community
  2. Plugins
  3. Images
  4. Obsidian Chevereto Image Uploader

Related plugins

Image auto upload

Upload images from your clipboard by PicGo.

Imgur

Upload images from your clipboard to imgur.com and embeds uploaded image to your note.

Image Context Menus

Image context menus (mostly on right click): Copy to clipboard, Open in default app, Show in system explorer, Reveal file in navigation, Open in new tab.

Ink

Hand write or draw directly between paragraphs using a digital pen, stylus, or Apple pencil.

Local Images Plus

A reincarnation of Local Images to download images in Markdown notes to local storage.

Paste image rename

Rename image after pasting, support name pattern and auto renaming.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

BRAT

Easily install a beta version of a plugin for testing.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.