atlas-engineer / nyxt

Nyxt - the hacker's browser.
https://nyxt-browser.com/
9.88k stars 413 forks source link

Position marking #392

Open Ambrevar opened 5 years ago

Ambrevar commented 5 years ago

majkinetor on https://lobste.rs/s/q02egw/10_days_left_for_next_browser suggests we added a famous Vimperator / Vim feature, that of marking positions. It's not hard to do, we could even name the marks, persist them, fuzzy-search them, etc.

jmercouris commented 5 years ago

A great idea! It will also be a necessary component in adding inline notes on web pages and storing/reinflating the positions of notes in the future!

Ambrevar commented 3 years ago

Fixed with https://github.com/atlas-engineer/nyxt/commit/c9398328886031449c6f9d79c9e5b7e8c2524c68.

Ambrevar commented 3 years ago

Oops, wrong issue, reopening.

pdelfino commented 3 years ago

Hi,

Nyxt has a fetaure called reading-lines described here. This feature was mentioned in an article/released in the middle of 2020. This is about 1 year after this issue was opened.

Is this issue still relevant? Did I miss something about the feature request?

Ambrevar commented 3 years ago

Indeed, this is unrelated to reading-lines. Position marking is about adding a virtual "mark" to your page scroll position.

Say you scroll to 50% of the page and add a mark named a. Then scroll further. Now you want to go back to a, you can just call a command which would prompt for the list of available marks in the page and bring you there.

aadcg commented 9 months ago

Seems related to #1513.