fudo
04/27/2021, 3:44 PM*
in the log turning a name like example.example.test.md
into *.*.*.md
that way it still would be visible when their are multiple ..
in a hierarchy name.fudo
04/27/2021, 3:53 PMkevins8
04/27/2021, 4:33 PMfoureyedsoul
04/27/2021, 4:43 PMfoureyedsoul
04/27/2021, 4:52 PMfoureyedsoul
04/27/2021, 5:06 PMilikeellieandbob
04/27/2021, 5:34 PMfudo
04/27/2021, 5:48 PMfudo
04/27/2021, 5:58 PMDSGVO
(The German law for Data Protection) in which Every Cookie That is not relevant to the Website you are using, needs to be Opt In
and you could even get in trouble if you hide it behind a button like Accept all Cookies
and make it harder to only accept the needed Cookies. There are some funny but understandable rules, around such things sadly telemetry has not yet such rules or Win doof wouldn't be calling home so much.kevins8
04/27/2021, 6:35 PMPreston
04/27/2021, 7:01 PMuser
05/03/2021, 8:55 PMPreston
05/04/2021, 2:03 AMuser
05/04/2021, 7:17 AMSeriousBug
05/04/2021, 7:38 AMSeriousBug
05/04/2021, 7:41 AMposition: absolute
from .site-footer
fixes the overlap on small displays (sidebar footer gets pushed to top) without affecting it on large displays.kevins8
05/04/2021, 4:02 PMPreston
05/10/2021, 8:06 AMPreston
05/10/2021, 8:07 AMPreston
05/10/2021, 8:07 AMPreston
05/10/2021, 8:07 AMPreston
05/10/2021, 8:09 AMPreston
05/10/2021, 8:09 AMPreston
05/10/2021, 8:09 AMPreston
05/10/2021, 8:09 AMkevins8
05/10/2021, 3:31 PMkevins8
05/10/2021, 3:31 PM>Dendron: Lookup
Preston
05/11/2021, 2:34 AMcorey
05/11/2021, 7:17 AM⌘L
shortcut VS Code provides to select the current line
At the moment I've updated my keybindings.json
preferences with the following, but it's still not ideal (given it means the Dendron lookup only works when a file is open, and I always end up opening the lookup when trying to select the current line of a note).
{
"key": "cmd+l",
"command": "dendron.lookup",
"when": "resourcePath =~ /path/to/parent/folder/"
}
It's definitely not a big thing but asking cos I assume I'm missing something obvious, or others have better ways of dealing with commands that conflict with existing hotkeys/shortcutshikchoi
05/11/2021, 7:28 AM