This is a documentation of my setup in the hope that it may be useful.

Plugins:

plugins are what makes obsidian fun


core plugins

activate it in settings -> core plugin


community plugins

enable and browse in settings

Plugin Description
remotely save bidirectionale synchronisation u.a. mit nextcloud (webdav) und S3
live sync bidirektionale synchronisation über couchdb. see Installation Obsidian-LiveSync preferred over remotely save now
digital garden publish a note to vercel via github
plantuml inline rendering for plantuml diagramme Diagramme in Markdown
diagram zoom drag zoom and drag plantuml und mermaid diagramme. Mermaid wird damit in obsidian für mich überhaupt erst benutzbar Diagramme in Markdown
image converter resize, drag .. images
Tasks and Reminder - [ ] check it out⏫ 🆔 📅 2025-07-29
style settings manage css for themes
importer import notes from apple note, microsoft onenote, google keep ..
tag wrangler context menu for working with tags #openheidelberg
marp slides markdown presentation (switch off core plugin)
ccs editor best way to edit css snippets on mobile

Alternatives:


Themes:

Warning

Configuring themes is a rabbithole that might eat up a lot of your time!
You're warned


Theme comment
Minimal Theme und Settings Plugin nüchtern
AnuPpucin mit Regenbogenfolder in Settings bunt
Sanctum calm

Themes can be configured with the help of the style settings plugin for each theme or with css snippet files in <vault>/.obsidian/snippets


AnuPpucin

soft paper
import this to get a mellow anapPucin version


Dune

for the examples to work, the Dune Theme has to be activated

tables

by default tables have colored header and alternative rows
by setting cssclasses in frontmatter further table customization can be had.

callouts

callouts adapted

Multi-column

Title 1

  • words words words
  • words words words

Title 2

  • words words words

aside left callout

#dropcap A

cheatsheet


Minimal

use minimal settings plugin to set a color scheme

tables

cssclasses: row-alt table-lines

progress bar


Core Concepts

Info

this is not meant to replicate the existing documentation
rather a quick overview of features that
might be relevant to our usecase


[link name](link target)
[[link to internal file#block id]]
![[insert attachment ]]


a way to see what documents link to this document.
backlinks are a great way to navigate notes.
can be configured to show on the bottom of the page
plugins help working with backlinks


callouts

colored boxes to get the readers attention
callouts see above for example


footnotes

footnotes[1]
use toolbar[2] for convenience
or command palette[3]


canvas

working with canvas can help to visualize the greater picture
see my overview canvas as an example


command palette

opened via toolbar, by typing / or when so configured by typing cmd p
often used commands can be pinned to the top


properties

Check out

Plugin Comment
smart connectons link your notes with ai
advanced uri trigger obsidian action by uri
tag folder navigate files by tag tree
rest api provide a rest api to obsidian
folder note describe folders, display cards
analytics of digital garden google analytics for page impressions .

Footnotes


  1. see footnotes ↩︎

  2. set command add footnote in toolbar ↩︎

  3. see toms obsidian setup#command palette ↩︎