Rainbell129 / Obsidian-Homepage

A dashboard for your obsidian vault.
MIT License
1.49k stars 126 forks source link

[Question] what plugin is used for this quick access pane? #8

Closed andrewcrook closed 2 years ago

andrewcrook commented 2 years ago

Hi

I am just wondering what plugin is used for this quick access pane?

image
talios commented 2 years ago

@andrewcrook No plugin needed - create a standard note called "Quick Access", then when it's showing - clicking'n'drag from the upper-left (left of the title, depending on theme there should be a grab handle icon or something - or blank in the minimal theme) - then simply drag it down to the left side panel.

Rainbell129 commented 2 years ago

You can change the icon using the css snippet sidepane (credit to Cuman). You should get an svg code and change the filename referenced within the codeblocks into the names of your markdown file.

andrewcrook commented 2 years ago

@talios @Rainbell129 oh wow I never thought to try that I presumed that tool areas were off bounds. That’s great to know. Especially when you can get rid of some plugins and use dataview plugin instead. Thank you both.