this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

obsidian: prev/next day note hotkeys

+18
+18
obsidian/hotkeys.json
··· 123 123 ], 124 124 "key": "D" 125 125 } 126 + ], 127 + "daily-notes:goto-prev": [ 128 + { 129 + "modifiers": [ 130 + "Ctrl", 131 + "Shift" 132 + ], 133 + "key": "P" 134 + } 135 + ], 136 + "daily-notes:goto-next": [ 137 + { 138 + "modifiers": [ 139 + "Ctrl", 140 + "Shift" 141 + ], 142 + "key": "N" 143 + } 126 144 ] 127 145 }