[Ext]Ex Bookmark Properties

Announce and Discuss the Latest Theme and Extension Releases.
User avatar
Alice0775
Posts: 2817
Joined: October 26th, 2007, 11:25 pm
Location: OSAKA

[Ext]Ex Bookmark Properties

Post by Alice0775 »

Ex Bookmark Properties2.9 (In SandBox)
https://addons.mozilla.org/en-US/firefox/addon/7396
This is a extension for firefox3.0
"Bug 411261 – Bookmark properties dialog needs tagging UI." was fixed in Firefox3.1b2pre, so this extension is unnecessary.

1.Properties will show "Edit Bookmark panel" instead of "Bookmark Property" so that tags can be editable.

2.Keywords & descriptions area in edit dialog enabled when Star clicking.
Image
3.URL(UTF-8) will decoded in properties dialog.

4.Add context menu on history menu.(Yur can choose menu of Open new tab, Copy uri and Bookmark this link etc.)

5.Aoption is provided to disable auto hide popup.

Known Issue: Properties dialog does not show for the Tag folder.

This extension will fix following bugs.
1.Bug 411261 – Bookmark properties dialog needs tagging UI.
2.Bug 419324 – Places needs to unescape URLs in the UI (library tree/edit, bookmark tooltip/status, etc)
3.Bug 438252 – Tag edits do not save when editing bookmark address at the same time.

[CAUTION CAUTION CAUTION]
due to Bug 452385 - Bookmark This Page panel hangs Firefox when -moz-border-radius is used, This is not compatible with themes LittleFox, Nautipolis, Walnut and W3v8 .


[Note]
There is a problem in compatibility with the other extensions about the property of the bookmark.

In addition,
The extension confirmed that it functioned only on WindowsXP
Because I do not have the other OS. I can not confirm on the other OS.
However, this may work on the OS except Windows because I do not use the function that is peculiar to the OS.

As for me, English is not a first language.
Please use a simple sentence structure and vocabulary as possible when you reply to me.
Last edited by Alice0775 on October 31st, 2008, 12:20 pm, edited 11 times in total.
User avatar
Kupfel
Posts: 416
Joined: December 18th, 2005, 10:03 pm

Post by Kupfel »

great extension ! I always wondered why the hell you couldn't edit the tags from the edit bookmark dialog ..
apleiner
Posts: 22
Joined: August 1st, 2005, 1:56 am

Re: [Ext]Ex Bookmark Properties

Post by apleiner »

Alice0775 wrote:The extension confirmed that it functioned only on WindowsXP

great extension.
I successfully installed it under Linux (OpenSUSE 10.3).

I miss the possibility to set a bookmark folder.
User avatar
Alice0775
Posts: 2817
Joined: October 26th, 2007, 11:25 pm
Location: OSAKA

Re: [Ext]Ex Bookmark Properties

Post by Alice0775 »

apleiner wrote:
Alice0775 wrote:The extension confirmed that it functioned only on WindowsXP

great extension.
I successfully installed it under Linux (OpenSUSE 10.3).

I miss the possibility to set a bookmark folder.

Thank you for your report.
Ex Bookmark Properties 1.7 released.
This fix that "Folder picker" does not show.
apleiner
Posts: 22
Joined: August 1st, 2005, 1:56 am

Re: [Ext]Ex Bookmark Properties

Post by apleiner »

Alice0775 wrote:Thank you for your report.
Ex Bookmark Properties 1.7 released.
This fix that "Folder picker" does not show.


Works good.

You might consider creating a patch for the bug
https://bugzilla.mozilla.org/show_bug.cgi?id=411261
User avatar
Alice0775
Posts: 2817
Joined: October 26th, 2007, 11:25 pm
Location: OSAKA

Post by Alice0775 »

Ex Bookmark Properties 2.0 released(In SandBox)
https://addons.mozilla.org/en-US/firefox/addon/7396

Version2.0
Code clean up.

Version 1.9
Change behavior that URL utf-8 decode is disabled If network.standard-url.encode-utf8 and network.standard-url.encode-query-utf8 set to false.
Klint
Posts: 260
Joined: September 13th, 2004, 1:24 pm

Post by Klint »

Hi
I have also Library in Sidebar installed, latest version, but I can obtain the new bookmark window when editing the properties of a bookmark from the sidebar.
I think this was working before.
Tahnks
User avatar
Alice0775
Posts: 2817
Joined: October 26th, 2007, 11:25 pm
Location: OSAKA

