brookhong / Surfingkeys

Map your keys for web surfing, expand your browser with javascript and keyboard.
https://chrome.google.com/webstore/detail/surfingkeys/gfbliohnnapiefjpjlpjnehglfpaknnc
MIT License
5.21k stars 472 forks source link

Vim-like marks don't work properly on roamresearch.com #1177

Open classicrob opened 4 years ago

classicrob commented 4 years ago

I often edit and work with long pages in Roam, and all the marks seem capable of doing is bringing me to the correct tab. It isn't working for bringing me to the correct location of the mark on the Roam page, just the tab. Any help would be hugely appreciated!

richardtkemp commented 4 years ago

Since the content of the page on Roam is so dynamic, I doubt mark as-is are going to work.

It's possible you could hack something together using JavaScript to focus the Roam tab and then move the cursor to the text field matching your mark destination.

Alternatively make use of hints: use the hint to open a node, type in it, then use the hint for the note title at the top left of the note area to get back to the note quickly. Obviously this is not ideal!