In a Nutshell

Useful / Download

This is the third part of the ongoing series about Obsidian tweaks and tips. I keep collecting those from all over the internet and demonstrate them in the video below.

Make the table of contents match your note

I found this one on Reddit, posted by user stassinari. It modifies the appearance of the note outline in the side pane to match the heading formats of your note. This makes it easier to read and — especially for longer notes — navigate.

Outline before

Outline after

For this, you need a CSS snippet. You can copy the code from here. The video above explains how to use it.

Find missing files

Copy the code from the link below and insert it into your note. Remember to add three backticks before and after the code to mark it as a code block.

For this, you need a dataview query.

You can copy the code from here.

Find empty files

List notes without content

This is another dataview query that you can easily adapt to your own needs. The version you can find at the link below will search your complete vault and return a list of empty notes.

You can copy the code from here.

Load Obsidian faster

Reduce Obsidian startup time

Technically, this is not a tweak. Look for the “Plugin Groups” plugin. It allows you to delay the loading of plugins, letting you start working in Obsidian faster without having to fully disable plugins.

More in This Series

  • Episode I — Templater callout script, auto-hide properties
  • Episode II — Active tab color, hotkey sync, hide specific properties
  • Episode III — Styled TOC, find missing/empty notes, Plugin Groups
  • Episode IV — Bad YAML finder, stacked tabs, dropdown fields, bullet threading
  • Episode V — Columns, floating callouts, table styles, tasks dashboard, help tooltip