Is it possible to get a "Mark read" at the end for the articles?

Sometime the articles are long and when I'm finished reading it I have to scroll to the top and click "Mark read".
Is it possible to get it at the end for the article?

Re: Is it possible to get a "Mark read" at the end for the ...

I've moved your thread as Customization only deals on how to customize Brief and sharing customizations you made for Brief.

You can double click anywhere in an item container to mark that item read. If you're using keyboard navigation instead and have highlighting enabled, then pressing "M" on the keyboard will mark the currently highlighted item as read.

Re: Is it possible to get a "Mark read" at the end for the ...

Thank you for the info. I, too, was wanting a Mark Read at the end of each feed. I hadn't known about the double-click option, which will be very handy. Brief is the nicest looking feed-reader I've seen yet. LOVE it. Thanks.

Re: Is it possible to get a "Mark read" at the end for the ...

I'll vote for this one.

Re: Is it possible to get a "Mark read" at the end for the ...

+1 from me as well. It would be very useful to just clone both action buttons from the top :-)

Re: Is it possible to get a "Mark read" at the end for the ...

It's redundant though. Redundant options bloat programs. You don't want Brief to become bloated do you?

Re: Is it possible to get a "Mark read" at the end for the ...

Then remove it from the top and put it at the bottom.
Respect.

Re: Is it possible to get a "Mark read" at the end for the ...

Since the discovery of d/click=mark read (with this article) I've tried using it, but the problem is that when you have a really long article, read to the bottom, double-click to mark it read, you now have to scroll back to the top to find the next unread article. This would probably have the same affect with mark read buttons at the bottom, so I'm not sure how one would go about solving the issue.

Re: Is it possible to get a "Mark read" at the end for the ...

If you have the view set to Unread, then you wouldn't have to scroll as when an item is marked read, it'll disappear and the next item will drop in for your viewing.  This holds true when you're in the Unread folder as well.

=====
Moderator of Brief's Forums
E-mail - Site

Re: Is it possible to get a "Mark read" at the end for the ...

Hi,
I came here to request this feature, too. Please just clone the "mark as read" and the "delete" button at the end, bloated or not, it's really annoying to scroll long articles back up just to click that button.
Besides that, I LOVE brief!!! Thanks alot, I use it every day and cannot think of being without it... :)
 

Re: Is it possible to get a "Mark read" at the end for the ...

Sorry, but it's not going to happen. The cost/benefit ratio is just to high.

ancestor,
creator of Brief

Re: Is it possible to get a "Mark read" at the end for the ...

Help yourself: Just modify feedview.css

extensions\brief@mozdev.org\defaults\feedview.css

Change
.article-controls {
float: right;
margin: -2px 0 0 5px;
}

to

.article-controls {
float: right;
margin: -2px 0 0 5px;
position: absolute;
bottom: 5px;
right: 5px;
}

Hannes

Re: Is it possible to get a "Mark read" at the end for the ...

Very close to what I'm looking for.  Any way to duplicate the controls at the top and bottom?  I like being able to keep my mouse in the same place for short posts (having the controls at the top), but for long posts, having them at the bottom is great too.  And changing the location of the .article-controls doesn't bring the favorite option down, just delete and mark as read.
Of course, this is like complaining that my bulletproof vest is a little scratchy...

Re: Is it possible to get a "Mark read" at the end for the ...

The double click for marking 'read' is indeed very useful, but it's only one of the three controls at the top.
 
By far the most important thing to fix for me is 'long article skip', which happens when you're a significantly down the reader page, mark an article 'read' and the next long one is pulled up into its place - only you're now far into the middle of it!  Even worse is if many small articles follow the long one....

  • How about a 'Return to top of article' button?

This could be a blue, upward-pointing arrow resting in the bottom corner of each article, and would not represent any kind of bloat, as its own usefulness is readily apparent.
 
Plus, the options could have a setting that would let the article be marked as 'read' at the very same time!
 
Brief is not only my favourite feed reader, it beats every other one I've ever dared to try, I love it - so please consider this 'solution' to this common problem, and thank you!

Re: Is it possible to get a "Mark read" at the end for the ...

Yes I whole heartily agree to move the “Mark Read” from the top to the bottom of the article. My reason is two-fold; one (1) and most importantly I have zoned way too many times and have hit the “Mark all items as read” icon, which is very close proximity of the “Mark Read” button at the top of the web browser real estate window. Secondly like other readers have pointed out scrolling down and having to scroll back up is a timewaster.   Click the “Mark all items as read” button and BAM! Its all GONE and that bites! 

edit: Thank You Mr. Hannes!!!

Mod Edit: Merged unnecessary double posts.