Sign up | Lost password? | Help

[ advanced search ]

Bookmark star and notes indicator

Forums » Opera Community » Opera for desktop » Opera browser

Thursday, 9. February 2006, 07:29:35

Stoen

avatar

Posts: 1109

Bookmark star and notes indicator

I see that these two indicator have been moved to seperate functions due to popular demand.

Star

Note

How about integrating these functions with the panel selector buttons in the same way that the mail and transfers panel selector buttons are highlighted when there is new mail or a newly completed transfer? Perhaps even a notification in the same vein as the mail and transfers notification?

Friday, 10. February 2006, 12:54:09

Zotlan

ExtendOpera admin

avatar

Posts: 2167

Netherlands

Thank you for posting those, where the hell did you find the star button?

Friday, 10. February 2006, 15:34:25

shoust

Operaised

avatar

Posts: 3013

United Kingdom

hehe I can do one better p:

button

Works more or less exactly like 9p1's version of the button :smile:

But the button sometimes needs reload of page for it to work properly :smile:

Saturday, 11. February 2006, 01:01:37

Stoen

avatar

Posts: 1109

Originally posted by shoust:

hehe I can do one better p:

button

Works more or less exactly like 9p1's version of the button :smile:

But the button sometimes needs reload of page for it to work properly :smile:



Nice :up:

Saturday, 11. February 2006, 01:16:27

Gspusi

avatar

Banned User

FYI:
If you edit toolbar.ini go to section [Document Toolbar.content] and delete the semicolon at the beginning of the line:
; Button6, 70464="Highlight bookmark | Add to bookmarks,,,,"Missing bookmark""
you might get the "star" aswell, it should show up left of address field. p:

Saturday, 11. February 2006, 02:41:57

Is there any way to get the star in the address bar? Or atleast the original size from 9p1? (smaller)

Saturday, 11. February 2006, 02:54:37

Gspusi

avatar

Banned User

Originally posted by roba5263:

Is there any way to get the star in the address bar?


No -- and afaic that's fine for me!

Or atleast the original size from 9p1? (smaller)


Both images for the bookmark-star-icon (highlighted & missing bookmark) are identical on 9tp1 and 9tp2 standard skins (see the buttons folder of those skins). Of course you might want to resize those from 22px to 16px for example if you want.

Wednesday, 5. April 2006, 18:43:00

FataL

Opera freak

avatar

Posts: 1302

USA

Sooo... Will we have this buttons in release? They are very useful.
Make them on anf off through Preferences, and include these buttons in Buttons dialog.

Thursday, 10. January 2008, 02:46:52

dapxin

avatar

Posts: 99

Nigeria

I am so dumb, I found my way here, and forgot what lead me here. :frown:

What are these buttons for ?

Thursday, 10. January 2008, 12:34:16

sgunhouse

Volunteer

avatar

Posts: 52671

Flag City, USA

The star button is supposed to indicate whether a page is already bookmarked, and if it is not bookmarked then you can use it to bookmark the page. The note button indicates that you've used "Copy to note" to copy text from the page to a note, and clicking will focus that note in the panel.

Thursday, 10. January 2008, 15:07:22

ameer123456789

Ameer

avatar

Posts: 358

Maldives

If you've used "Copy to note" to copy text from the page to a note, then a small note button sshows in the address bar, in the place where rss icon is displayed. It's a cool!:yes:

Sunday, 6. April 2008, 19:00:31

jamesisin

JamesIsIn

avatar

Posts: 593

USA

Yes, I find myself bookmarking the same page multiple times. Would be nice to have that back.

Didn't know about the Notes thing. Sounds useful too though.

Friday, 11. April 2008, 09:24:15

ameer123456789

Ameer

avatar

Posts: 358

Maldives

Originally posted by jamesisin:

Yes, I find myself bookmarking the same page multiple times. Would be nice to have that back.


Just add that star button to your toolbar and there you go. It lights up if you have already bookmarked the page.

Friday, 6. June 2008, 17:25:46

FataL

Opera freak

avatar

Posts: 1302

USA

:irked: To devs: why-why you don't want to add these buttons to Appearance/Buttons dialog? Some political decision?.. :irked:

Wednesday, 11. June 2008, 10:51:37

VJgamer

avatar

Posts: 480

USA

I am using the 9.5 release candidate, and it works only sometimes. Often times the star won't light up until I refresh the page, and sometimes it will light up when the page is loading, and then it will dim after the page is loaded.

Wednesday, 11. June 2008, 15:53:01

Stoen

avatar

Posts: 1109

Originally posted by VJgamer:

it works only sometimes.


Try using the following UserJS
/* Fix for Bookmark and Notes detection */
if( self == top ) {
  document.addEventListener('load',function() {
    top.location.replace(location.hash||'##');
  },false);
}

Wednesday, 11. June 2008, 17:51:27 (edited)

