1. When adding/editing a Bookmark (Ctrl+D), "Folder" and "Tags" are always collapsed. Suggested improvements:
a) either remember their previous expanded/collapsed status
b) or create options to set defaults for each (always expanded/collapsed for Folder/Tags separately)
2. This is strangely sort of the reverse problem. When navigating Bookmarks (both in Sidebar and Library) expanded/collapsed status is always remembered. This can lead to confusion and time-waste with a large number of expanded Bookmarks. I don't see a way to quickly collapse all.
The same occurs when adding/editing a Bookmark (Ctrl+D) and selecting "Choose...". Previously expanded folders are always remembered, making things more difficult and confusing.
Suggestion to add these options:
a) remember previous status (current behaviour)
b) always collapse all Bookmarks, everywhere (Sidebar, Library, Add/Edit Bookmark "Choose..." prompt) every time these are opened.
IMO these aren't esoteric requests, and I'm sure users with large collections of Bookmarks will benefit. Sorry, if some of the above can be done already somehow.
Of all the above suggestions, JustOff's Add Bookmark Helper extension will only "Expand all fields in Bookmark Dialog". "Folder" and "Tags" that is, I believe.
Bookmarks: collapse/expand improvement suggestions
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.
This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.
Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.
This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.
Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
- back2themoon
- Moon Magic practitioner
- Posts: 2503
- Joined: 2012-08-19, 20:32
Bookmarks: collapse/expand improvement suggestions
Safe Mode / clean profile info: Help/Restart in Safe Mode
Information to include when asking for support - How to apply user agent overrides
How to auto-fill passwords
Windows 10 Pro x64
Information to include when asking for support - How to apply user agent overrides
How to auto-fill passwords
Windows 10 Pro x64
Re: Bookmarks: collapse/expand improvement suggestions
+1
I use CustomButtons code for this:
.. but the bad thing is that the last used folder is not remembered and folder tree is not focused, as JustOff's Add Bookmark Helper extension does.
ps The invented format-method of bookmarks from Mozilla is based on tags, but not the usual folder_hierarchy - stupidity!
I use CustomButtons code for this:
ps The invented format-method of bookmarks from Mozilla is based on tags, but not the usual folder_hierarchy - stupidity!
- back2themoon
- Moon Magic practitioner
- Posts: 2503
- Joined: 2012-08-19, 20:32
Re: Bookmarks: collapse/expand improvement suggestions
I kind of forgot that Web compatibility is the constant, major, pressing issue and there really isn't time and resources for secondary features like these. Perfectly understandable.
Just out of curiosity: are these little quirks deeply buried in old Mozilla code and would cause headaches even to a seasoned programmer with lots of spare time, attempting to improve on them?
Just out of curiosity: are these little quirks deeply buried in old Mozilla code and would cause headaches even to a seasoned programmer with lots of spare time, attempting to improve on them?
Safe Mode / clean profile info: Help/Restart in Safe Mode
Information to include when asking for support - How to apply user agent overrides
How to auto-fill passwords
Windows 10 Pro x64
Information to include when asking for support - How to apply user agent overrides
How to auto-fill passwords
Windows 10 Pro x64
Re: Bookmarks: collapse/expand improvement suggestions
No. As far as difficulty goes, working on UI/front-end stuff is considerably easier than core guts. Also, it requires a different approach because it's effectively XUL and JavaScript, not C++back2themoon wrote: ↑2024-10-06, 07:47are these little quirks deeply buried in old Mozilla code and would cause headaches even to a seasoned programmer with lots of spare time, attempting to improve on them?
I'm guessing that would make it easier as well? I mean, if you're already familiar with web programming then doing this would come fairly natural.
"A programmer is someone who solves a problem you didn't know you had, in a way you don't understand." -- unknown
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite