Hatena Blog Publisher

by Takuro Matsukawa
5
4
3
2
1
Score: 52/100

Description

Category: 3rd Party Integrations

The Hatena Blog Publisher plugin allows you to seamlessly publish your Obsidian notes directly to your Hatena blog. With this plugin, you can choose whether to publish your note as a draft or a regular post, and even delete articles from your Hatena blog if needed. The plugin also supports adding comments to your notes by wrapping text with %%, which is only visible in Obsidian's editing view. Additionally, the plugin comes with a table of contents feature that will only appear on the Hatena Blog screen. Overall, this plugin streamlines the process of publishing your content from Obsidian to Hatena blog, making it easy to share your thoughts and ideas with your audience.

Reviews

No reviews yet.

Stats

12
stars
1,415
downloads
0
forks
815
days
206
days
337
days
41
total PRs
5
open PRs
17
closed PRs
19
merged PRs
8
total issues
2
open issues
6
closed issues
55
commits

Latest Version

a year ago

Changelog

What's Changed

  • Improve UI text clarity and consistency

Full Changelog: https://github.com/takmatsukawa/obsidian-hatena/compare/1.1.0...1.1.1

README file from

Github

Obsidian Hatena Blog Publisher

English | 日本語

Post directly to your Hatena Blog from Obsidian.

Initial setup

Please set the editing mode of Hatena Blog to "Markdown mode" in advance. You can set it in the "Editing Mode" of the Basic Settings page or in the "Editing Mode" of each blog's settings page.

For this plugin to work, you will need to provide your Hatena blog's root endpoint and API key.

Settings:

  • API Key: You can obtain the API key from Hatena account settings page.
  • Root Endpoint: You can obtain the root endpoint from Hatena Blog settings page: Advanced > AtomPub.

How to Use

Commands:

  • Publish this note: Posts the current active note to Hatena Blog.
  • Post this note as a draft: Posts the current active note to Hatena Blog as a draft.
  • Delete the article of this note: Deletes the article of the current active note from Hatena Blog.
  • Insert table of contents: Insert a table of contents. It will only appear as a table of contents on the Hatena Blog screen.

Tips

Comments

You can add comments by wrapping text with %% in the note. Comments are only visible in Obsidian's Editing view and will not be published to Hatena Blog.

This is an %%inline%% comment.

%%
This is a block comment.

Block comments can span multiple lines.

You can [[link]] to other notes in the comment.
%%

Feedback

If you encounter any issues or would like to request a new feature, please submit them here or notice me.