Scarbook 0.15 [more=Changelog]
# Long Awaited Tool: [Import/Export]
This tool helps you to move/merge ScrapBook data among two PCs. For example, you can move data from one PC to another by:
1) Exporting ScrapBook data to USB memory stick
2) Improting them on another PC
NOTE: There are some restrictions.
1) Can't export multiple folders at once. Please export a folder one-by-one.
2) Can't preserve folder structure when exporting.
3) Can't import directly from another ScrapBook on the same PC. If you want to do it, please make a temporary folder to export.
# Automatic conversion of the JavaScript hyperlinks
When capturing, JavaScript hyperlinks are converted into normal hyperlinks as much as possible. Of course, the converted links are subject to 'Capture inlcuding linked files' feature (see the 2nd exmple below).
BEFORE: <a href="javascript:void();" onclick="MM_openWindow('/DIR/FILE.cgi?foo=bar','','width=600,height='400');">
AFTER: <a href="http://DOMAIN/DIR/FILE.cgi?foo=bar">
BEFORE: <a href="#"><img src="hoge.png" onclick="window.open('ZOOM.png','','')"></a>
AFTER: <a href="ZOOM.png"><img src="hoge.png"></a>
BEFORE: <img src="hoge.png" onclick="javascript:popupWindow('ZOOM.png','','width=600,height=400');">
AFTER: <img src="hoge.png" onclick="window.open('http://DOMAIN/DIR/ZOOM.png');">
# New features in [Properties]
+ Icon: [Change] > [Select favicon...]
+ Icon: [Change] > [Select custom icon...]
Now we can choose an icon from the user-defined icon files in the 'icon' folder.
+ [Mark]
The marked items in the tree are highlighted by boldface type. But we can't mark folders, notes and files.
# [Restore Favicons] button
+ [Settings] > [Advanced] > [Restore Favicons]
Use this feature when the favicons are not displayed after changing [Destination to store data].
# index.dat
When capturing, a text file named 'index.dat' is created.
This file preserves all values of the properties.
When you update some properties at the [Properties] dialog or Editing Mode, the file is also updated.
# Others
= [Capture Detail]: Speed-up of the displaying dialog.
= [Capture Detail]: When creating a new folder, enables to add a subfolder under the current selected folder.
+ Added [Properties] and [Delete] buttons to the [Manage] window.
+ Added keyboard shortcut to [Manage]. Now we can close window by Esc and reload by F5.
= Changed icons for [Properties] and [Delete].
= Small improvement of the toolbar for notes.
= When capturing, if a Web page doesn't have a title, the default title will become the URL.
+ Editing Mode: Added [Remove All SCRIPT Tags], [Remove All IFRAME Tags]
x Fixed bug: [Open Notes in Tab] setting doesn't work when creating a new note.
x Fixed bug: When searching by blank (without entering words), all the items are shown as the result.
x Fixed bug (halfway) : At Manage, if you select multiple items and drop them after open folder which is not empty, some items don't move into correct position.
x Fixed bug: Under MacOSX, some close buttons in window are disabled.
x Fixed bug: [Remove JavaScript] doesn't remove 'onload' attributes.
x Fixed bug (probabely): background-image is misaligned.
[/more]