Elaws

Results 62 comments of Elaws

@emvaized : Great css snipets, I'll use them : thanks !

@emvaized : I tried your `Show tabs indents as lines` snippet but lines do not appear. Are there options to activate in Sidebery ? ``` /* Show tab indents as...

@emvaized : Weird, it's already activated, and all it shows is dots, not lines. ``` /* Increase opacity for folded tab icon */ .Tab[data-parent="true"][data-folded="true"]:not(:hover) .fav img { opacity: 1; }...

Thanks for your quick reply @chhoumann ! I've tested the following : ```js var basePath = QuickAdd.app.vault.basePath; ``` Unfortunately, it returns `undefined` (on both PC and mobile) : maybe I'm...

Thanks a lot @chhoumann, it seems to work ^^ Unfortunately, I get stuck a few lines later at : ```js const path = require('path'); [...] var basePath = QuickAdd.app.vault.adapter.basePath; var...

Oh you are right, it seems there is : ```ts /** * @public */ export function normalizePath(path: string): string; ``` However, I'm unsure how to invoke this in a QuickAdd...

Wow @chhoumann, this is great : thank you very much ! Thanks to your help, I've finally been able to make script n°2 work on mobile, using the following (approximately)...

STG and TST don't interact well at all, to the point it's currently not viable. I'm looking for another solution.

This is a good idea, I will experiment with that. However folders can't be hotkeyed ? And when you open a folder, is there an option to hide tabs that...