Skip to content

Obsidian

What Where To build the website you need Hugo with "extended" Sass/SCSS version.o build the website you need Hugo with "extended" Sass/SCSS version.
Official Page https://obsidian.md/
Docs https://help.obsidian.md

Community Plugins

Obsidian Git

Open the Obsidian settings, enable community plugins and search for Obsidian Git to install it.

obsidian_git

I use shortcuts for commit and push as follows:

obsidian_git

These are my Obsidian Git settings:

Automatic settings:

obsidian_git_settings

Commit message settings:

obsidian_git_settings

Backup settings:

obsidian_git_settings

Miscellaneous settings

obsidian_git_settings

Advanced settings

obsidian_git_settings

Templater

Create obsidian template files with Templater.

Static Website

There are plenty of solutions to generate a static website from markdown files. Quartz is based on Hugo and supports Obsidian Vault Integration. In fact Obsidian is the preferred way to use Quartz.

Clone or fork quartz and open it with Obsidian.

In Obsidian settings:

  • Under Options > Files and Links, set the New link format to always use Absolute Path in Vault.
  • Go to Settings > Files & Links > Turn “on” automatically update internal links.
  • Options > Core Plugins and enable the Templates plugin.
  • Options > Hotkeys and set a hotkey for ‘Insert Template’ to create a new note

To build the web site you need Hugo with “extended” Sass/SCSS version.

Run make serve to locally test the website.