Phrase Express Macro to navigate around very large opened-lists

I modified my routine slightly for quickly navigating large documents

The problem I had with the above workflows is that I would create a new parent bulletpoint, but then have to go to phraseexpress to make a shortcut.

It didn’t scale very well as new folders were being added

I wanted something more intune with just chrome’s CTRL+F search, but without all the redundant key presses

This is what my macro looks like now:

  • {#CTRL -chars f}{#input -head Input Text -single}{#enter}{#sleep 200}{#esc}

Press CTRL+SHIFT+F, enter the folder name your looking for.

I set a 200 Millisecond delay before the Escape key is pressed, so you can clearly see what part of the document chrome highlighted ahead of time

I still use unique folder names and abbreivations, like for my main excel bulletpoint, its

  • #excel
  • exc#

both are unique its just whatever I decide is more convenient to type out. Down the road I might just changer all my folders to be “excel#” instead