Hacker News new | ask | show | jobs
by duiker101 1686 days ago
If there is a way, please, share it! I have not been able to create relative bookmarks natively and while doing research everything points to bookmarklets, which is what this extension does in the end.

Worth noting, after starting, I added a few extra features that I found useful, like mixing query parameters.

2 comments

You can use a bookmarklet like this:

  javascript:location.href='/about'
An easy way to create a bookmarklet from scratch is to create a bookmark from some other page and then modify the URL.
So that's what I do I created a bookmark from the main page of my Miniflux instance, and then put /feeds on the end. I also have one for the new subscriptions page. Since it's a separate page, linked from the feeds list, I bookmarked it too.
> from the main page of my Miniflux instance, and then put /feeds on the end

This case is relative to a single baseURL. The poster was proposing to have a bookmark relative to the URL you're currently browsing from, so that you could click "/feeds" from any Miniflux instance you're currently visiting.

You can do this it's always /feeds. I suppose if someone really wanted to change that, they probably could. I used to use the hosted bersion, and it was /feeds there too. Although I have to point out that unless you have access to the instance, you probably won't be able to get to that page without signing in anyway. Unless someone decided to make the entire thing public, for some reason. You can do this with tweets even, you just have to have the URL of the tweet.