Skip Navigation
Snippet to add a highlighted border around the active / focused pane
github.com GitHub - deathau/Notation-for-Obsidian: A theme for Obsidian, inspired by and borrowing elements from Notion

A theme for Obsidian, inspired by and borrowing elements from Notion - GitHub - deathau/Notation-for-Obsidian: A theme for Obsidian, inspired by and borrowing elements from Notion

Taken directly from Deathau's Notation theme.

I could not find this key feature anywhere else but noticed it was implemented in Deathau's theme so I ripped it straight from there and can confirm it works great!

A must have feature if you are constantly switching focus and need to find which pane is currently active.

Just copy the below into a snippet file:

``` /* 7.2. Active pane border / / Notion doesn't have multiple panes. And with the header modifications above, how do you tell which pane is active? I'm just putting a border around the active pane for now (unless there's only one pane) */ .workspace-leaf.mod-active { border: 1px solid var(--interactive-accent); }

.workspace-leaf:not(.mod-active), .workspace>.workspace-split>.workspace-leaf:first-of-type:last-of-type { border: 1px solid transparent; } ```

0
Beginner's guide to AidenLx's Zotero Plugin (moved from Reddit)

I had a really hard time finding any beginner friendly info on AidenLx's Zotero plugin despite it potentially being the end-all zotero plugin, so I have written up a summarized guide to it on github here with all the information I could find distilled into a single page for how to use it and how to start making templates.

Please drop any feedback you have here, especially if you have any advice on how to make it better. Thanks!

Follow Up FAQs

Q. Can you say what make AdienLX's plugin better than the Bibnotes Formatter plugin (or other implementations)?

A. Check out this comparison thread here. Right now I would say personally, bibnotes formatter is the most feature complete but is also very "jank" and pretty much does not work for me at the moment. The AidenLx plugin interacts directly with the Zotero database and thus is very fast and very smooth in experience, especially when updating a note. It also has a many features as bibnotes (almost, see the custom frontmatter issue) but these require knowledge of javascript / eta in order to do more than the basics.

2
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MA
maxcorbetti @lemmy.world
Posts 2
Comments 3