-
Notifications
You must be signed in to change notification settings - Fork 973
set blank bookmark titles to [space] on import #8385
Comments
Related to this is the inability for users to remove their bookmark title. Instead, they must edit and replace the title to a space. Deleting the title entirely results in no change to the bookmark itself. Source: https://twitter.com/somenteangus/status/855114312536424448 |
The space was a temp hack to allow no title. Needs a clean fix.
… On Apr 21, 2017, at 11:45 AM, Jonathan Sampson ***@***.***> wrote:
Related to this is the inability for users to remove their bookmark title. Instead, they must edit and replace the title to a space. Deleting the title entirely results in no change to the bookmark itself.
Source: https://twitter.com/somenteangus/status/855114312536424448
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@darkdh how easy/difficult do you think this change would this be? (You're have a lot more experience w/ the import code than me 😄 ). This may involve an electron change from what I understand (since the importer lives there, right? We re-use the Chromium importer) |
We can use easy workaround before custom title being obsoleted. |
@darkdh We should use a zero-width space, to avoid adding gaps between icons. |
Fixing this issue (and allowing for a blank title) may properly fix the issue: |
+1 from community https://community.brave.com/t/suggestion-bookmark-titles/26063?u=eljuno |
When users have specifically edited chrome bookmarks to have NO title so they are displaying only FAVICONs, they would like the same appearance after importing into Brave.
Mission: retain blank name for a nameless bookmark during import process.
The text was updated successfully, but these errors were encountered: