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

73%
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
2 years ago
Created
2 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.

Quartz Syncer

Manage and publish your notes to Quartz, the fast, batteries-included static-site generator.

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.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Readwise Official

Sync highlights from Readwise to your vault.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.