Post by Alice0775 »

Klint wrote:Hi
I have also Library in Sidebar installed, latest version, but I can obtain the new bookmark window when editing the properties of a bookmark from the sidebar.
I think this was working before.
Tahnks


Please try latest version of Library In Sidebar 3.0 (In Sandbox) (https://addons.mozilla.org/en-US/firefox/addon/7387 ), you can edit bookmark in properties window instead of in the panel of "Library In Sidebar".
Klint
Posts: 260
Joined: September 13th, 2004, 1:24 pm

Post by Klint »

Thanks Alice, it's ok now!
And thanks also for all these very very useful extensions for the new FF3 library (tagging and bookmarking).
Olivier

PS : by the way, I have supported your request in bug 375359!
User avatar
Alice0775
Posts: 2817
Joined: October 26th, 2007, 11:25 pm
Location: OSAKA

Post by Alice0775 »

Ex Bookmark Properties2.2 (In SandBox) was released.
Fixed Bug 438252 – Tag edits do not save when editing bookmark address at the same time.

Ex Bookmark Properties2.4 (In SandBox) was released.
Ex Bookmark Properties2.5 (In SandBox) was released.
Fixed bug: "Edit This bookmark" popup is not displayed after automatic update of Firefox was carried out.

Ex Bookmark Properties2.6 (In SandBox) was released.
Add context menu on history menu.(Yur can choose menu of Open new tab, Copy uri and Bookmark this link etc.)
robertmarley
Posts: 106
Joined: March 20th, 2008, 1:09 pm

Re: [Ext]Ex Bookmark Properties

Post by robertmarley »

Hey Alice0775 :)
I do understand your point 2. and 4. (the ones with the images to them), and what they does:
2. = add the following to CTRL+D AKA add bookmark dialog:
Keyword
Description
Load this in sidebar
4. =
add context menu in history:
"Bookmark this link",
copy link URL,
open
But I doesn't understand what your point 1. and 3. does... can you please explain a bit better what point 1. and 3. does?
Could you add some before and after pictures under them, so one could look at them and understand the difference?

Also I was about to write a code request, but have found the solution. What I wanted was the userstyle code to do the following:
1. hide the ‘Tags:’ option from CTRL+D AKA add bookmark dialog
2. add a ‘Description:’ option to the CTRL+D AKA add bookmark dialog
3. add “Load this bookmark in the sidebar” option to the CTRL+D AKA add bookmark dialog
The solution is here


I looked at the source code and found out your add-on use this: chrome://browser/content/places/editBookmarkOverlay.xul (can be inserted in the locationbar to check it out). Then how I understand it regarding point 2., is that you use that as your resource and then use some code to remove/hide some of the options. (I am only writing this because I thought that maybe other curious users would find it interesting)
User avatar
Alice0775
Posts: 2817
Joined: October 26th, 2007, 11:25 pm
Location: OSAKA

Re: [Ext]Ex Bookmark Properties

Post by Alice0775 »

robertmarley wrote:Hey Alice0775 :)
But I doesn't understand what your point 1. and 3. does... can you please explain a bit better what point 1. and 3. does?
Could you add some before and after pictures under them, so one could look at them and understand the difference?

1.You can confirm it in properties of the bookmark.
3.This is for "Bug 419324 – Places needs to unescape URLs in the UI (library tree/edit, bookmark tooltip/status, etc)". As for this, an effect is provided only by the locale that is a multi-byte.
KomarQ
Posts: 63
Joined: June 30th, 2004, 3:08 am
Location: Wroclaw, Poland

Re: [Ext]Ex Bookmark Properties

Post by KomarQ »

After editing bookmark properties I can not close bookmark popup with 'enter' key. I need to click 'done' button to close the popup. Can You look at this? TIA
User avatar
Alice0775
Posts: 2817
Joined: October 26th, 2007, 11:25 pm
Location: OSAKA

Re: [Ext]Ex Bookmark Properties

Post by Alice0775 »

KomarQ wrote:After editing bookmark properties I can not close bookmark popup with 'enter' key. I need to click 'done' button to close the popup. Can You look at this? TIA

Yes, I make it such a behavior intentionally to be able to edit plural fields.
User avatar
Kupfel
Posts: 416
Joined: December 18th, 2005, 10:03 pm

Re: [Ext]Ex Bookmark Properties

Post by Kupfel »

is it possible to make this compatible to the new favicon picker? https://addons.mozilla.org/en-US/firefox/addon/7849
Post Reply