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

Simple File Push

huedayahuedaya1k downloads

Push Markdown file to API endpoint.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

Obsidian plugin that simply push markdown file to POST endpoint.
Forked from https://github.com/yiglas/obsidian-file-publisher

Server side

You must provide a simple POST API endpoint that is able to receive the following JSON data:

{
    "file_name": "{{will be filled with file name}}"
    "content": "{{will be filled with file content}}"
}

The API must be protected by Bearer Authorization Bearer YOUR_TOKEN.

Plugin Settings

  • Enter the POST endpoint URL (eg. https://huedaya.com/api/obsidian-blog/sync)
  • Enter the API key (eg. test)

Create a new file to post

Simply click on the Note and select Sync file to my Blog

Debug

  • If the request fails, please open the developer window View > Toggle Developer Tools.

Todo

  • Create repo for the server side sample

Support

HealthGood
ReviewSatisfactory
About
Push Markdown files to a POST endpoint as JSON containing file_name and content. Protect the API with Bearer auth and trigger uploads from a note via the Sync file to my Blog command.
PublishingExportIntegrations
Details
Current version
0.0.4
Last updated
3 years ago
Created
3 years ago
Updates
4 releases
Downloads
1k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MPL-2.0
Report bugRequest featureReport plugin
Author
huedayahuedaya
github.com/huedaya
GitHubhuedaya
  1. Community
  2. Plugins
  3. Publishing
  4. Simple File Push

Related plugins

GitHub

Share as Gist

Share a note as a GitHub.com Gist.

Yanki

Sync flashcards from a folder in your vault to Anki. Pure Markdown syntax. No fuss.

Wechat Converter

将 Markdown 转换为微信公众号排版,并支持一键发送到微信公众号(支持自定义 CSS和公众号贴图)、飞书、小红书、知乎、微博、CSDN等20+平台。

Digital Garden

Publish your notes to a digital garden for others to enjoy.

BRAT

Easily install a beta version of a plugin for testing.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

Local REST API with MCP

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