Exporting Speed Dial and Stash pages (bookmarks)
-
bobbybreeze last edited by
I have a couple of questions. I have been using Opera for about 6 months now (current version 20) and although it has worked pretty well overall and is fast I am starting to lose faith. It seems simple things like exporting bookmarks or in this case speed dial and stash entries is not available. I have dug through the forums and cannot find an answer. Is there a way to export your speed dial and stash pages (bookmarks)?
Another question. I use to be able to create folders in Speed Dial by simply dragging one speed dial page (bookmark) on top of another. This no longer works. If I try to drag a page on top of another one the page I am dragging to just moves to another location in speed dial. What happened to this simple way of creating a folder in speed dial?
Thanks.
-
dvk-ru1 last edited by
You can use any SQLite program, like SQLite Manager, to export data to CSV from the databases stash.db and favorites.db.
As for the SD combining into a folder, everything works fine here. There's indeed only a narrow area where the dragged SD is recognised as a candidate to be dropped into the one below. Is it possible that you move them in too wide sweeps and they keep eluding the drop and just relocating?
-
l33t4opera last edited by admin
create folders in Speed Dial by simply dragging one speed dial page (bookmark) on top of another
Hi Bobbybreeze, try this, but here in the latest Opera 20.0.1387.64, it works without problem also, when this flag is disabled. -
bobbybreeze last edited by
Thanks for the tip about dragging the SD's in just a little tighter to create a folder, it worked. I had created folders in the past and couldn't figure out what happened. Those earlier SD's must have been next to each other so it didn't require much dragging.
-
jbosari last edited by
I've been noticing increasing problems with every update. Text disappears on physical printouts and I can no longer print to onenote. Now my screen capture won't work. I don't have time to be fiddling with problems all the time. Opera is faster than Chrome, but I found Chrome more reliable...
-
tr6 last edited by
yea, Opera is now my second browser, speed isn't everything. I left it behind and went with Ice Dragon. It's very secure. I installed a real skin, not just a background picture. "all in one side bar" extension is great! I imported all my bookmarks from Opera 12.16 ( they didn't import correctly into Opera 20 ), and the speed dial works well. I'm going to keep an eye on Opera though. Hope it will not be so Micky Mouse someday. My 78 year old mom likes it though, she finds it very easy to use!
-
alex00752 last edited by
http://help.opera.com/opera/Windows/1387/en/solutions.html#backup
You can do a manual backup of certain files in opera profile
Speed dial: "favorites.db" and "favorites.db-journal" and if you want to backup the speed dial thumbnails as well also backup "thumbnails.db" and "thumbnails.db-journal"
Stash: "stash.db" and "stash.db-journal"
Bookmark bar: "Bookmarks" and "Bookmarks.bak" and "bookmarks.db-journal"
For a full profile backup copy the entire folder:
C:\Users(Your User)\AppData\Roaming\Opera Software\Opera StableI hope a backup tool will appear for opera 20+.
-
hrobky last edited by
I imported bookmarks to Firefox this way:
(In Opera 24 all bookmarks are saved in stash.db. I didn't find anything in bookamrks.db nor favourites.db)- Download and install SQLite Browser
- File -> Open Database:
%appdata%\Opera Software\Opera Stable\stash.db
- Swich to tab
Execute SQL
- Enter command:
SELECT '[" || c1title || "](\*\*' || c0url || "\*\*)" FROM stash_fts_content JOIN stash ON stash_fts_content.docid = stash.uid ORDER BY stash.last_visit_date DESC
- Copy&paste the results to notepad
- Edit -> Replace
"
to nothing (remove quotes) - Edit -> Replace
**
to"
(convert**
to quotes) - Now save the file as
blabla.html
, don't forget to use UTF-8 to preserve accented characters, if any. - In Firefox: Show All Bookmarks (
Ctrl-Shift-B
) -> Import -> Import from HTML - Browse for the
blabla.html
The bookmarks get imported to Bookmarks Menu, sorted the recently visited first, keeping the Titles and URLs.
-
hrobky last edited by
Sorry, the SQL query got reformatted, the correct form is:
SELECT "[" || c1title || "](**" || c0url || "**)" FROM stash_fts_content JOIN stash ON stash_fts_content.docid = stash.uid ORDER BY stash.last_visit_date DESC
-
Deleted User last edited by
Please post the SQL command for Speed Dial (favorites.db) as well. I took a crack at it, but I got the following error message:
ambiguous column name: url: SELECT "
I only see the url column used in one table, so I don't see what the problem is.
Thank you in advance.
-
leria10000 last edited by
With all due respect, I do not believe that we should have to use an external tool to do this. Opera should include a way to export Speed Dial to a file (hell, by this time we should have Sync back!).
It also appears that they are moving away from Speed Dial for anything but the most commonly accessed websites to a regular Bookmarks file once again.
Except that they have not made a tool that allows us to easily transfer what was once on the Speed Dial page to the new Bookmarks Page!
Just seems like they have no idea what direction they wish to take Opera in at the moment. -
pixelhound last edited by
For the SpeedDial, follow the same instructions above, but open Database:
%appdata%\Opera Software\Opera Stable\favorites.db
and use the following SQL command:SELECT "[" || name || "](**" || url || "**)" FROM favorites WHERE type=0
Also, if you have folders in your SpeedDial, try something like:
SELECT "<dt>" || a.name || "[" || b.name || "](**" || b.url || "**)</dt>" FROM favorites a, favorites b WHERE b.type = 0 AND b.parent_guid = a.guid
But in this case you'll have to manually edit the resulting html Bookmarks file to be able to import it to Firefox/Chrome. It's easy, just create headers for each folder in the html file.
-
mascky last edited by
hoping this thread is still alive i would like to know in which of the file opera keeps the speed dial list. I had a crypto virus on my C drive and after cleaning and reinstalling opera the speed dial keeps disappearing every time i restart the browser.
-
cincamm last edited by
exporting speed dial used to be very easy in opera. there was a speeddial.ini file that you would copy/paste and all your speed dial pages where saved. I've tried this thumbnail/favorites way that someone wrote a few comments before and what I had to do was open the favorites.db file in a text opener and manually copy/pasted url links. this was the only way it worked. I'm using opera version 29.0.1795.60
I really hope opera will make exporting speed dial more user friendly in the future. -
shortshyt last edited by
Dayum! That's a LOT of work! I liked clicking import/export. I luv the speed dial thingie! I luv Opera. And while not being able to export the awesome speed dial makes me just a tad cranky for a minute, Opera still is better than the rest.
-
mangozine last edited by
Hiya. I've probably come to this a little late, but here goes...
The easiest way to keep your old Startpage/Speed Dial settings, etc (between PCs at least), is to copy the entire Opera Stable folder from one PC to another (it's usu less than 20MB so it's not massive), you can find it here:
%appdata%/Roaming/Opera Software/Opera Stable
If you're running Opera at the time, you'll get a couple of 'cannot copy' or 'file in use' errors - this is just the files and tabs that are currently open.
For those using Windows 10, you can find the %appdata% folder by literally just putting "%appdata%" in the Start/Search box...
Hope this helps. If you're feeling more daring, you can look at the files using Notepad, which'll at least tell you what you have and haven't got in each one.