Plugins and Customization
Essential Plugins
Content Enhancement
- ai-image-analyzer
- auto-card-link
- copy-as-html
- highlightr-plugin
- obsidian-image-caption
- obsidian-language-tool-plugin
- text-extractor
Organization and Navigation
- note-folder-autorename
- obsidian-note-linker
- obsidian-icon-folder
- omnisearch
- recent-notes
- smart-connections
Development and Formatting
- obsidian-format-code
- obsidian-linter
- obsidian-shellcommands
- table-editor-obsidian
Reading and Reference
- awesome-reader (This is ass)
- 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.comCustom Icons
Setup and Usage
- Install the Obsidian Iconize plugin
- Access via:
- Right Click > Change Icon
- Keyboard shortcut: Cmd/Ctrl-Shift-j
- Icons can be applied to both files and folders
- 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