Skip to content

Obsidian

What Where
Official Page https://obsidian.md/
Docs https://help.obsidian.md

Community Plugins

Obisidan Git

Open the Obisidan settings, enable comminity plugins and search for Obisidan Git to install it.

obsidian_git

I use shortcuts for commit and push as follows:

obsidian_git

These are my Obisidan 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.