diff --git a/README.md b/README.md index 35a78c9..8eef008 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Micro.blog Publish for Obsidian -[Micro.blog](https://micro.blog/) Publish for [Obsidian](https://obsidian.md/) is a community maintained plugin to publish notes to a Micro.blog blog. +Micro.blog Publish for [Obsidian](https://obsidian.md/) is a community maintained plugin to publish notes to a [Micro.blog](https://micro.blog/) blog. ## Installing @@ -10,21 +10,29 @@ This plugin will be available via *Community Plugins* soon. ### Preferences -In preferences it's possible to set the application token, required to post on Micro.blog, default tags, and default post visibility. +From the preferences window it is possible to log in into Micro.blog using an App Token, which can be generated [here](https://micro.blog/account/apps). -![](images/preferences.png) +![](images/01-preferences.png) + +Once logged in, the plugin allows to set default values for tags, post visibility, and default blog (in case the user has more than one hosted blog). These default values will be used when posting to Micro.blog. + +![](images/02-preferences.png) ### Command -Publishing can be triggered using Obsidian's command palette. +Micro.blog Publish is triggered using Obsidian's command palette. -![](images/command.png) +![](images/03-command.png) ### Publish -Before publishing, it's possible to add a title to the post and override the post visiblity. +Before publishing, it's possible to edit the title, override default values, and/or select a different blog to post to. -![](images/publish.png) +![](images/04-review.png) + +After publishing, a confirmation window with the post links is presented. + +![](images/05-confirmation.png) ## Building from source @@ -49,9 +57,9 @@ Restart Obsidian and enable the plugin from *Community Plugins* in Preferences. 1. Fork this repository and follow the steps from the previous section using the forked repository instead 2. Create a feature branch for the changes -3. Commit the changes and push them to the forked repository +3. Commit the changes and push them to the forked repository 4. Submit a pull request ## Disclaimer -This project neither affiliated with Micro.blog nor Obsidian. This is a community maintained plugin. \ No newline at end of file +This project is neither affiliated with Micro.blog nor Obsidian. This is a community maintained plugin. \ No newline at end of file diff --git a/images/01-preferences.png b/images/01-preferences.png new file mode 100644 index 0000000..355dc5f Binary files /dev/null and b/images/01-preferences.png differ diff --git a/images/02-preferences.png b/images/02-preferences.png new file mode 100644 index 0000000..4ea2981 Binary files /dev/null and b/images/02-preferences.png differ diff --git a/images/03-command.png b/images/03-command.png new file mode 100644 index 0000000..ffbd40b Binary files /dev/null and b/images/03-command.png differ diff --git a/images/04-review.png b/images/04-review.png new file mode 100644 index 0000000..7310ec7 Binary files /dev/null and b/images/04-review.png differ diff --git a/images/05-confirmation.png b/images/05-confirmation.png new file mode 100644 index 0000000..4f2bd61 Binary files /dev/null and b/images/05-confirmation.png differ diff --git a/images/command.png b/images/command.png deleted file mode 100644 index f956bad..0000000 Binary files a/images/command.png and /dev/null differ diff --git a/images/preferences.png b/images/preferences.png deleted file mode 100644 index dca7796..0000000 Binary files a/images/preferences.png and /dev/null differ diff --git a/images/publish.png b/images/publish.png deleted file mode 100644 index ca7ac03..0000000 Binary files a/images/publish.png and /dev/null differ