No description
Find a file
2026-02-16 01:32:36 +09:00
.github rename: Rename react-app for deletion of old things 2024-12-25 14:20:31 +09:00
react-app-internal release: 0.1.0 2026-02-16 00:41:41 +09:00
src feat: support configurable index.md homepage 2026-02-08 16:07:56 +09:00
.eslintignore feat: 옵시디언 플러그인 스켈레톤 추가 2024-08-08 16:56:06 +09:00
.eslintrc feat: 옵시디언 플러그인 스켈레톤 추가 2024-08-08 16:56:06 +09:00
.gitignore docs: update gitignore 2026-02-08 17:40:40 +09:00
.npmrc chore: npm version 동작 시 tag 생성 비활성화 2024-08-17 00:09:10 +09:00
esbuild.config.mjs feat: 옵시디언 플러그인 스켈레톤 추가 2024-08-08 16:56:06 +09:00
LICENSE init 2024-07-23 13:38:39 +09:00
main.ts feat: support configurable index.md homepage 2026-02-08 16:07:56 +09:00
manifest.json release: 0.1.0 2026-02-16 00:41:41 +09:00
package-lock.json release: 0.1.0 2026-02-16 00:41:41 +09:00
package.json release: 0.1.0 2026-02-16 00:41:41 +09:00
README.md docs: update README feature list with recent additions 2026-02-16 00:31:43 +09:00
styles.css feat: Add publish manager modal 2024-09-08 16:41:30 +09:00
tsconfig.json chore: narrow root TypeScript include scope 2026-02-16 01:32:36 +09:00
version-bump.mjs rename: Rename react-app for deletion of old things 2024-12-25 14:20:31 +09:00
versions.json release: 0.1.0 2026-02-16 00:41:41 +09:00

Vault To Blog

A Community Plugin for Obsidian.md to publish your vault or directory to GitHub Pages Blog.

This plugin is currently in beta, so it only offers a limited set of features at the moment.

This plugin may not work properly on Windows. I have only tested it on a Mac.

Prerequisites

  • Create a GitHub Repository
    • You need to first create a GitHub repository that will be used for GitHub Pages.
    • The name of repository should be <username>.github.io.
    • For more detailed information, please refer to point 3 in this documentation.
  • Set GitHub Pages to Use GitHub Actions
    • In the repositorys settings, go to Pages and set the Build and deployment source to GitHub Actions.
    • For more detailed information, please refer to GitHub Pages Docs.
  • Public Repository Required
    • The repository used for GitHub Pages must be set to public.
    • Private repositories are not currently supported.
  • No Custom Domain Support
    • Custom domains are not supported at this time.
    • Please use the default GitHub Pages URL provided by GitHub.
  • Authentication
    • You need to authenticate before using this plugin.
    • For more detailed information, please refer GitHub Authentication Documentation.
    • If you are using SSH, you should use SSH URL of the repository.

Usage

  1. Enable plugin in the settings menu.
  2. Select the directory you want to publish as a blog from the list, then click the Save button.
    • Only the contents of the selected folder will be published; the folder itself will not be displayed on the blog.
  3. Input the URL of the GitHub repository that will be used for GitHub Pages. After entering the URL, click the Save button.
  4. Click the Activate button to enable the plugin.
  5. Once the plugin is activated, click the icon in the status bar. Your directory will now be published as a blog!

Features

  • Obsidian-style Layout
    • Left Sidebar
      • Files explorer
      • Home tab that routes to the root page
      • Draggable sidebar resizing
      • Keyword search in the sidebar tree
      • Tag query search and tag-click integration
  • Markdown View
    • Basic Markdown support
    • Table of Contents (TOC)
      • Extracts TOC data from markdown headings
      • Displays TOC header components in the page view
    • Internal Links
      • Block references are not supported
      • Heading references are not supported
      • Display names are supported
    • External Links
      • Escaped characters are not supported
      • Display names are supported
    • Callouts
    • Properties
      • Aliases are not supported
    • Embedded Images
      • Display names are supported
      • Width adjustments are supported
    • Footnotes
      • Inline footnotes are not supported
      • Links in footnotes are not supported
    • Math
      • Math blocks are supported
      • Inline math expressions are supported
  • Utterances Comments Layout
    • Comments layout provided by the Utterances are supported
  • SEO
    • Generates indexable output for published pages
  • Homepage Configuration
    • Supports configurable index.md as the homepage

Demo Page

If you want to see a demo page, you can see the very simple result here.

Bug Report

To report a bug, simply go to the Issues tab and use the provided template to submit your bug report.

Support

If you like this plugin and would like to support its development, you can support me on Buy me a coffee.

Buy Me A Coffee