Plugins and Customization

Essential Plugins

Content Enhancement

  1. ai-image-analyzer
  2. auto-card-link
  3. copy-as-html
  4. highlightr-plugin
  5. obsidian-image-caption
  6. obsidian-language-tool-plugin
  7. text-extractor

Organization and Navigation

  1. note-folder-autorename
  2. obsidian-note-linker
  3. obsidian-icon-folder
  4. omnisearch
  5. recent-notes
  6. smart-connections

Development and Formatting

  1. obsidian-format-code
  2. obsidian-linter
  3. obsidian-shellcommands
  4. table-editor-obsidian

Reading and Reference

  1. awesome-reader (This is ass)
  2. copilot

Table Formatting

Enhanced Table Printing

Add this CSS for better table printing:

@media print {
    table {
        max-width: 100% !important;
        width: 100% !important;
        table-layout: fixed;
    }
 
    div:has(table) {
        max-width: 100% !important;
        width: 100% !important;
    }
}

from:

url: https://www.reddit.com/r/ObsidianMD/comments/rf668z/tables_too_large_to_export_cleanly_to_pdf/
title: "Reddit - Dive into anything"
host: www.reddit.com

Custom Icons

Setup and Usage

  1. Install the Obsidian Iconize plugin
  2. Access via:
    • Right Click > Change Icon
    • Keyboard shortcut: Cmd/Ctrl-Shift-j
  3. Icons can be applied to both files and folders
  4. Individual icon settings override global settings

Resources

Tips for Plugin Management

  • Regularly review and update plugins
  • Test new plugins in a separate vault first
  • Keep track of plugin configurations
  • Monitor performance impact