VJgamer

avatar

Posts: 480

USA

I still don't get the Star to light up everytime. Many times I have to hit refresh. I soon as I press F5 the star lights up.

Right... Javascript files don't end with .txt

It works now, thank you for your quick reply Stoen!

Wednesday, 11. June 2008, 18:34:20

VJgamer

avatar

Posts: 480

USA

Is there anyway to keep it from adding the ## after the URL, or is that how the fix works?

Tuesday, 17. June 2008, 20:28:26

HaJotKE

Grumbling Hyper-Critical Cantankerous Curmudgeon!

avatar

Banned User

Germany

Originally posted by VJgamer:

Is there anyway to keep it from adding the ## after the URL, or is that how the fix works?

AFAIK, that's how the fix is working...
... but nevertheless - to my limited understanding, I am no JS programmer nor a web-designer - it should be possible to remove it.

AFAIK, the script from /Stoen/ does the following:
/* Fix for Bookmark and Notes detection */
if( self == top ) {
  document.addEventListener('load',function() {
    top.location.replace(location.hash||'##');
  },false);
}
It's replacing in the browser history the original URL by said changed URL, which you see at the end,
namely the original URL with those two hash marks appended.

It should now be possible, espec. with that new delay command, to replace said hash mark modified URL by the unaltered i.e. original URL again, which could be temporarily stored in some cookie. But /Stoen/ would certainly know better. :D

What is unclear to me is now, why that appended new hash-mark URL is looked up in the bookmarks file and sets the star button relatively reliably now, reflecting the correct status? :confused:

Could someone please explain this to me... :D

Wednesday, 18. June 2008, 04:13:24

mrd

avatar

Posts: 134

I'd LOVE to go back to the way back when having the star in the url bar to bookmark and see if its bookmarked. I see FF3 does this now and imo I don't get why it was removed. It's an awesome time saver!

Wednesday, 18. June 2008, 08:14:49

dimitriramirez

avatar

Posts: 5

I'am using opera 9.5.
I want to disable bookmark address in the address bar. I dont want to be bothered with the show up of bookmark address when i type an address in address bar. Anybody can help me?

Thanks a lot:)

Wednesday, 18. June 2008, 08:37:13

HaJotKE

Grumbling Hyper-Critical Cantankerous Curmudgeon!

avatar

Banned User

Germany

@mrd:
Try this button, I found it elsewhere and modified it somewhat:
button

It's the button from /shoust/ from above as modified by /Stoen/...
... thanks a lot for your good work! :up:

Wednesday, 18. June 2008, 15:56:57

sgunhouse

Volunteer

avatar

Posts: 52671

Flag City, USA

Originally posted by dimitriramirez:

I want to disable bookmark address in the address bar. I dont want to be bothered with the show up of bookmark address when i type an address in address bar.


Do you want to turn off the dropdown completely? Uncheck Auto Dropdown, scroll to the bottom and click on Save.

Thursday, 19. June 2008, 03:16:45

dimitriramirez

avatar

Posts: 5

Its working. I am not bother again with bookmarks again.
Thanks a lot sgunhouse.

Friday, 20. June 2008, 17:49:21

lostkiwi

avatar

Posts: 20

Originally posted by HaJotKE:

Try this button, I found it elsewhere and modified it somewhat:
It's the button from /shoust/ from above as modified by /Stoen/...
... thanks a lot for your good work!





Thank you. :smile:

Friday, 18. July 2008, 14:57:36 (edited)

sebt

avatar

Posts: 2477

I find this workaround (star & notes) very useful. I often have lots of tabs open, and need to remind myself of which ones I bookmarked before closing them.

This behaviour, where the star/notes icon don't always work without a reload, is very annoying. I know there is a UserJS workaround, but surely this is a bug that should be fixed... did anyone file a big report about it yet, and does anyone else want it fixed?

Seb :smile:

Friday, 18. July 2008, 17:07:13

HaJotKE

Grumbling Hyper-Critical Cantankerous Curmudgeon!

avatar

Banned User

Germany

Originally posted by sebt:

... did anyone file a big report about it yet, and does anyone else want it fixed?

Not sure about that, and YES, I would really love to have that fixed... :up:

Saturday, 19. July 2008, 01:35:35

sebt

avatar

Posts: 2477

Reported as bug-349336 - Star custom button does not behave correctly (also affects Note custom button).

I really hope this gets fixed!

Seb :smile:

Saturday, 19. July 2008, 03:43:41

Stoen

avatar

Posts: 1109

Originally posted by HaJotKE:

Not sure about that


http://my.opera.com/community/forums/findpost.pl?id=2234631
Tsk, tsk HaJotKE. A grumbling hyper-critic should not be forgetting that which they grumbled, or where hyper criticical, about ;-)

Saturday, 19. July 2008, 07:33:10

HaJotKE

