Link to row of a table

What I’m trying to do

I have some long tables with information about hotkeys. Now I’m trying to write notes about workflow with this hotkeys. I want to have links from notes about workflow to row in a table to make short and simple notes.

Things I have tried

I tried to make links in md and wikilinks formats. It works, but this is links to start of note with dozens rows and I can’t to read about hotkey fast.

I tried to link to header, it also works but table is still too long to read about hotkey without search.

I tried to link to a block of note with obsidian carat syntax (note_name^block_name) but this isn’t more accurate than linking to header because of table is single block and anchors means in table nothing.

I tried to use html span tag with id but obsidian do not index blocks with id.

How can I to make link to row of table?!

I didn’t find way to do exactly what I want but I made an atomic note for every hotkey and now can link them from everywhere. Table with all hotkeys I collect with dataview plugin. Although this way looks ugly on graph… But notes are quite consistent inside.