yiglas / obsidian-file-publisher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsidian File Publisher

Obsidian plugin that allows you to publish a file to a POST endpoint.

Configure

Enter the POST endpoint url

Enter the API key for the endpoint

Enter the API secret for the endpoint

Create a new file to post

  1. Create a template with the following frontmatter

    ---
    title:
    excerpt: ''
    timestamp: {{date:MMM D, YYYY}}
    ---
    
  2. Create a new note.

  3. Insert the by executing the Templates: Insert template command

  4. Write your note

  5. Right click on the Note and select Publish file

About

License:Mozilla Public License 2.0


Languages

Language:TypeScript 74.0%Language:JavaScript 23.6%Language:CSS 2.4%