tfer
09/04/2020, 2:34 AMtfer
09/04/2020, 2:39 AMkevins8
09/04/2020, 2:40 AMuser
09/04/2020, 6:27 AMdaily.journal.yyyy-mm-dd
But I find it does confusing things if someone files their journals more like daily.journal.yyyy.mm.dd
. When I'm at the month level I expect it to go to the next or previous month. And it descends to the day level for some reason.
On to other news... My color theme turned github light again. πuser
09/04/2020, 6:36 AMEd Nico
09/04/2020, 7:45 AMp0lyg0n
09/04/2020, 9:46 AM(?=.*#business)(?=.*#software)
To match #business OR #software
(?=.*#business)|(?=.*#software)
Reference: p0lyg0n
09/04/2020, 9:48 AMp0lyg0n
09/04/2020, 9:51 AMCtrl+K Ctrl+S
or Ctrl+Shift+P
and search for Keyboard Shortcuts
then search for dendron go sibling
and delete both keybindingsEd Nico
09/04/2020, 9:52 AMuser
09/04/2020, 9:54 AM#business #software
user
09/04/2020, 9:55 AM- #business
- #software
is not picked upp0lyg0n
09/04/2020, 9:55 AMp0lyg0n
09/04/2020, 9:56 AMuser
09/04/2020, 10:01 AMp0lyg0n
09/04/2020, 10:02 AMp0lyg0n
09/04/2020, 10:02 AMuser
09/04/2020, 10:05 AMp0lyg0n
09/04/2020, 2:09 PMp0lyg0n
09/04/2020, 2:09 PMuser
09/04/2020, 2:13 PMp0lyg0n
09/04/2020, 2:18 PMp0lyg0n
09/04/2020, 2:18 PMkevins8
09/04/2020, 3:37 PMyyy.mm.dd
, it only looks at the dd
part when traversing and will go back to the beginning when running into the end. i might add a configuration option similar to what we have with the defaultAddBehavior
(https://www.dendron.so/notes/5c213aa6-e4ba-49e8-85c5-1bdcb33ce202.html#defaultnodetypeaddbehavior)
defaultSiblingTraversalIndexAtEndBehavior:
- loopback: go to beginning of nodes in the current hierarchy
- goToNextParent: go to beginning of nodes in the next parent of the current hierarchy
thoughts?kevins8
09/04/2020, 3:39 PMuser
09/04/2020, 3:40 PMkevins8
09/04/2020, 3:43 PMkevins8
09/04/2020, 3:43 PMuser
09/04/2020, 3:50 PMaugust
30
31
september
1
2
3
If I'm in august and go to next sibling I expect to end up in september. But it sends me to august.30