nyxt icon indicating copy to clipboard operation
nyxt copied to clipboard

Position marking

Open Ambrevar opened this issue 5 years ago • 6 comments

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.

Ambrevar avatar Sep 25 '19 15:09 Ambrevar

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!

jmercouris avatar Sep 25 '19 16:09 jmercouris

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

Ambrevar avatar Jun 10 '21 07:06 Ambrevar

Oops, wrong issue, reopening.

Ambrevar avatar Jun 10 '21 07:06 Ambrevar

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?

pdelfino avatar Jun 21 '21 19:06 pdelfino

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.

Ambrevar avatar Jun 22 '21 07:06 Ambrevar

Seems related to #1513.

aadcg avatar Jan 29 '24 12:01 aadcg