Skip to content

Post directly to your WordPress blog from Obsidian.

Notifications You must be signed in to change notification settings

WildPress/obsidian-wp

Repository files navigation

Obsidian WP Plugin

Post directly to your WordPress blog from Obsidian.

Requirements

Instructions

  • Ensure CORS is set up correctly on your server
  • From the plugin settings page, add your credentials
  • Make sure your WordPress user has the ability to create posts
  • Verify your settings are working from the plugin settings page
  • Use the "Publish to WordPress" command to upload the current page to your WordPress website

Plugin Options

Example Front Matter:

---
wp_slug: 'hello-world'
wp_status: 'publish'
wp_excerpt: 'This is the post excerpt'
wp_categories: ['category-slug', 12]
wp_tags: ['tag-slug', 32]
---

Commenting

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

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

<!-- This is an in-line comment. -->

About

Post directly to your WordPress blog from Obsidian.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published