Obsidian GitHub Publisher

Published:
Obsidian GitHub Publisher

Obsidian GitHub Publisher

Push selected notes and folders from Obsidian directly to a GitHub repository

Obsidian GitHub Publisher is a plugin for Obsidian that lets you automatically or manually publish selected notes and folders from your vault to a folder in a GitHub repository.

This plugin is ideal for publishing notes for use with a static site generator, or backing up part of your vault to GitHub.

For more details on how you can use it to publish your notes, check here: easily publish your Obsidian notes through GitHub.

Features

Configuration

Open the plugin settings from Settings → GitHub Publisher. Configure the following:

Usage

Important Behavior

One-way export:
This plugin performs a one-way publish from Obsidian to GitHub.
The contents of the selected notes/folders will overwrite the target folder in your GitHub repository on each publish.
Any files in the target GitHub folder that are not present locally will be deleted.
This is not a two-way sync, changes made on GitHub are not imported back into Obsidian.

How It Works