In a Nutshell
Useful / Download
Obsidian is great. Plugins are awesome. But there are more things to make Obsidian even better for you. Here are four tips covering active tab styling, hotkey syncing, property hiding, and quick property editing.
Find your active tab more easily
I found this one on Reddit, posted by user Tanto_Monta. It is a CSS snippet that lets you easily change your active tab’s appearance in terms of
- background color,
- outline color,
- font size.
For this you need a CSS snippet. The video above explains how and where to create it.
You can copy the code from here.
Synchronize hotkeys
The next tip comes from another Reddit user: syzygy---ygyzys.
The challenge was finding a way to copy your hotkey settings from one vault — or device — to another.
To make it work, you need to copy a single file from your main vault directory to the target vault. The file is called “hotkeys.json”, and you can find it in your vault folder under “.obsidian.”
The step-by-step process is explained and shown in the video, of course.
Hide specific properties in Reading View
Obsidian properties are great, and many people use them extensively. However, it can happen that a note has a lot of properties, and you might not want to see all of them in the reading view.
Once again, a CSS snippet can help here. Copy the code from here and follow the instructions in the video to hide any property you want in your reading view, making your note cleaner without losing its metadata.
Edit properties on long notes
Talking about properties: even though I tend to keep my notes short, some of them get lengthy — or at least longer than a page on my screen. I have always been bothered by having to scroll up to the top of the page to edit the note’s properties.
Guess what? I didn’t have to. The video explains why, and how a simple command can solve this “problem.”
More in This Series
- Episode I — Templater callout script, auto-hide properties
- Episode II — Active tab color, hotkey sync, hide specific properties
- Episode III — Styled TOC, find missing/empty notes, Plugin Groups
- Episode IV — Bad YAML finder, stacked tabs, dropdown fields, bullet threading
- Episode V — Columns, floating callouts, table styles, tasks dashboard, help tooltip