No description
Find a file
barkstone2 ca68164d62 feat: support configurable index.md homepage
Add an index file setting in Obsidian and normalize index paths to source-relative values so homepage, TOC, and sidebar tree consistently resolve and hide the selected index file.
2026-02-08 16:07:56 +09:00
.github rename: Rename react-app for deletion of old things 2024-12-25 14:20:31 +09:00
react-app-internal feat: support configurable index.md homepage 2026-02-08 16:07:56 +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 chore: Resolve dependabot alerts 2024-12-25 14:36:05 +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.0.6 2024-12-15 15:34:33 +09:00
package-lock.json chore: fix build error 2024-12-25 15:14:16 +09:00
package.json rename: Rename react-app for deletion of old things 2024-12-25 14:20:31 +09:00
README.md docs: Update readmd 2024-12-15 15:29:58 +09:00
styles.css feat: Add publish manager modal 2024-09-08 16:41:30 +09:00
tsconfig.json feat: 옵시디언 플러그인 스켈레톤 추가 2024-08-08 16:56:06 +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.0.6 2024-12-15 15:34:33 +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 only
  • Markdown View
    • Basic Markdown support
    • 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

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