nkanaev / yarr

yet another rss reader
MIT License
3.03k stars 224 forks source link

Jump to internal links #94

Closed ghost closed 2 years ago

ghost commented 2 years ago

For example, clicking on reference no. 1 takes me to author's website.

Screenshot from 2022-04-27 16-07-39

nkanaev commented 2 years ago

The website is available in feeds' menu:

Screenshot from 2022-05-03 15-38-53

Otherwise it can be reached by clicking the feed external link & navigating within the website.

ghost commented 2 years ago

@nkanaev I can't understand your reply.

I was asking, if I click on a internal like a reference/footnote, I wanted the post to jump to that relevant part, to where it is pointing to. But currently it takes me to the website, treating internal links as others.

nkanaev commented 2 years ago

all the links in the post are expanded against the post's url and made external, including internal ones. leaving internal/reference links as is may lead to issues with the yarr's interface, since it's html too.

esdnm commented 2 years ago

leaving internal/reference links as is may lead to issues with the yarr's interface, since it's html too.

Can it be handled using JS?