Help needed for keyboard oriented workflow

Hi all,

Need some advice.
I use a vault to store information, I require to extract the information on regular basis.

My workflow is very keyboard oriented; I refrain using my mouse as much as possible, as it is time consuming.

The data that I extract from my vault are usually to be copied and pasted elsewhere

Assuming this scenario;
In a Vault i have a folder in which i have a notes

Assuming i store the data in my notes as such:

Notes structure

Test Note 1
#Test title 1.0
`test data 1.0`
##Test title 1.1
`test data 1.1`
###Test title 1.2
`test data 1.2`
####Test title 1.3
`test data 1.3`

Test Note 2
#Test title 2.0
`test data 2.0`
##Test title 2.1
`test data 2.1`
###Test title 2.2
`test data 2.2`
####Test title 2.3
`test data 2.3`

Test Note 3
#Test title 3.0
`test data 3.0`
##Test title 3.1
`test data 3.1`
###Test title 3.2
`test data 3.2`
####Test title 3.3
`test data 3.3`

If I need information from Test Data 3.2,
which needs to be copied out;

I would need to search for Test Note 3, and scroll to test title 3.2, and copy the data
I would achieve this by:

  1. Pressing Control O
  2. Type “Test Note 3”,
  3. scroll to section 3.2,
  4. right click and drag the data on the section.
  5. If the note is in edit mode, using the arrow keys I will copy the data

I want to achieve the following:

How do I achive this:

  • Automatically Search “Test title 3.2”
    Page scrolls to “Test title 3.2”

  • Using the keyboard, while in read mode copy the data to clipboard

I tested this and you can use

  1. ⌘⇧F to search “Test title 3.2”
  2. Pressing arrow keys ↑/↓ to navigate in the search results
  3. Pressing enter to go to results / open results, exact match being highlighted and scrolling has been done automatically
  4. Settings –> Editor –> Default view for new tabs determines whether opened items use reading view or not (when a tab is opened, all items opened into that tab will inherit the reading/editor mode)
  5. search results open into the current tab but you can override this by pressing ⇧enter when opening items (if you use splitted view, current tab means the last tab that was active)
  6. Keyboard cannot be used to make text selections in reading mode
  7. You can use
    ```txt
    data
    ```
    
    syntax in your notes, and then hover the codeblock using your mouse and press copy
  8. you can possibly use CSS to make the copy-button in codeblocks permanently visible and then use Shortcat to access that button using your keyboard