Often, thereās no hotkey for something, but a sequence of existing hotkeys will do the same thing. Iām talking about keyboard macros. You map a hotkey to rapidly do a bunch in order. I use BetterTouchTool on Mac and Autohotkey on Windows.
Move to top of _______
I have 10 items I use as buckets, and moving items to them is assigned to command 0-9
- Move item
- 0.05s delay
- Paste text ā_______ā
- 0.1s delay
- Return
Move item from top of list to bottom of list
This will essentially cycle a sublist, letting you read each item but procrastinate the ones you cannot deal with to the bottom
- Move item up
- Unindent
- Move item down
- Indent
- Go to parent
- Move cursor down
Speak item with Speech Synthesis
- Select all (this just selects the text in the item)
- (MacOS āStart Speakingā hotkey (I recommend picking one of the Siri voices set at 200%))
Go to root of document
- Go to parent
- Go to parent
- Go to parent
(repeat 10 times or however deep your deepest nodes are)
Create a note and a wikilink to the note in one go
this is basically what Obsidian does with [[new note]] when you click it
- Copy link to Note
- Go to end of item
- Enter
- Paste
- Go to start of item
- Up
- Move item
- Paste āThe deep item you want to store all your new wikilinked notes inā
- Enter
- Enter