/obsidian-microblog-plugin

A plugin for publishing to micro.blog directly from Obsidian

Primary LanguageTypeScriptMIT LicenseMIT

Obsidian Micro.blog publishing Plugin

Publish directly to Micro.blog from Obsidian.

Instructions

  • From the plugin settings page, add your app token
  • Use the "Publish to Micro.blog" command to upload the current page to Micro.blog

Plugin Options

  • In the front matter you can specify the status for your post: draft or published

Example Front Matter:

---
status: draft
---

Commenting

Text surrounded by HTML comment tags (see below), will be ignored and not published to Micro.blog. Handy if there are bits you want to exclude from Micro.blog but keep in the same Obsidian markdown file.

<!--
This is a multi-line
comment, cool!
-->
<!-- This is an in-line comment. -->