Simple File Push

approved

by Kim Hudaya

Push Markdown file to API endpoint.

5 stars1,141 downloadsUpdated 2y agoMPL-2.0
View on GitHub

Obsidian Simple File Push Blog

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

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

"Buy Me A Coffee"

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.