-
Notifications
You must be signed in to change notification settings - Fork 974
Allow empty titles on bookmarks #2972
Comments
This would be easy to do; @bradleyrichter, what do you think? @tschf makes a great point about the bookmarks disappearing if favicons are turned off |
+1 from #8957 (Impossible to add bookmark with empty name) |
+1 from community https://community.brave.com/t/bookmark-naming-favicons/5781?u=eljuno
+1 from community https://community.brave.com/t/tool-bar-suggestion/5790?u=eljuno |
Do they really want to name nothing to bookmarks or display only favicons? Some of them look that they simply do not know about that option: https://community.brave.com/t/bookmark-naming-favicons/5781/2 |
From the first comment in this issue (#2972 (comment)):
So some users want a mix of bookmarks with and without titles. |
+1 For allowing import of empty titles on bookmarks leaving only the favicon. Editing the code to include a space when the parser runs into a blank sounds like an easy temp hack. Leaving an actual blank with no space on import would be ideal since that would conserve the most space on the bookmarks toolbar and would be a truer import. I myself also enjoy using both blank (leaving just favicon) and text bookmarks (text + favicon) on Chrome. Also seeing as most users will be coming from Chrome it would be helpful if "Text and Favicons" was the default option in the Brave General>Bookmarks Bar preferences. |
+1 from community https://community.brave.com/t/allow-empty-names-in-bookmarks/14867?u=eljuno
|
I was about to create an issue about this - that's a must and no-brainer. Reasons why we need this feature shipped:
👍 👍 👍 |
+1 from community https://community.brave.com/t/bookmarks-bar-favicons-and-text-selected-problem/17259?u=eljuno
|
What if the website doesn't have a favicon? |
@MargarytaChepiga we currently default to a document icon when a favicon is not available: For the bookmarks toolbar itself, see: browser-laptop/app/renderer/components/bookmarks/bookmarkToolbarButton.js Lines 266 to 278 in 5d58f8d
For the bookmarks manager, see: browser-laptop/app/renderer/about/bookmarks/bookmarkTitleCell.js Lines 35 to 44 in 5d58f8d
|
Thank you @bsclifton! I will look into this! |
+1 from community https://community.brave.com/t/suggestion-bookmark-titles/26063?u=eljuno |
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
For some of my bookmarks, the favicon is enough. In my bookmark bar, I leave a few without titles. Others still need a title (I note the settings allow to just use favicons, just titles or both - but I don't want a blanket rule for all bookmarks, so I leave some without a title).
If I try to update the bookmark entry with no title, it will just revert to the previous value.
Or, if I import bookmarks with no title, the URL is displayed instead of the title.
note: I'm mindful of the fact that you allow favicons to be turned off (default) may cause issues as nothing will be displayed in the default configuration when no title is there (favicons are switched off in a fresh install).
Expected behavior:
Removing the title property should keep it that way - blank.
(Perhaps a solution is to show URL only when favicons are set to not display and title is blank)
One work around is to save it with a single space (to force a blank title to save).
Section from Chrome:
After importing into Brave
After specifying title with a single space
The text was updated successfully, but these errors were encountered: