├── modules ├── common.jsm ├── lang.jsm └── console.jsm ├── chrome ├── skin │ └── classic │ │ └── scrapbook │ │ ├── exit.png │ │ ├── failed.gif │ │ ├── info.png │ │ ├── main.png │ │ ├── dropdown.png │ │ ├── expander.png │ │ ├── go_upper.png │ │ ├── main_16.png │ │ ├── main_24.png │ │ ├── main_32.png │ │ ├── success.gif │ │ ├── treeicon.png │ │ ├── treeitem.png │ │ ├── treenote.png │ │ ├── cbox-check.gif │ │ ├── edit_cutter.png │ │ ├── edit_eraser.png │ │ ├── edit_html.png │ │ ├── edit_save.png │ │ ├── edit_status.png │ │ ├── edit_undo.png │ │ ├── expander_up.png │ │ ├── info_home0.png │ │ ├── info_home1.png │ │ ├── info_link0.png │ │ ├── info_link1.png │ │ ├── info_status.png │ │ ├── list_picker.png │ │ ├── menu_create.png │ │ ├── menu_remove.png │ │ ├── prefs_edit.png │ │ ├── prefs_keys.png │ │ ├── prefs_main.png │ │ ├── prefs_tabs.png │ │ ├── search_all.png │ │ ├── search_id.png │ │ ├── status_busy.gif │ │ ├── sticky_save.png │ │ ├── treefolder.png │ │ ├── treenotex.png │ │ ├── capture_frame.png │ │ ├── edit_comment.png │ │ ├── expander_down.png │ │ ├── expander_left.png │ │ ├── freenote_save.gif │ │ ├── list_selected.png │ │ ├── menu_property.png │ │ ├── search_source.png │ │ ├── search_title.png │ │ ├── sticky_delete.png │ │ ├── sticky_header.png │ │ ├── toolbar_move.png │ │ ├── capture_entire.png │ │ ├── capture_partial.png │ │ ├── capture_skipped.png │ │ ├── capture_target.png │ │ ├── capture_working.png │ │ ├── cbox-not-check.gif │ │ ├── edit_annotation.png │ │ ├── edit_highlighter.png │ │ ├── expander_up_dis.png │ │ ├── freenote_delete.gif │ │ ├── freenote_resizer.png │ │ ├── menu_remove_dis.png │ │ ├── note_htmlview0.png │ │ ├── note_htmlview1.png │ │ ├── prefs_advanced.png │ │ ├── prefs_organize.png │ │ ├── search_comment.png │ │ ├── search_fulltext.png │ │ ├── shortcut-delete.png │ │ ├── shortcut-reset.png │ │ ├── sticky_resizer.png │ │ ├── toolbar_create.png │ │ ├── toolbar_listview.png │ │ ├── toolbar_manage.png │ │ ├── toolbar_toggle.png │ │ ├── treefolder_open.png │ │ ├── edit_html_disable.png │ │ ├── edit_save_disable.png │ │ ├── edit_undo_disable.png │ │ ├── expander_down_dis.png │ │ ├── expander_left_dis.png │ │ ├── edit_comment_disable.png │ │ ├── edit_cutter_disable.png │ │ ├── edit_eraser_disable.png │ │ ├── edit_annotation_disable.png │ │ ├── edit_highlighter_disable.png │ │ ├── notex_template.html │ │ ├── result.css │ │ ├── calculate.css │ │ ├── detail.css │ │ ├── property.css │ │ ├── mbManage.css │ │ ├── note.css │ │ ├── notify.css │ │ ├── note_template.html │ │ ├── trade.css │ │ ├── combineTemplate.css │ │ ├── combineWizard.css │ │ ├── sitemap.css │ │ ├── combine.css │ │ ├── sitemap.xsl │ │ ├── prefs.css │ │ ├── output.css │ │ ├── annotation.css │ │ └── capture.css └── content │ └── scrapbook │ ├── editor_backup.js │ ├── view.xul │ ├── cache.xul │ ├── editor_backup.xul │ ├── common.js │ ├── editor_source.js │ ├── editor_link.js │ ├── editor_source.xul │ ├── folderPicker.xul │ ├── mbEdit.js │ ├── output.xul │ ├── editor_color.xul │ ├── editor_file.js │ ├── mbManage.xul │ ├── templateHelp.xhtml │ ├── mbEdit.xul │ ├── editor_link.xul │ ├── sort.xul │ ├── editor_color.js │ ├── editor_file.xul │ ├── manage.js │ ├── folderPicker.js │ ├── repair.xul │ └── customTree.js ├── doc └── releases │ ├── 1.7.2.txt │ ├── 1.14.6.txt │ ├── 1.11.9.txt │ ├── 1.7.4.txt │ ├── 1.10.2.txt │ ├── 1.7.1.txt │ ├── 1.11.3.txt │ ├── 1.12.0a6.txt │ ├── 1.10.4.txt │ ├── 1.12.5.txt │ ├── 1.12.16.txt │ ├── 1.12.21.txt │ ├── 1.12.23.txt │ ├── 1.14.3.txt │ ├── 1.11.1.txt │ ├── 1.12.9.txt │ ├── 1.12.0a41.txt │ ├── 1.12.0a8.txt │ ├── 1.12.11.txt │ ├── 1.13.11.txt │ ├── 1.12.0a3.txt │ ├── 1.10.7.txt │ ├── 1.12.0a45.txt │ ├── 1.12.26.txt │ ├── 1.7.3.txt │ ├── 1.12.0a31.txt │ ├── 1.12.20.txt │ ├── 1.14.4.txt │ ├── 1.12.0a29.txt │ ├── 1.14.2.txt │ ├── 1.11.12.txt │ ├── 1.12.25.txt │ ├── 1.12.14.txt │ ├── 1.12.0a51.txt │ ├── 1.12.0a52.txt │ ├── 1.12.0a44.txt │ ├── 1.12.0a43.txt │ ├── 1.12.12.txt │ ├── 1.12.30.txt │ ├── 1.11.13.txt │ ├── 1.11.14.txt │ ├── 1.12.0a28.txt │ ├── 1.12.19.txt │ ├── 1.12.10.txt │ ├── 1.11.6.txt │ ├── 1.14.0rc9.txt │ ├── 1.12.4.txt │ ├── 1.12.0a22.txt │ ├── 1.12.6.txt │ ├── 1.12.0.txt │ ├── 1.12.0a15.txt │ ├── 1.12.0a25.txt │ ├── 1.10.1.txt │ ├── 1.12.0a32.txt │ ├── 1.12.17.txt │ ├── 1.14.7.txt │ ├── 1.14.0rc7.txt │ ├── 1.10.3.txt │ ├── 1.12.13.txt │ ├── 1.11.11.txt │ ├── 1.12.0a10.txt │ ├── 1.12.18.txt │ ├── 1.13.1.txt │ ├── 1.12.0a20.txt │ ├── 1.12.28.txt │ ├── 1.12.38.txt │ ├── 1.11.2.txt │ ├── 1.11.5.txt │ ├── 1.11.7.txt │ ├── 1.13.8.txt │ ├── 1.12.0a17.txt │ ├── 1.13.2.txt │ ├── 1.6.2.txt │ ├── 1.14.0rc11.txt │ ├── 1.12.0a38.txt │ ├── 1.13.5.txt │ ├── 1.13.6.txt │ ├── 1.13.9.txt │ ├── 1.12.0a14.txt │ ├── 1.12.0a24.txt │ ├── 1.12.32.txt │ ├── 1.13.0rc2.txt │ ├── 1.14.0rc6.txt │ ├── 1.12.2.txt │ ├── 1.14.1.txt │ ├── 1.12.0a4.txt │ ├── 1.12.36.txt │ ├── 1.12.1.txt │ ├── 1.11.10.txt │ ├── 1.12.0a50.txt │ ├── 1.12.0a18.txt │ ├── 1.12.29.txt │ ├── 1.11.8.txt │ ├── 1.13.0rc4.txt │ ├── 1.10.6.txt │ ├── 1.13.12.txt │ ├── 1.12.0a46.txt │ ├── 1.14.0rc5.txt │ ├── 1.14.0rc10.txt │ ├── 1.12.33.txt │ ├── 1.12.0a34.txt │ ├── 1.12.27.txt │ ├── 1.12.31.txt │ ├── 1.12.0a23.txt │ ├── 1.12.0a49.txt │ ├── 1.12.37.txt │ ├── 1.13.0rc5.txt │ ├── 1.14.0rc4.txt │ ├── 1.13.0b13.txt │ ├── 1.11.0.txt │ ├── 1.12.0a33.txt │ ├── 1.13.3.txt │ ├── 1.12.0a2.txt │ ├── 1.12.22.txt │ ├── 1.11.4.txt │ ├── 1.14.0rc8.txt │ ├── 1.12.15.txt │ ├── 1.13.0b9.txt │ ├── 1.10.5.txt │ ├── 1.12.24.txt │ ├── 1.12.0a30.txt │ ├── 1.12.0a42.txt │ ├── 1.14.0rc1.txt │ ├── 1.6.3.txt │ ├── 1.13.10.txt │ ├── 1.10.0.txt │ ├── 1.12.0a13.txt │ ├── 1.14.5.txt │ ├── 1.13.4.txt │ ├── 1.12.0a19.txt │ ├── 1.12.0a9.txt │ ├── 1.12.3.txt │ ├── 1.12.0a21.txt │ ├── 1.12.35.txt │ ├── 1.13.0rc3.txt │ ├── 1.12.0a47.txt │ ├── 1.12.0a40.txt │ ├── 1.12.0a11.txt │ ├── 1.12.0a.txt │ ├── 1.13.0b4.txt │ ├── 1.12.0a7.txt │ ├── 1.12.0a48.txt │ ├── 1.14.0rc2.txt │ ├── 1.12.0a36.txt │ ├── 1.12.0a16.txt │ ├── 1.13.0b7.txt │ ├── 1.13.0b11.txt │ ├── 1.12.0a12.txt │ ├── 1.12.0a5.txt │ ├── 1.12.0a27.txt │ ├── 1.13.0b8.txt │ ├── 1.7.0.txt │ ├── 1.13.0b2.txt │ ├── 1.12.0a39.txt │ ├── 1.12.0a26.txt │ ├── 1.6.1.txt │ ├── 1.12.0a37.txt │ ├── 1.13.0b15.txt │ ├── 1.14.0rc3.txt │ ├── 1.13.0b6.txt │ ├── 1.12.0a35.txt │ ├── 1.13.0rc1.txt │ ├── 1.13.0b10.txt │ ├── 1.13.0b12.txt │ ├── 1.13.0b.txt │ └── 1.13.0b5.txt └── chrome.manifest /modules/common.jsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/modules/common.jsm -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/exit.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/failed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/failed.gif -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/info.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/main.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/dropdown.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/expander.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/expander.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/go_upper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/go_upper.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/main_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/main_16.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/main_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/main_24.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/main_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/main_32.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/success.gif -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/treeicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/treeicon.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/treeitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/treeitem.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/treenote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/treenote.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/cbox-check.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/cbox-check.gif -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_cutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_cutter.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_eraser.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_html.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_save.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_status.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_undo.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/expander_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/expander_up.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/info_home0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/info_home0.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/info_home1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/info_home1.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/info_link0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/info_link0.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/info_link1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/info_link1.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/info_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/info_status.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/list_picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/list_picker.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/menu_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/menu_create.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/menu_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/menu_remove.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/prefs_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/prefs_edit.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/prefs_keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/prefs_keys.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/prefs_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/prefs_main.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/prefs_tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/prefs_tabs.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/search_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/search_all.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/search_id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/search_id.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/status_busy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/status_busy.gif -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/sticky_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/sticky_save.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/treefolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/treefolder.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/treenotex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/treenotex.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/capture_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/capture_frame.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_comment.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/expander_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/expander_down.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/expander_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/expander_left.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/freenote_save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/freenote_save.gif -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/list_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/list_selected.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/menu_property.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/menu_property.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/search_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/search_source.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/search_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/search_title.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/sticky_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/sticky_delete.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/sticky_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/sticky_header.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/toolbar_move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/toolbar_move.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/capture_entire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/capture_entire.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/capture_partial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/capture_partial.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/capture_skipped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/capture_skipped.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/capture_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/capture_target.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/capture_working.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/capture_working.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/cbox-not-check.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/cbox-not-check.gif -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_annotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_annotation.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_highlighter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_highlighter.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/expander_up_dis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/expander_up_dis.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/freenote_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/freenote_delete.gif -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/freenote_resizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/freenote_resizer.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/menu_remove_dis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/menu_remove_dis.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/note_htmlview0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/note_htmlview0.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/note_htmlview1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/note_htmlview1.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/prefs_advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/prefs_advanced.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/prefs_organize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/prefs_organize.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/search_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/search_comment.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/search_fulltext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/search_fulltext.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/shortcut-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/shortcut-delete.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/shortcut-reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/shortcut-reset.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/sticky_resizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/sticky_resizer.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/toolbar_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/toolbar_create.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/toolbar_listview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/toolbar_listview.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/toolbar_manage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/toolbar_manage.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/toolbar_toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/toolbar_toggle.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/treefolder_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/treefolder_open.png -------------------------------------------------------------------------------- /doc/releases/1.7.2.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.7.2 2 | ================= 3 | 4 | Changes since v1.7.1 5 | -------------------- 6 | 7 | - Further fix wrong locales. 8 | -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_html_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_html_disable.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_save_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_save_disable.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_undo_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_undo_disable.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/expander_down_dis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/expander_down_dis.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/expander_left_dis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/expander_left_dis.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_comment_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_comment_disable.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_cutter_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_cutter_disable.png -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_eraser_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_eraser_disable.png -------------------------------------------------------------------------------- /doc/releases/1.14.6.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.14.6 2 | ================== 3 | 4 | Changes since v1.14.5 5 | --------------------- 6 | 7 | * Revise homepage and update URL. 8 | -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_annotation_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_annotation_disable.png -------------------------------------------------------------------------------- /doc/releases/1.11.9.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.11.9 2 | ================== 3 | 4 | Changes since v1.11.8 5 | --------------------- 6 | 7 | - FIXED: Cannot rebuild fulltext cache. 8 | -------------------------------------------------------------------------------- /doc/releases/1.7.4.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.7.4 2 | ================= 3 | 4 | Changes since v1.7.3 5 | -------------------- 6 | 7 | - Fixed the min compatible Firefox version. 8 | -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/edit_highlighter_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danny0838/firefox-scrapbook/HEAD/chrome/skin/classic/scrapbook/edit_highlighter_disable.png -------------------------------------------------------------------------------- /doc/releases/1.10.2.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.10.2 2 | ================== 3 | 4 | Changes since v1.10.1 5 | --------------------- 6 | 7 | - Fixed an issue that pages cannot be saved. 8 | -------------------------------------------------------------------------------- /doc/releases/1.7.1.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.7.1 2 | ================= 3 | 4 | Changes since v1.7.0 5 | -------------------- 6 | 7 | - Fix wrong locales and remove error inserted files. 8 | -------------------------------------------------------------------------------- /doc/releases/1.11.3.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.11.3 2 | ================== 3 | 4 | Changes since v1.11.2 5 | --------------------- 6 | 7 | - UPDATE: extends compatibility down to Firefox 3.0. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a6.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a6 2 | ==================== 3 | 4 | Changes since v1.12.0a5 5 | ----------------------- 6 | 7 | - FIXED: Fulltext search does not work. 8 | -------------------------------------------------------------------------------- /doc/releases/1.10.4.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.10.4 2 | ================== 3 | 4 | Changes since v1.10.3 5 | --------------------- 6 | 7 | - Fix an issue that highlighters cannot be set to empty style. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.5.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.5 2 | ================== 3 | 4 | Changes since v1.12.4 5 | --------------------- 6 | 7 | - FIXED: "ScrapBook X" item is absent in the View > Sitebar. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.16.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.16 2 | =================== 3 | 4 | Changes since v1.12.15 5 | ---------------------- 6 | 7 | - Update: Adjust internal coding style. (No semantic change.) 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.21.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.21 2 | =================== 3 | 4 | Changes since v1.12.20 5 | ---------------------- 6 | 7 | - UPDATE: Adjust internal coding style. (No semantic change.) 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.23.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.23 2 | =================== 3 | 4 | Changes since v1.12.22 5 | ---------------------- 6 | 7 | - UPDATE: Adjust internal coding style. (No semantic change.) 8 | -------------------------------------------------------------------------------- /doc/releases/1.14.3.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.14.3 2 | ================== 3 | 4 | Changes since v1.14.2 5 | --------------------- 6 | 7 | * Fixed an issue of bad indent for items with missing favicon. 8 | -------------------------------------------------------------------------------- /doc/releases/1.11.1.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.11.1 2 | ================== 3 | 4 | Changes since v1.11.0 5 | --------------------- 6 | 7 | - FIXED: media attribute of stylesheet links are ignored on capture. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.9.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.9 2 | ================== 3 | 4 | Changes since v1.12.6 5 | --------------------- 6 | 7 | - UPDATE: Bumped version number due to some uploading issues in the AMO. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a41.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a41 2 | ===================== 3 | 4 | Changes since v1.12.0a40 5 | ------------------------ 6 | 7 | - FIXED: Calculate and Export dialogs don't work correctly. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a8.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a8 2 | ==================== 3 | 4 | Changes since v1.12.0a7 5 | ----------------------- 6 | 7 | - FIXED: Capture selection does not work if frames are included. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.11.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.11 2 | =================== 3 | 4 | Changes since v1.12.10 5 | ---------------------- 6 | 7 | - UPDATE: Bumped version number due to some uploading issues in the AMO. 8 | -------------------------------------------------------------------------------- /doc/releases/1.13.11.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.13.11 2 | =================== 3 | 4 | Changes since v1.13.10 5 | ---------------------- 6 | 7 | * Fixed an issue that fulltext search does not work in Firefox >= 54. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a3.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a3 2 | ==================== 3 | 4 | Changes since v1.12.0a2 5 | ----------------------- 6 | 7 | - FIXED: Initialization error of edit toolbar on "Edit Before Capture". 8 | -------------------------------------------------------------------------------- /doc/releases/1.10.7.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.10.7 2 | ================== 3 | 4 | Changes since v1.10.6 5 | --------------------- 6 | 7 | - FIXED: web pages with non-ASCII name cause the link rebuilding process to freeze. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a45.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a45 2 | ===================== 3 | 4 | Changes since v1.12.0a44 5 | ------------------------ 6 | 7 | - FIXED: Keywords are not highlighted in the fulltext search result. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.26.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.26 2 | =================== 3 | 4 | Changes since v1.12.25 5 | ---------------------- 6 | 7 | - FIXED: Capture the target URL as HTML if its HTTP header contentType is not declared. 8 | -------------------------------------------------------------------------------- /doc/releases/1.7.3.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.7.3 2 | ================= 3 | 4 | Changes since v1.7.2 5 | -------------------- 6 | 7 | - Fixed an issue that web pages with non-ASCII name cause the link rebuilding process to freeze. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a31.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a31 2 | ===================== 3 | 4 | Changes since v1.12.0a30 5 | ------------------------ 6 | 7 | - FIXED: No more leave stylesheet tags when "Reorganize Styles" is checked. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.20.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.20 2 | =================== 3 | 4 | Changes since v1.12.19 5 | ---------------------- 6 | 7 | - UPDATE: Now localizes the note template documentation with DTDs. (to fit Firefox protocol) 8 | -------------------------------------------------------------------------------- /doc/releases/1.14.4.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.14.4 2 | ================== 3 | 4 | Changes since v1.14.3 5 | --------------------- 6 | 7 | * Fixed an issue that the exported item folder be named after its ID 8 | instead of its title. 9 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a29.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a29 2 | ===================== 3 | 4 | Changes since v1.12.0a28 5 | ------------------------ 6 | 7 | - FIXED: URLs escaped in the form %xx%xx with non UTF-8 encoding causes an error on capture. 8 | -------------------------------------------------------------------------------- /doc/releases/1.14.2.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.14.2 2 | ================== 3 | 4 | Changes since v1.14.1 5 | --------------------- 6 | 7 | * Added Pale Moon support to the installer. 8 | 9 | Also includes minor documentation revises. 10 | -------------------------------------------------------------------------------- /doc/releases/1.11.12.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.11.12 2 | =================== 3 | 4 | Changes since v1.11.11 5 | ---------------------- 6 | 7 | - FIXED: Several preference change do not take effect immediately. 8 | - FIXED: Minor internal code fix. 9 | -------------------------------------------------------------------------------- /doc/releases/1.12.25.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.25 2 | =================== 3 | 4 | Changes since v1.12.24 5 | ---------------------- 6 | 7 | - FIXED: Prevent potential issues for link capture on URLs with certain uncommon HTTP header declaration. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.14.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.14 2 | =================== 3 | 4 | Changes since v1.12.13 5 | ---------------------- 6 | 7 | - UPDATE: Search script of "Output HTML tree" now defaults to answer "yes" for http traffic confirmation again. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a51.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a51 2 | ===================== 3 | 4 | Changes since v1.12.0a50 5 | ------------------------ 6 | 7 | - FIXED: New captured item is placed at the bottom even if "Put an item into the top of a folder" is set. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a52.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a52 2 | ===================== 3 | 4 | Changes since v1.12.0a51 5 | ------------------------ 6 | 7 | - FIXED: A non-ScrapBook page gets HTML edit mode turned off when switching to another tab and then back. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a44.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a44 2 | ===================== 3 | 4 | Changes since v1.12.0a43 5 | ------------------------ 6 | 7 | - FIXED: Style rules for the HTML element are missing in a capture whose "Reorganize Styles" option is enabled. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a43.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a43 2 | ===================== 3 | 4 | Changes since v1.12.0a42 5 | ------------------------ 6 | 7 | - UPDATE: Resolved a compatibility issue that files cannot be downloaded during a capture process in Firefox >= 36.0. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.12.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.12 2 | =================== 3 | 4 | Changes since v1.12.11 5 | ---------------------- 6 | 7 | - UPDATE: No more record the original URL for not captured objects. 8 | - UPDATE: Adjusted the tooltip for some capture options. 9 | -------------------------------------------------------------------------------- /doc/releases/1.12.30.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.30 2 | =================== 3 | 4 | Changes since v1.12.29 5 | ---------------------- 6 | 7 | - FIXED: Adjusted the internal script of "Output HTML tree" page to prevent a potential compatibility issue in certain browsers. 8 | -------------------------------------------------------------------------------- /doc/releases/1.11.13.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.11.13 2 | =================== 3 | 4 | Changes since v1.11.12 5 | ---------------------- 6 | 7 | - UPDATE: Replace save confirm before exit with exit confirm, and it works for all unsaved pages. 8 | - FIXED: Minor internal code fix. 9 | -------------------------------------------------------------------------------- /doc/releases/1.11.14.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.11.14 2 | =================== 3 | 4 | Changes since v1.11.13 5 | ---------------------- 6 | 7 | - UPDATE: Adjust linefeeds between and
, and after . 8 | - FIXED: Drag and drop in the export manager doesn't work. 9 | -------------------------------------------------------------------------------- /doc/releases/1.12.0a28.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.0a28 2 | ===================== 3 | 4 | Changes since v1.12.0a27 5 | ------------------------ 6 | 7 | - FIXED: HTML editor of note pages is always automatically turned off if the user has viewed a locked note page previously. 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.19.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.19 2 | =================== 3 | 4 | Changes since v1.12.18 5 | ---------------------- 6 | 7 | - FIXED: Prevent invalid UTF-8 characters be stored in the cache.rdf, which causes failure of the search script of "Output HTML tree". 8 | -------------------------------------------------------------------------------- /doc/releases/1.12.10.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.10 2 | =================== 3 | 4 | Changes since v1.12.9 5 | --------------------- 6 | 7 | - UPDATE: Improve Output HTML user interface. 8 | - UPDATE: "Output HTML" no more creates "tree/search.js", which is merged into "search.html". 9 | -------------------------------------------------------------------------------- /doc/releases/1.11.6.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.11.6 2 | ================== 3 | 4 | Changes since v1.11.5 5 | --------------------- 6 | 7 | - FIXED: Sitemap sometimes become empty after re-capture. 8 | - FIXED: The title column in multiple capture and deep capture now updates as it ought to. 9 | -------------------------------------------------------------------------------- /doc/releases/1.14.0rc9.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.14.0rc9 2 | ===================== 3 | 4 | Changes since v1.14.0rc8 5 | ------------------------ 6 | 7 | * Fixed an issue that fulltext search does not work in Firefox >= 54. 8 | 9 | Also includes some localization improvements. 10 | -------------------------------------------------------------------------------- /doc/releases/1.12.4.txt: -------------------------------------------------------------------------------- 1 | Scrapbook X 1.12.4 2 | ================== 3 | 4 | Changes since v1.12.3 5 | --------------------- 6 | 7 | - UPDATE: No more open a note in the current tab if it's currently an about:blank page. 8 | - UPDATE: Adjust several internal codes to fit Firefox addon protocol. 9 | -------------------------------------------------------------------------------- /chrome/skin/classic/scrapbook/notex_template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |