pascaldevink / obsidian-microblog-plugin

A plugin for publishing to micro.blog directly from Obsidian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. -->

About

A plugin for publishing to micro.blog directly from Obsidian

License:MIT License


Languages

Language:TypeScript 77.7%Language:JavaScript 22.0%Language:CSS 0.3%