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

חיפוש בתמיכה

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

מידע נוסף

print bookmarks

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

more options

OK, so I want to archive ONE BOOKMARK folder. Text, html, I don't care. I know I can export ALL the bookmarks, and with some trouble, I can clip out the folder I want out of that big file, but surely there is a better way. If I "Show All Bookmarks", then open the folder, and select everything in it (names and URLs), and copy, what I've copied is JUST the URLs! The names don't come with the copy. Why is that???

I want an archive of the names and URLs from ONE FOLDER. What's the trick?

OK, so I want to archive ONE BOOKMARK folder. Text, html, I don't care. I know I can export ALL the bookmarks, and with some trouble, I can clip out the folder I want out of that big file, but surely there is a better way. If I "Show All Bookmarks", then open the folder, and select everything in it (names and URLs), and copy, what I've copied is JUST the URLs! The names don't come with the copy. Why is that??? I want an archive of the names and URLs from ONE FOLDER. What's the trick?

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

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

more options

The names do come as text/html flavor on the clipboard, but text/unicode only has the URL. This means that you need to paste this in an HTML capable editor.

This is a copy/paste of the history item of this web page as text/html:

<A HREF="https://support.mozilla.org/en-US/questions/1264095">print bookmarks | Firefox Support Forum | Mozilla Support</A>\n
more options

OK, thanks. I did that pasteup in SeaMonkey, and Indeed I get a list of links, where the URL is attached to the name. That works well.

Although, when I do that, the separate bookmarks are all on the same line. Is there some way to paste them that would arrange them in separate rows, like I see them in the "Show All Bookmarks" display?

more options

Maybe check the page source because new lines are used and not the
HTML element. You would need a "white-space: pre-wrap;" CSS rule.