לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

Bookmarks, bulk edit, searc/replace, places.sqlite/html ?

  • 4 תגובות
  • 1 has this problem
  • 11 views
  • תגובה אחרונה מאת cor-el

more options

Greetings.

My situation is I have multiple bookmarks (100++) with a Title/Name text format eg. "ABCD...123...EFG...HIJK ...".

I need to trim off the first characters and ideally the last characters of the Title, leaving eg. "123...EFG...". A search-and-replace operation would be best if possible.

I can move all the bookmarks that need to be modified, to a separate bookmarks folder if necessary.

Can anyone please suggest a way to do this, using a add-on tool or utility to safely modify the SQLite 'places.sqlite' database or bookmarks.html   

I knew some basic SQL script years ago and think I can pick up some again or SQlite.

Or - export / backup bookmarks to to a 'json' or bookmarks.html file, edit the file using search-replace in a text editor, then restore from the file   

  • Are the backup json and export html files in plain ASCII characters that I can edit the Title text fields   


Thanks, Michael.

Greetings. My situation is I have multiple bookmarks (100++) with a Title/Name text format eg. "ABCD...123...EFG...HIJK ...". I need to trim off the first characters and ideally the last characters of the Title, leaving eg. "123...EFG...". A search-and-replace operation would be best if possible. I can move all the bookmarks that need to be modified, to a separate bookmarks folder if necessary. Can anyone please suggest a way to do this, using a add-on tool or utility to safely modify the SQLite 'places.sqlite' database or bookmarks.html    I knew some basic SQL script years ago and think I can pick up some again or SQlite. Or - export / backup bookmarks to to a 'json' or bookmarks.html file, edit the file using search-replace in a text editor, then restore from the file    * Are the backup json and export html files in plain ASCII characters that I can edit the Title text fields    Thanks, Michael.

השתנתה ב־ על־ידי Nozokyo

כל התגובות (4)

more options

I have not heard of such a thing.

Go to the Mozilla Add-ons Web Page {web link} (There’s a lot of good stuff here) and search for what you want.

more options

EDIT: I modified this question title & contect since original post.

more options

You should be able to make the modifications to a JSON backup and restore this file.

You can open the file in the Scratchpad (Firefox/Tools > Web Developer) and click the "Pretty Print" button to format the file for readability. You can use a suitable text editor that can support regular expressions if it can't be done with a normal search and replace.

more options