<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Exporting Speed Dial and Stash pages (bookmarks)]]></title><description><![CDATA[<p dir="auto">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)?</p>
<p dir="auto">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?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forums.opera.com/topic/1175/exporting-speed-dial-and-stash-pages-bookmarks</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 07:07:03 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/1175.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 09 Mar 2014 15:44:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Sun, 24 Jul 2016 04:55:38 GMT]]></title><description><![CDATA[<p dir="auto">Hiya. I've probably come to this a little late, but here goes...</p>
<p dir="auto">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:</p>
<p dir="auto">%appdata%/Roaming/Opera Software/Opera Stable</p>
<p dir="auto">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.</p>
<p dir="auto">For those using Windows 10, you can find the %appdata% folder by literally just putting "%appdata%" in the Start/Search box...</p>
<p dir="auto">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.</p>
]]></description><link>https://forums.opera.com/post/103622</link><guid isPermaLink="true">https://forums.opera.com/post/103622</guid><dc:creator><![CDATA[mangozine]]></dc:creator><pubDate>Sun, 24 Jul 2016 04:55:38 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Wed, 23 Sep 2015 09:38:24 GMT]]></title><description><![CDATA[<p dir="auto">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.</p>
]]></description><link>https://forums.opera.com/post/84557</link><guid isPermaLink="true">https://forums.opera.com/post/84557</guid><dc:creator><![CDATA[shortshyt]]></dc:creator><pubDate>Wed, 23 Sep 2015 09:38:24 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Sun, 07 Jun 2015 09:07:17 GMT]]></title><description><![CDATA[<p dir="auto">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<br />
I really hope opera will make exporting speed dial more user friendly in the future.</p>
]]></description><link>https://forums.opera.com/post/76885</link><guid isPermaLink="true">https://forums.opera.com/post/76885</guid><dc:creator><![CDATA[cincamm]]></dc:creator><pubDate>Sun, 07 Jun 2015 09:07:17 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Mon, 27 Apr 2015 05:02:30 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">i would like to know in which of the file opera keeps the speed dial list.</p>
</blockquote>
<p dir="auto">Until 28 in the file "favorites.db". Starting on 29 in the file "Bookmarks".</p>
]]></description><link>https://forums.opera.com/post/73051</link><guid isPermaLink="true">https://forums.opera.com/post/73051</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Mon, 27 Apr 2015 05:02:30 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Mon, 27 Apr 2015 04:57:48 GMT]]></title><description><![CDATA[<p dir="auto">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.</p>
]]></description><link>https://forums.opera.com/post/73049</link><guid isPermaLink="true">https://forums.opera.com/post/73049</guid><dc:creator><![CDATA[mascky]]></dc:creator><pubDate>Mon, 27 Apr 2015 04:57:48 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Sat, 18 Apr 2015 01:14:56 GMT]]></title><description><![CDATA[<p dir="auto">For the SpeedDial, follow the same instructions above, but open Database: <code>%appdata%\Opera Software\Opera Stable\favorites.db</code> and use the following SQL command:</p>
<p dir="auto"><code>SELECT "[" || name || "](**" || url || "**)" FROM favorites WHERE type=0</code></p>
<p dir="auto">Also, if you have folders in your SpeedDial, try something like:</p>
<p dir="auto"><code>SELECT "&lt;dt&gt;" || a.name || "[" || b.name || "](**" || b.url || "**)&lt;/dt&gt;" FROM favorites a, favorites b WHERE b.type = 0 AND b.parent_guid = a.guid</code></p>
<p dir="auto">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.</p>
]]></description><link>https://forums.opera.com/post/72349</link><guid isPermaLink="true">https://forums.opera.com/post/72349</guid><dc:creator><![CDATA[pixelhound]]></dc:creator><pubDate>Sat, 18 Apr 2015 01:14:56 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Sun, 02 Nov 2014 11:34:08 GMT]]></title><description><![CDATA[<p dir="auto">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!).<br />
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.<br />
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!<br />
Just seems like they have no idea what direction they wish to take Opera in at the moment.</p>
]]></description><link>https://forums.opera.com/post/56854</link><guid isPermaLink="true">https://forums.opera.com/post/56854</guid><dc:creator><![CDATA[leria10000]]></dc:creator><pubDate>Sun, 02 Nov 2014 11:34:08 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Sat, 18 Oct 2014 04:12:26 GMT]]></title><description><![CDATA[<p dir="auto">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:</p>
<p dir="auto">ambiguous column name: url: SELECT "</p>
<p dir="auto">I only see the url column used in one table, so I don't see what the problem is.</p>
<p dir="auto">Thank you in advance.</p>
]]></description><link>https://forums.opera.com/post/54787</link><guid isPermaLink="true">https://forums.opera.com/post/54787</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Sat, 18 Oct 2014 04:12:26 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Thu, 02 Oct 2014 10:43:20 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, the SQL query got reformatted, the correct form is:</p>
<p dir="auto"><code>SELECT "[" || c1title || "](**" || c0url || "**)"   FROM stash_fts_content   JOIN stash     ON stash_fts_content.docid = stash.uid   ORDER BY stash.last_visit_date DESC</code></p>
]]></description><link>https://forums.opera.com/post/52929</link><guid isPermaLink="true">https://forums.opera.com/post/52929</guid><dc:creator><![CDATA[hrobky]]></dc:creator><pubDate>Thu, 02 Oct 2014 10:43:20 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Wed, 01 Oct 2014 20:47:23 GMT]]></title><description><![CDATA[<p dir="auto">I imported bookmarks to Firefox this way:<br />
(In Opera 24 all bookmarks are saved in stash.db. I didn't find anything in bookamrks.db nor favourites.db)</p>
<ul>
<li>Download and install <a href="http://sqlitebrowser.org/" target="_blank" rel="noopener noreferrer nofollow ugc">SQLite Browser</a></li>
<li>File -&gt; Open Database: <code>%appdata%\Opera Software\Opera Stable\stash.db</code></li>
<li>Swich to tab <code>Execute SQL</code></li>
<li>Enter command:</li>
</ul>
<pre><code>SELECT '[" || c1title || "](\*\*' || c0url || "\*\*)"
  FROM stash_fts_content
  JOIN stash
    ON stash_fts_content.docid = stash.uid
  ORDER BY stash.last_visit_date DESC
</code></pre>
<ul>
<li>Copy&amp;paste the results to notepad</li>
<li>Edit -&gt; Replace <code>"</code> to nothing (remove quotes)</li>
<li>Edit -&gt; Replace <code>**</code> to <code>"</code> (convert <code>**</code> to quotes)</li>
<li>Now save the file as <code>blabla.html</code>, don't forget to use UTF-8 to preserve accented characters, if any.</li>
<li>In Firefox: Show All Bookmarks (<code>Ctrl-Shift-B</code>) -&gt; Import -&gt; Import from HTML</li>
<li>Browse for the <code>blabla.html</code></li>
</ul>
<p dir="auto">The bookmarks get imported to Bookmarks Menu, sorted the recently visited first, keeping the Titles and URLs.</p>
]]></description><link>https://forums.opera.com/post/52893</link><guid isPermaLink="true">https://forums.opera.com/post/52893</guid><dc:creator><![CDATA[hrobky]]></dc:creator><pubDate>Wed, 01 Oct 2014 20:47:23 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Wed, 16 Apr 2014 13:38:26 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://help.opera.com/opera/Windows/1387/en/solutions.html#backup" target="_blank" rel="noopener noreferrer nofollow ugc">http://help.opera.com/opera/Windows/1387/en/solutions.html#backup</a></p>
<p dir="auto">You can do a manual backup of certain files in opera profile</p>
<p dir="auto">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"</p>
<p dir="auto">Stash: "stash.db" and "stash.db-journal"</p>
<p dir="auto">Bookmark bar: "Bookmarks" and "Bookmarks.bak" and "bookmarks.db-journal"</p>
<p dir="auto">For a full profile backup copy the entire folder:<br />
C:\Users(Your User)\AppData\Roaming\Opera Software\Opera Stable</p>
<p dir="auto">I hope a backup tool will appear for opera 20+.</p>
]]></description><link>https://forums.opera.com/post/35184</link><guid isPermaLink="true">https://forums.opera.com/post/35184</guid><dc:creator><![CDATA[alex00752]]></dc:creator><pubDate>Wed, 16 Apr 2014 13:38:26 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Sun, 13 Apr 2014 23:25:19 GMT]]></title><description><![CDATA[<p dir="auto">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!</p>
]]></description><link>https://forums.opera.com/post/34972</link><guid isPermaLink="true">https://forums.opera.com/post/34972</guid><dc:creator><![CDATA[tr6]]></dc:creator><pubDate>Sun, 13 Apr 2014 23:25:19 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Sun, 13 Apr 2014 17:32:03 GMT]]></title><description><![CDATA[<p dir="auto">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...</p>
]]></description><link>https://forums.opera.com/post/34944</link><guid isPermaLink="true">https://forums.opera.com/post/34944</guid><dc:creator><![CDATA[jbosari]]></dc:creator><pubDate>Sun, 13 Apr 2014 17:32:03 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Tue, 11 Mar 2014 00:43:33 GMT]]></title><description><![CDATA[<p dir="auto">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.</p>
]]></description><link>https://forums.opera.com/post/30841</link><guid isPermaLink="true">https://forums.opera.com/post/30841</guid><dc:creator><![CDATA[bobbybreeze]]></dc:creator><pubDate>Tue, 11 Mar 2014 00:43:33 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Tue, 24 Oct 2017 09:30:31 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">create folders in Speed Dial by simply dragging one speed dial page (bookmark) on top of another<br />
Hi Bobbybreeze, try <a href="https://forums.opera.com/post/28710">this</a>, but here in the latest Opera 20.0.1387.64, it works without problem also, when this flag is disabled.</p>
</blockquote>
]]></description><link>https://forums.opera.com/post/30746</link><guid isPermaLink="true">https://forums.opera.com/post/30746</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 24 Oct 2017 09:30:31 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting Speed Dial and Stash pages (bookmarks) on Mon, 10 Mar 2014 07:13:05 GMT]]></title><description><![CDATA[<p dir="auto">You can use any SQLite program, like SQLite Manager, to export data to CSV from the databases stash.db and favorites.db.</p>
<p dir="auto">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?</p>
]]></description><link>https://forums.opera.com/post/30738</link><guid isPermaLink="true">https://forums.opera.com/post/30738</guid><dc:creator><![CDATA[dvk-ru1]]></dc:creator><pubDate>Mon, 10 Mar 2014 07:13:05 GMT</pubDate></item></channel></rss>