Blog Logo
TAGS

An Extendable Obsidian Publish alternative using Next.JS

Publish your Obsidian Notes with a highly customizable Next.JS blog starter template. Features: Supports most Obsidian syntax (e.g. Link Previews, Links, etc.). Uses obsidian-export. URLs are based on folder structure. Backlinks can be added outside of the markdown files (using the PreviewLink component). Full-text search. How it works: 1. Notes are updated in your Obsidian Vault. 2. The Obsidian Git plugin pushes the notes to the remote repository. With the following command: Obsidian Git: Create backup. 3. A github action is automatically triggered to deploy the notes using a specified template. Additionally, you can deploy the example using Vercel or preview live with StackBlitz. Publish your Obsidian Vault: Publish your Obsidian Notes with linked-blog-starter. By the end of this tutorial, youll have a github repository that will automatically publish notes to your custom website everytime you upload new notes to the publish folder.