Skip to content
On this page

Obsidian

Use Minimal theme with this CSS snippet:

css
/* make cursor stop blinking in VIM mode  */
.CodeMirror-cursor,
div.CodeMirror-cursor,
.cm-fat-cursor,
.cm-animate-fat-cursor,
.cm-fat-cursor-mark,
.cm-cursor {
  visibility: visible !important;
}

/* remove all visual noise (buttons, sidebar) */
.side-dock-ribbon.mod-left.is-collapsed {
  display: none;
}
.view-actions {
  display: none;
}
.titlebar-button {
  display: none;
}
.workspace-ribbon {
  display: none;
}
.status-bar {
  display: none;
}
.view-header-title {
  display: none;
}

how it looks with the theme

Also use Obsidian as a way to work through active todos, until I build an app for it.

Plugins

Themes

  • Prism - Comprehensive, Highly-Customizable and Elegant Light/Dark Theme for Obsidian.
  • Obsidian HIG Theme - Obsidian theme designed to fit in with the Human Interface Guidelines.
  • Things Theme
  • Sanctum - Minimalist theme with the aim of creating a serene space of retreat, for thought and uninterrupted work.
  • ITS Theme - Theme for my Obsidian Vault: In The Shadows.
  • Minimal - Obsidian theme meticulously designed to feel native on desktop, mobile and tablet. (Fork)
  • Primary
  • Catppuccin - Soothing pastel theme for Obsidian.
  • Absolve - Theme overlay snippet for Obsidian.md.
  • Markdown Attributes - Add attributes to elements in Obsidian.
  • Settings Search - Adds a search bar to Obsidian.md's settings.
  • AnuPpuccin - Personal theme for Obsidian.
  • User Plugins for Obsidian - Allows user scripts to use plugin API.