huedaya / obsidian-simple-file-push

Simple file push blog plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Simple file push blog plugin

License:Mozilla Public License 2.0


Languages

Language:TypeScript 95.7%Language:JavaScript 3.7%Language:CSS 0.5%