Grumbling Hyper-Critical Cantankerous Curmudgeon!

avatar

Banned User

Germany

Uaah... :frown:

But you should know, forgetting is the only way to stand all these OPERA bugs... :lol:
At least for me. :D

Thanks! :up:

Sunday, 20. July 2008, 01:52:05

The notes button seems to be built into Opera 9.51. I have not added one but when I am on a page that I have in notes a tiny little notes icon appears in the address bar near the RRS feed icon. If I click on the notes icon it opens the side bar with that not highlighted. The icon is extremely small and I don't remember seeing it before but it's there now on all my machines and I have NOT added custom button for it.

Sunday, 20. July 2008, 01:58:17

sebt

avatar

Posts: 2477

Notified operasoft of the duplicate bug reports :smile:

Sunday, 20. July 2008, 02:14:01

Originally posted by sebt:

Notified operasoft of the duplicate bug reports :smile:



Are you saying it's a bug? I think it's a great feature it just needs a bigger icon.

Monday, 21. July 2008, 01:29:20 (edited)

sebt

avatar

Posts: 2477

Sorry for any confusion, but I was referring to Stoen's post above, which indicates that the aforementioned problems with the Note and Star buttons (ie. often not working properly without page reload) were discussed in the thread indicated, resulting in a bug report to that effect in Sept '07. My report is therefore a duplicate of that bug.

Seb :smile:

Saturday, 30. August 2008, 02:07:15

zikzakatak

avatar

Posts: 294

doe anyone has troubles using preview feeds?.


apparently this great user script affects my feeds preview on 9.60.

Saturday, 30. August 2008, 02:41:20

Stoen

avatar

Posts: 1109

Originally posted by zikzakatak:

apparently this great user script affects my feeds preview on 9.60.


Use the following

/* Fix for Bookmark and Notes detection */
if( self == top ) {
document.addEventListener('load',function() {
if( !opera.feeds ) { location.replace(location.hash||'##'); }
},false);
}

Saturday, 30. August 2008, 04:29:58

zikzakatak

avatar

Posts: 294

im sorry stoen but you mean to change this lines for the other user js?.


thanx.

Sunday, 31. August 2008, 03:13:24

Stoen

avatar

Posts: 1109

Originally posted by zikzakatak:

im sorry stoen but you mean to change this lines for the other user js?.


Yes

Change
/* Fix for Bookmark and Notes detection */
if( self == top ) {
  document.addEventListener('load',function() {
    location.replace(location.hash||'##');
  },false);
}


to

/* Fix for Bookmark and Notes detection */
if( self == top ) {
  document.addEventListener('load',function() {
    if( !opera.feeds ) { location.replace(location.hash||'##'); }
  },false);
}

Sunday, 31. August 2008, 06:42:15

HaJotKE

Grumbling Hyper-Critical Cantankerous Curmudgeon!

avatar

Banned User

Germany

The only drawback of that solution is that there are now those sticky two (##) number-signs appended, and I have always to go back in history to get back to the original address -- e.g. for bookmarking -- W/O these signs.
Couldn't that be automated somehow, please? :confused:

Monday, 1. September 2008, 20:08:29

zikzakatak

avatar

Posts: 294

it works very good for me.


thanx.

Wednesday, 3. September 2008, 14:11:42

FataL

Opera freak

avatar

Posts: 1302

USA

In addition to Mozilla Firefox now Google Chrome has acquired "star indicator" of bookmarked page.
Opera, hello! Time to wake up! Why not finish feature that you invented more than 2 years ago?

Thursday, 16. October 2008, 21:37:03

polosatus

avatar

Posts: 3

+1

Bring the star back! Opera competitors have these stars and users are happy!

Wednesday, 12. November 2008, 11:59:13

moirob

I'll tell all my friends

avatar

Posts: 184

Spain

Firstly, thanks to all that have posted the Star Button. I had recently made a comment on another post about how to improve the bookmarking of sites using Opera by including such button and I was tipped off about this. So again, thanks guys.

Secondly +1 to getting Opera to intergrate this button back in to the browser.

Wednesday, 12. November 2008, 19:19:34

ersi

dio chiliades

avatar

Posts: 2019

Vomentakae

+1

But with wildly configurable options to set how the address bar works, what gets shown and what not. Rather more than less...

Wednesday, 5. August 2009, 00:24:40

sikctrip

avatar

Posts: 9

Originally posted by Stoen:

Originally posted by VJgamer:

it works only sometimes.


Try using the following UserJS
/* Fix for Bookmark and Notes detection */
if( self == top ) {
  document.addEventListener('load',function() {
    top.location.replace(location.hash||'##');
  },false);
}



Ok, this solution was working for me in v9.6x, but it doesn't work in v10. Pages need to be refreshed again.
Help please :left:

Forums » Opera Community » Opera for desktop » Opera browser