help.html 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>SingleFile help</title>
  6. <link rel="stylesheet" href="help.css">
  7. <meta name="viewport" content="width=device-width,initial-scale=1">
  8. </head>
  9. <body>
  10. <div>
  11. <div id="titleBorder">
  12. <h2>SingleFile</h2>
  13. <h4>Save a complete page into a single HTML file</h4>
  14. </div> <span id="index"> <a href="#getting-started">Getting started</a> - <a href="#general-notes">Additional
  15. notes</a> - <a href="#options">Options description</a> - <a href="#notes">Technical notes</a> - <a
  16. href="#template-variables">Template variables</a> - <a href="#known-issues">Known issues</a> - <a
  17. href="#unknown-issues">Troubleshooting unknown issues</a> - <a href="#contributors">Contributors</a>
  18. </span>
  19. <hr>
  20. <ol>
  21. <li><a id="getting-started">Getting started</a>
  22. <ul>
  23. <li>Wait until the page is fully loaded.</li>
  24. <li>Click on the SingleFile button <img src="../resources/icon_16.png" class="icon"> in the
  25. extension toolbar to process and save the page.</li>
  26. <li>You can click again on the button to cancel the action when processing a page.</li>
  27. </ul>
  28. </li>
  29. <li><a id="general-notes">Additional notes</a>
  30. <ul>
  31. <li>To save multiple tabs, select them first and click on the SingleFile button <img
  32. src="../resources/icon_16.png" class="icon">.</li>
  33. <li>Open the context menu by right-clicking the SingleFile button <img
  34. src="../resources/icon_16.png" class="icon"> in the extension toolbar or on the webpage. It
  35. allows you to save: <ul>
  36. <li>the current tab,</li>
  37. <li>or the selected content,</li>
  38. <li>or the selected frame.</li>
  39. </ul>
  40. </li>
  41. <li>You can also process multiple tabs in one click and save: <ul>
  42. <li>the selected tabs,</li>
  43. <li>or the unpinned tabs,</li>
  44. <li>or all the tabs.</li>
  45. </ul>
  46. </li>
  47. <li>The context menu also allows you to activate the auto-save of: <ul>
  48. <li>the current tab,</li>
  49. <li>or the unpinned tabs,</li>
  50. <li>or all the tabs.</li>
  51. </ul>
  52. </li>
  53. <li>You can highlight text, add notes, and remove content before saving the page by selecting
  54. "Annotate and save the page..." in the context menu</li>
  55. <li>With auto-save active, pages are automatically saved every time after being loaded (or before
  56. being unloaded if not). </li>
  57. <li>Right-click on the SingleFile button and select "Options" to open the options page.</li>
  58. <li>Enable the option "Misc. &gt; save to Google Drive" to upload pages to Google Drive</li>
  59. <li>You can use the customizable shortcut Ctrl+Shift+Y to save the current tab or the selected tabs.
  60. Go to about:addons and select "Manage extension shortcuts" in the cogwheel menu to change it in
  61. Firefox. Go to chrome://extensions/shortcuts to change it in Chrome..</li>
  62. <li>The default save folder is the download folder configured in your browser, cf.
  63. about:preferences in Firefox and chrome://settings in Chrome.</li>
  64. </ul>
  65. </li>
  66. <li><a id="options">Options description</a>
  67. <p>You can customize SingleFile through the options page. Right-click on SingleFile button <img
  68. src="../resources/icon_16.png" class="icon"> in the browser toolbar and select "Options"/"Manage
  69. extension" in the context menu to open the options page.</p>
  70. <p>Profiles</p>
  71. <ul>
  72. <li>
  73. <p>A profile is a set of user-defined options associated to a unique name.</p>
  74. <p>The drop-down list in the upper right of the options page allows you to select a profile and
  75. modify the associated options. The buttons next to the drop-down list allows you
  76. respectively to create, delete and rename a profile. </p>
  77. </li>
  78. <li>
  79. <p>You can select the default profile through the context menu of SingleFile. The selection is
  80. persistent and applied to all tabs. </p>
  81. </li>
  82. <li>
  83. <p>You can also override the default profile by associating a profile to a complete or partial
  84. URL. See the description of the <a href="#auto-settings-rules">Auto-settings rules</a>
  85. feature for more info. </p>
  86. </li>
  87. </ul>
  88. <p>User interface</p>
  89. <ul>
  90. <li data-options-label="addMenuEntryLabel"> <span class="option">Option: add entry in the context
  91. menu of the webpage</span>
  92. <p>Check this option to display an entry for SingleFile in the context menu of the webpage. The
  93. context menu of the SingleFile button <img src="../resources/icon_16.png" class="icon"> in
  94. the extension toolbar is displayed wether this option is checked or not. </p>
  95. <p class="notice">It is recommended to <u>check</u> this option</p>
  96. </li>
  97. <li data-options-label="shadowEnabledLabel"> <span class="option">Option: overlay a shadow on the
  98. page during processing</span>
  99. <p>Check this option to overlay a shadow on the page when SingleFile is retrieving page
  100. resources. This reminds you that you should not close the tab. </p>
  101. <p class="notice">It is recommended to <u>check</u> this option</p>
  102. </li>
  103. <li data-options-label="displayInfobarLabel"> <span class="option">Option: display an infobar when
  104. viewing a saved page</span>
  105. <p>Check this option to display the ℹ button at the top right of the page when viewing a saved
  106. page. By clicking this button, you can get more information about the saved date and open
  107. the original URL.</p>
  108. <p class="notice">It is recommended to <u>check</u> this option</p>
  109. </li>
  110. <li data-options-label="infobarTemplateLabel"> <span class="option">Option: template of the infobar
  111. content</span>
  112. <p>The template allows you to customize the content displayed in the infobar. You can use any
  113. valid character, <code>\n</code> for new lines or <code>\t</code> for tabs. You can also use
  114. any variables from <a href="#template-variables">this list</a> anywhere in the template. If
  115. the template or the resulting content is empty, the infobar will display the saved date by
  116. default. </p>
  117. <p>Template examples:</p>
  118. <ul>
  119. <li><code>{url-href} ({date-iso})</code> will produce contents like "https://www.example.com
  120. (2018-09-15 11 06 03 PM)".</li>
  121. <li><code>Title: {page-title}</code> will produce contents like "Title: Example Domain" for
  122. a page having "Example Domain" as title.</li>
  123. </ul>
  124. </li>
  125. <li data-options-label="openEditorLabel"> <span class="option">Option: edit page before
  126. saving</span>
  127. <p>Check this option to open the annotation editor before saving any page. Checking this option
  128. removes the entry "Annotate and save the page..." from the context menu.</p>
  129. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  130. </li>
  131. <li data-options-label="autoOpenEditorLabel"> <span class="option">Option: open the annotation
  132. editor when viewing a page saved with SingleFile </span>
  133. <p>Check this option to open the annotation editor when displaying a page saved by SingleFile.
  134. </p>
  135. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  136. </li>
  137. <li data-options-label="confirmInfobarLabel"> <span class="option">Option: open a prompt dialog to
  138. edit the infobar content</span>
  139. <p>Check this option to display a prompt dialog in order to confirm the infobar content before
  140. saving the page. </p>
  141. </li>
  142. <li data-options-label="autoCloseLabel"> <span class="option">Option: auto-close the tab after
  143. the page is saved</span>
  144. <p>Check this option to automatically close the tab after saving the page displayed inside.
  145. </p>
  146. </li>
  147. </ul>
  148. <p>File name</p>
  149. <ul>
  150. <li data-options-label="filenameTemplateLabel"> <span class="option">Option: template</span>
  151. <p>The template allows you to customize the file name of saved pages. You can use any valid
  152. character and "/" to create sub-folders (with the option "save pages in background" active).
  153. You can also use any variables from <a href="#template-variables">this list</a> anywhere in
  154. the template.</p>
  155. <p>Invalid characters are automatically transformed and collapsed to underscores. File names
  156. cannot exceed 192 characters and are truncated if longer. The invalid characters are:
  157. <code>[</code> <code>~</code> <code>+</code> <code>\</code> <code>?</code> <code>%</code>
  158. <code>*</code> <code>:</code> <code>|</code> <code>"</code> <code>&lt;</code>
  159. <code>&gt;</code> and control characters from 0 to 31 in the ASCII table.</p>
  160. <p>Template examples:</p>
  161. <ul>
  162. <li><code>{page-title} ({date-iso} {time-locale}).html</code> will produce filenames like
  163. "Introduction to SingleFile (2018-09-15 11_06_03 PM).html" for a page having
  164. "Introduction to SingleFile" as title.</li>
  165. <li><code>archives/{url-last-segment} - {date-iso}</code> will produce filenames like
  166. "welcome - 2018-09-15" for a page hosted on https://example.com/welcome.html. The saved
  167. files will be saved in the sub-directory "archives".</li>
  168. <li><code>archives/{year-locale}/{month-locale}/{day-locale}/{page-title}.html</code> will
  169. produce filenames like "Introduction to SingleFile.html" stored into 3 sub-directories
  170. in the "archives" folder, one for each part of the save date (e.g.
  171. "2018/9/15/Introduction to SingleFile.html").</li>
  172. </ul>
  173. </li>
  174. <li data-options-label="filenameMaxLengthLabel"> <span class="option">Option: max length
  175. (bytes)</span>
  176. <p>Specify the maximum length in bytes of the filename.</p>
  177. </li>
  178. <li data-options-label="confirmFilenameLabel"> <span class="option">Option: open the "Save as"
  179. dialog to confirm the file name</span>
  180. <p>Check this option to display the "Save as" dialog in order to confirm the file name before
  181. saving the page. If the option "save pages in background" is unchecked then a prompt dialog
  182. will be displayed instead of the "Save as" dialog. </p>
  183. </li>
  184. <li data-options-label="filenameConflictActionLabel"> <span class="option">Option: file name
  185. conflict resolution</span>
  186. <p>Choose the most appropriate action when a the filename of the saved page is conflicting with
  187. existing ones on the filesystem. The "skip duplicate files" action only detects duplicates
  188. among files downloaded during the current browsing session.</p>
  189. </li>
  190. </ul>
  191. <p>HTML content</p>
  192. <ul>
  193. <li data-options-label="compressHTMLLabel"> <span class="option">Option: compress HTML
  194. content</span>
  195. <p>Check this option to remove all HTML comments and unneeded tags, spaces, quotes and
  196. whitespace characters. Checking this option helps to reduce the size of the file without
  197. altering the document.</p>
  198. <p class="notice">It is recommended to <u>check</u> this option</p>
  199. </li>
  200. <li data-options-label="removeImportsLabel"> <span class="option">Option: remove HTML imports</span>
  201. <p>Check this option to remove all link elements used to import HTML documents. Checking this
  202. option can help to reduce the size of the file without altering the document.</p>
  203. <p class="notice">It is recommended to <u>check</u> this option</p>
  204. </li>
  205. <li data-options-label="removeHiddenElementsLabel"> <span class="option">Option: remove hidden
  206. elements</span>
  207. <p>Check this option to remove all hidden elements. Checking this option can help to reduce the
  208. size of the file without altering the document. It may also increase the CPU consumption and
  209. the time needed to save a page.</p>
  210. <p class="notice">It is recommended to <u>check</u> this option</p>
  211. </li>
  212. <li data-options-label="removeFramesLabel"> <span class="option">Option: remove frames</span>
  213. <p>Check this option to remove all frame and iframe elements. Checking this option can
  214. considerably reduce the size of the file without altering the document most of the time. It
  215. may also decrease the time needed to save a page.</p>
  216. </li>
  217. <li data-options-label="includeInfobarLabel">Option: include infobar in the saved page
  218. <p>Check this option to display the ℹ button at the top right of the page when viewing a saved
  219. page in a browser where SingleFile is not installed.</p>
  220. </li>
  221. </ul>
  222. <p>Stylesheets</p>
  223. <ul>
  224. <li data-options-label="removeUnusedStylesLabel"> <span class="option">Option: remove unused
  225. styles</span>
  226. <p>Check this option to remove all the CSS rules and styles that do not match any element in the
  227. saved page. Checking this option will not alter the document and can considerably reduce the
  228. size of the file. It will also increase the CPU consumption and the time needed to save a
  229. page.</p>
  230. <p class="notice">It is recommended to <u>check</u> this option</p>
  231. </li>
  232. <li data-options-label="removeAlternativeMediasLabel"> <span class="option">Option: remove
  233. stylesheets for alternative devices to screens</span>
  234. <p>Check this option to remove stylesheets that are not used for the screen display like
  235. stylesheets for print preview and speech synthesizers. Checking this option can help to
  236. reduce the size of the file.</p>
  237. </li>
  238. <li data-options-label="compressCSSLabel"> <span class="option">Option: compress CSS content</span>
  239. <p>Check this option to minify CSS stylesheets. Checking this option can reduce size of the file
  240. without altering the document. It may also increase the CPU consumption and the time needed
  241. to save a page.</p>
  242. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  243. </li>
  244. </ul>
  245. <p>Images</p>
  246. <ul>
  247. <li data-options-label="groupDuplicateImagesLabel"> <span class="option">Option: group duplicate
  248. images together</span>
  249. <p>Check this option to avoid saving multiple times duplicate images. Checking this option
  250. should not alter the document in modern browsers and can considerably reduce the size of the
  251. file.</p>
  252. <p class="notice">It is recommended to <u>check</u> this option</p>
  253. </li>
  254. <li data-options-label="loadDeferredImagesLabel"> <span class="option">Option: save deferred
  255. images</span>
  256. <p>Check this option to save all the deferred images that are not yet displayed. This may help
  257. to save all the images without scrolling the page. This feature does its best effort and is
  258. not guaranteed to work on all sites. It will also increase the time needed to save a page.
  259. </p>
  260. <p class="notice">It is recommended to <u>check</u> this option</p>
  261. </li>
  262. <li data-options-label="loadDeferredImagesMaxIdleTimeLabel"> <span class="option">Option: maximum
  263. idle time (ms)</span>
  264. <p>Specify the maximum delay of time to wait for deferred images. You can increase this value if
  265. for example the network or system conditions are degraded. You can also decrease this value
  266. otherwise.</p>
  267. </li>
  268. <li data-options-label="loadDeferredImagesKeepZoomLevelLabel"> <span class="option">Option: zoom out
  269. the page</span>
  270. <p>Check this option to save the entire content of a page by zooming out the page. This can help
  271. saving pages using infinite virtual lists for example.
  272. </p>
  273. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  274. </li>
  275. <li data-options-label="removeAlternativeImagesLabel"> <span class="option">Option: remove images
  276. for alternative screen resolutions</span>
  277. <p>Check this option to remove images that are alternatives in lower and/or higher resolutions
  278. to the ones displayed by default. Checking this option can considerably reduce the size of
  279. the file.</p>
  280. </li>
  281. </ul>
  282. <p>Fonts</p>
  283. <ul>
  284. <li data-options-label="removeUnusedFontsLabel"> <span class="option">Option: remove unused
  285. fonts</span>
  286. <p>Check this option to remove all font CSS rules that do not match any content. Checking this
  287. option should not alter the document and can considerably reduce the size of the file.</p>
  288. <p class="notice">It is recommended to <u>check</u> this option</p>
  289. </li>
  290. <li data-options-label="removeAlternativeFontsLabel"> <span class="option">Option: remove
  291. alternative fonts</span>
  292. <p>Check this option to remove fonts that are alternatives to the ones used. Checking this
  293. option should not alter the document and can considerably reduce the size of the file.</p>
  294. <p class="notice">It is recommended to <u>check</u> this option</p>
  295. </li>
  296. </ul>
  297. <p>Other resources</p>
  298. <ul>
  299. <li data-options-label="removeScriptsLabel"> <span class="option">Option: remove scripts</span>
  300. <p>Check this option to remove all the JavaScript scripts. Unchecking this option may alter the
  301. document and may introduce privacy or security issues.</p>
  302. <p class="notice">It is recommended to <u>check</u> this option</p>
  303. </li>
  304. <li data-options-label="removeVideoLabel"> <span class="option">Option: remove video sources</span>
  305. <p>Check this option to empty the "src" attribute of all video elements.</p>
  306. <p class="notice">It is recommended to <u>check</u> this option</p>
  307. </li>
  308. <li data-options-label="removeAudioLabel"> <span class="option">Option: remove audio sources</span>
  309. <p>Check this option to empty the "src" attribute of all audio elements.</p>
  310. <p class="notice">It is recommended to <u>check</u> this option</p>
  311. </li>
  312. </ul>
  313. <p>Auto-save</p>
  314. <ul>
  315. <li data-options-label="autoSaveLoadOrUnloadLabel"> <span class="option">Option: auto-save after
  316. page load or on page unload</span>
  317. <p>Check this option to auto-save pages after being loaded. If you browse to another page before
  318. the page is fully loaded then the page will be saved just before being unloaded. With this
  319. option active, you are guaranteed pages will always be saved. Some frame contents may be
  320. missing (if you unchecked "remove frames") when pages are saved before being unloaded. </p>
  321. </li>
  322. <li data-options-label="autoSaveLoadLabel"> <span class="option">Option: auto-save after page
  323. load</span>
  324. <p>Check this option to auto-save pages after being loaded.</p>
  325. </li>
  326. <li data-options-label="autoSaveUnloadLabel"> <span class="option">Option: auto-save on page
  327. unload</span>
  328. <p>Check this option to auto-save pages before being unloaded instead of saving pages after
  329. being loaded. With this option active, you are guaranteed pages will always be saved but
  330. some frame contents may be missing (if you unchecked "remove frames"). </p>
  331. </li>
  332. <li data-options-label="autoSaveDelayLabel"> <span class="option">Option: auto-save waiting delay
  333. after load (s)</span>
  334. <p>Specify the delay in seconds to wait before saving a page when the "auto-save on page load or
  335. on page unload" or "auto-save on page load" is checked. </p>
  336. </li>
  337. <li data-options-label="autoSaveRepeatLabel"> <span class="option">Option: auto-save
  338. periodically</span>
  339. <p>Check this option to auto-save pages periodically after load.</p>
  340. </li>
  341. <li data-options-label="autoSaveRepeatDelayLabel"> <span class="option">Option: period (s)</span>
  342. <p>Specify the delay in seconds to wait before each page saving when the "auto-save
  343. periodically" option is checked. </p>
  344. </li>
  345. </ul>
  346. <p>Misc.</p>
  347. <ul>
  348. <li data-options-label="backgroundSaveLabel"> <span class="option">Option: save pages in
  349. background</span>
  350. <p>Uncheck this option if you get invalid file names like
  351. "37bec68b-446a-46a5-8642-19a89c231b46.html" or interrupted downloads when saving pages. You
  352. can also uncheck this option if you want the "Save as" dialog to remember the last saved
  353. path. Unchecking this option prevent using sub-directories in filename templates.</p>
  354. <p class="notice">It is recommended to <u>check</u> this option</p>
  355. </li>
  356. <li data-options-label="applySystemThemeLabel"> <span class="option">Option: apply the system theme
  357. when formatting a page in the annotation editor</span>
  358. <p>Uncheck this option if you do not want to apply the theme of the operating system or the
  359. browser (e.g. dark or light) when you click on the button "Format the page for better
  360. readability" in the annotation editor.</p>
  361. </li>
  362. <li data-options-label="displayStatsLabel"> <span class="option">Option: display stats in the
  363. console after processing</span>
  364. <p>Check this option to display stats about processing in the JavaScript developer tools of your
  365. browser. Checking this option may increase the CPU consumption and the time needed to save a
  366. page. </p>
  367. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  368. </li>
  369. <li data-options-label="setMaxResourceSizeLabel"> <span class="option">Option: set a maximum size
  370. for embedded resources (MB)</span>
  371. <p>Check this option to remove from the saved page embedded resources (i.e. images, stylesheets,
  372. scripts and iframes) that exceeds a given size.</p>
  373. </li>
  374. <li data-options-label="maxResourceSizeLabel"> <span class="option">Option: maximum size (MB)</span>
  375. <p>Specify the maximum size of embedded resources in megabytes.</p>
  376. </li>
  377. <li data-options-label="saveRawPageLabel"> <span class="option">Option: save raw page</span>
  378. <p>Check this option to save the page without interpreting JavaScript. Checking this option may
  379. alter the document, will force the options "remove frames", "remove hidden elements" to
  380. be enabled and "save deferred images" to be disabled.</p>
  381. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  382. </li>
  383. <li data-options-label="saveToClipboardLabel"> <span class="option">Option: save to clipboard</span>
  384. <p>Check this option to copy the page to the clipboard instead of downloading it on your
  385. computer. Checking this option will force the "File name" options to be disabled.</p>
  386. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  387. </li>
  388. <li data-options-label="addProofLabel"> <span class="option">Option: add proof od existence</span>
  389. <p>Check this option to create a worldwide proof of the existence of the page you want to save.
  390. </p>
  391. <ul>
  392. <li>
  393. <strong>What is a proof of existence (data anchoring)?</strong><br>
  394. Data anchoring consists in building a time-stamped proof of existence for a data by
  395. linking it to a tamper resistant and time-stamped blockchain. Data anchoring
  396. implementation relies on the resilience and immutability of the Bitcoin blockchain
  397. to provide the best possible security level
  398. </li>
  399. <li>
  400. <strong>How does this protect my data?</strong><br>
  401. The anchoring mechanism only handles data impressions. Your data remains where you
  402. calculate the fingerprints, i.e. in the browser. Their confidentiality is totally
  403. preserved.
  404. </li>
  405. <li>
  406. <strong>
  407. The day after your backup you can get freely the proof receipt here: <a
  408. href="https://gildas-lormeau.github.io/singlefile-woleet/index.html">gildas-lormeau.github.io/singlefile-woleet/index.html</a>.
  409. A proof receipt will be used to verify the validity of the evidence
  410. </strong>
  411. </li>
  412. </ul>
  413. <p>
  414. More information <a href="https://doc.woleet.io">doc.woleet.io</a>
  415. </p>
  416. </li>
  417. <li data-options-label="saveToGDriveLabel"> <span class="option">Option: save to Google Drive</span>
  418. <p>Check this option to save the page on Google Drive instead of downloading it on your
  419. computer. Checking this option will force some "File name" options to be disabled.
  420. However, you can change the value of the "File name &gt; template" option to save files into
  421. sub-folders, e.g. "<code>SingleFile/{page-title} ({date-iso} {time-locale}).html</code>" to
  422. save pages in the folder named "SingleFile".
  423. </p>
  424. <p>
  425. The permissions requested by SingleFile allow it to access only to the files and folders it
  426. has created. When you uncheck this option, SingleFile revokes automatically its access to
  427. your Google Drive account.
  428. </p>
  429. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  430. </li>
  431. <li data-options-label="saveCreatedBookmarksLabel"> <span class="option">Option: save the page of a
  432. newly created bookmark</span>
  433. <p>
  434. Check this option to save pages that you add into your bookmarks. Note that if the page is
  435. to be saved is not already displayed in a tab, SingleFile will open temporarily
  436. a new tab to save the page.
  437. </p>
  438. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  439. </li>
  440. <li data-options-label="replaceBookmarkURLLabel"> <span class="option">Option: link the new bookmark
  441. to the saved page</span>
  442. <p>
  443. Check this option to replace the URL of the page added into your bookmark with the file URI
  444. of the saved page on your disk.
  445. </p>
  446. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  447. </li>
  448. </ul>
  449. <p id="auto-settings-rules">Auto-settings rules</p>
  450. <ul>
  451. <li>The auto-settings rules let you associate a complete or partial URL with a profile. It also
  452. allows to associate a specific profile for the auto-save, or to disable it (check "display
  453. 'Auto-save profile' column"). When two or more rules match a URL of a page to save, the rule
  454. with the longest URL will be chosen. The special profile "-" means the current profile. </li>
  455. <li>You can use the special value "*" as URL to create a rule that applies to all URLs</li>
  456. <li>You can use regular expressions by prefixing the URL with "regexp:" (e.g. "regexp:.*\.com" to
  457. match all URLs containing ".com"). When zero or more rules based on URLs and one or more rules
  458. based on regular expressions match a URL, the longest rule based on regular expression will be
  459. chosen. </li>
  460. </ul>
  461. <p>Form buttons</p>
  462. <ul>
  463. <li><span class="option">synchronize options</span>
  464. <p>Check this option to synchronize your options and make them available in all instances of the
  465. browser you are logged into, on different devices.</p>
  466. </li>
  467. <li><span class="option">Reset</span>
  468. <p>Reset all options to their default values.</p>
  469. </li>
  470. </ul>
  471. </li>
  472. <li><a id="template-variables">Template variables</a>
  473. <p>The template variables are used to customize the infobar content or the file name of a saved page.
  474. They help to insert dynamic values like the save date or the page title.</p>
  475. <p>
  476. You can limit the length of a dynamic value by adding <code>[<em>maxByteSize</em>]</code> just after
  477. the variable name. The <code>maxByteSize</code> value is the maximum length of the value in bytes
  478. (e.g. `{page-title}[20]` to limit the title to 20 bytes).</p>
  479. <ul>
  480. <li><code>{page-title}</code>: the title of the page</li>
  481. <li><code>{page-heading}</code>: the content of the H1 tag in the page</li>
  482. <li><code>{page-language}</code>: the language of the page</li>
  483. <li><code>{page-description}</code>: the description of the page</li>
  484. <li><code>{page-author}</code>: the author of the page</li>
  485. <li><code>{page-creator}</code>: the creator of the page</li>
  486. <li><code>{page-publisher}</code>: the publisher of the page</li>
  487. <li><code>{datetime-iso}</code>: the save date and time in the ISO format (e.g.
  488. "2018-09-15T22_38_26_317Z")</li>
  489. <li><code>{datetime-utc}</code>: the save date and time in UTC format (e.g. "Sat, 15 Sep 2018
  490. 22_38_26 GMT")</li>
  491. <li><code>{datetime-locale}</code>: the localized value of the date and time (e.g. "9_16_2018,
  492. 12_54_31 AM")</li>
  493. <li><code>{date-iso}</code>: the save date in the ISO format (e.g. "2018-09-15")</li>
  494. <li><code>{date-locale}</code>: the localized value of the save date (e.g. "16_09_2018")</li>
  495. <li><code>{time-iso}</code>: the save time in the ISO format (e.g. "22_38_26_317")</li>
  496. <li><code>{time-locale}</code>: the localized value of the save time (e.g. "00_38_26")</li>
  497. <li><code>{day-utc}</code>: the day of the save date in UTC format (e.g. "15")</li>
  498. <li><code>{day-locale}</code>: the localized value of the day (e.g. "15")</li>
  499. <li><code>{month-utc}</code>: the month of the save date in UTC format (e.g. "09")</li>
  500. <li><code>{month-locale}</code>: the localized value of the month (e.g. "09")</li>
  501. <li><code>{year-utc}</code>: the year of the save date in UTC format (e.g. "2018")</li>
  502. <li><code>{year-locale}</code>: the localized value of the year (e.g. "2018")</li>
  503. <li><code>{hours-utc}</code>: the hour of the save date in UTC format (e.g. "20")</li>
  504. <li><code>{hours-locale}</code>: the localized value of the hour (e.g. "22")</li>
  505. <li><code>{minutes-utc}</code>: the minutes of the save date in UTC format (e.g. "38")</li>
  506. <li><code>{minutes-locale}</code>: the localized value of the minutes (e.g. "38")</li>
  507. <li><code>{seconds-utc}</code>: the seconds of the save date in UTC format (e.g. "31")</li>
  508. <li><code>{seconds-locale}</code>: the localized value of the seconds (e.g. "31")</li>
  509. <li><code>{url-href}</code>: the URL of the page (e.g. "http_example.com")</li>
  510. <li><code>{url-pathname}</code>: the path name of the URL (e.g. "category_index.html")</li>
  511. <li><code>{url-last-segment}</code>: the last part of the pathname (without the extension) or the
  512. host if not found (e.g. "index")</li>
  513. <li><code>{url-protocol}</code>: the protocol of the URL (e.g. "https")</li>
  514. <li><code>{url-host}</code>: the host name + the port of the URL (e.g. "example.com_8080")</li>
  515. <li><code>{url-hostname}</code>: the host name of the URL (e.g. "example.com")</li>
  516. <li><code>{url-port}</code>: the port of the URL (e.g. "8080")</li>
  517. <li><code>{url-username}</code>: the user name of the URL (e.g. "john_doe")</li>
  518. <li><code>{url-password}</code>: the password of the URL (e.g. "qwerty123")</li>
  519. <li><code>{url-search}</code>: the search string of the URL (e.g. "order=ascending")</li>
  520. <li><code>{url-search-&lt;name&gt;}</code>: the query parameter "&lt;name&gt;" in the the search
  521. string of the URL (e.g. "url-search-order" will return "ascending" in the previous example)</li>
  522. <li><code>{url-hash}</code>: the hash of the URL (e.g. "chapter-2")</li>
  523. <li><code>{url-referrer}</code>: the URI of the page that "linked" to the page (e.g.
  524. "http_example.com")</li>
  525. <li><code>{tab-id}</code>: the unique identifier of the tab (e.g. "326")</li>
  526. <li><code>{tab-index}</code>: the index of the tab in the window (e.g. "1")</li>
  527. <li><code>{digest-sha-256}</code>: the SHA-256 hash value of the entire page content (e.g.
  528. e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855)</li>
  529. <li><code>{digest-sha-384}</code>: the SHA-384 hash value of the entire page content</li>
  530. <li><code>{digest-sha-512}</code>: the SHA-512 hash value of the entire page content</li>
  531. </ul>
  532. </li>
  533. <li><a id="notes">Technical notes</a>
  534. <ul>
  535. <li>All images are converted into <a href="http://en.wikipedia.org/wiki/Base64">base64</a>. </li>
  536. <li>All resources except frame contents are injected in the document using <a
  537. href="http://en.wikipedia.org/wiki/Data_URI_scheme">data URI scheme</a>. </li>
  538. <li>Frame contents are injected as text in the document by using the srcdoc attribute. </li>
  539. </ul>
  540. </li>
  541. <li><a id="known-issues">Known issues</a>
  542. <ul>
  543. <li>All browsers <ul>
  544. <li>For security reasons, you cannot save pages hosted on https://chrome.google.com,
  545. https://addons.mozilla.org and some other Mozilla domains. When this happens, 🚫 is
  546. displayed on top of the SingleFile icon.</li>
  547. <li>For security reasons, SingleFile is sometimes unable to save the image representation of
  548. a
  549. canvas element.</li>
  550. <li>The last saved path cannot be remembered by default. To circumvent this limitation,
  551. disable the option "Misc. &gt; Save pages in background".</li>
  552. <li>The following characters are replaced with _ in filenames: ~, +, \, ?, %, *, :, |, ",
  553. &lt;, &gt;</li>
  554. </ul>
  555. </li>
  556. <li>Chrome/Opera <ul>
  557. <li>You must enable the option "Allow access to file URLs" in the extension page to display
  558. the infobar when viewing a saved page, or to save a page stored on the filesystem.</li>
  559. <li>If the filename of a saved page looks like "56833935-156b-4d8c-a00f-19599c6513d3",
  560. disable the option "Misc. &gt; Save pages in background". Reinstalling the browser may
  561. also fix this issue.</li>
  562. <li>Disabling the option 'File name &gt; open the "Save as" dialog to confirm the file name'
  563. will work if and only if "Ask where to save each file before downloading" is disabled in
  564. chrome://settings/downloads</li>
  565. </ul>
  566. </li>
  567. <li>Firefox <ul>
  568. <li>The "file name conflict resolution" option does not work if set to "prompt for a name".
  569. </li>
  570. </ul>
  571. </li>
  572. </ul>
  573. </li>
  574. <li><a id="unknown-issues">Troubleshooting unknown issues</a>
  575. <p>Please follow these steps if you find an unknown issue:</p>
  576. <ul>
  577. <li>Save the page in incognito.</li>
  578. <li>If saving page in incognito did not fix the issue, reset SingleFile options.</li>
  579. <li>If resetting options did not fix the issue, restart the browser.</li>
  580. <li>If restarting the browser did not fix the issue, try to disable all other extensions to see if
  581. there is a conflict.</li>
  582. <li>If there is a conflict then try to determine against which extension(s).</li>
  583. <li>Please report the issue <a href="https://github.com/gildas-lormeau/SingleFile/issues">here</a>
  584. with a short description on how to reproduce it.</li>
  585. </ul>
  586. <p>Suggestions are welcome :)</p>
  587. </li>
  588. <li><a id="contributors">Contributors</a>
  589. <ul>
  590. <li>Chinese translation done by yfdyh000 (<a href="https://github.com/yfdyh000">GitHub profile</a>),
  591. KrasnayaPloshchad (<a href="https://github.com/KrasnayaPloshchad">GitHub profile</a>),
  592. frostblazergit (<a href="https://github.com/frostblazergit">GitHub profile</a>),
  593. NightSharp (<a href="https://github.com/NightSharp">GitHub profile</a>)
  594. </li>
  595. <li>Traditional Chinese translation done by frostblazergit (<a
  596. href="https://github.com/frostblazergit">GitHub profile</a>)</li>
  597. <li>German translation done by womotroll (<a href="https://github.com/womotroll">GitHub
  598. profile</a>), bannmann (<a href="https://github.com/bannmann">GitHub profile</a>)
  599. </li>
  600. <li>Japanese translation, done by Shitennouji (四天王寺) (<a
  601. href="https://github.com/Shitennouji">GitHub profile</a>)</li>
  602. <li>Polish translation done by xesarni (<a href="https://github.com/xesarni">GitHub profile</a>)
  603. </li>
  604. <li>Russian translation done by rstp14 (<a href="https://github.com/rstp14">GitHub profile</a>),
  605. kramola-RU (<a href="https://github.com/kramola-RU">GitHub profile</a>), solokot (<a
  606. href="https://github.com/solokot">GitHub profile</a>)</li>
  607. <li>Ukrainian translation done by perdolka (<a href="https://github.com/perdolka">GitHub
  608. profile</a>)</li>
  609. <li>Spanish translation done by strel (<a href="https://github.com/strel">GitHub profile</a>)</li>
  610. </ul>
  611. </li>
  612. <li><a id="icons">Icons</a>
  613. <ul>
  614. <li>Icon made by <a href="https://www.flaticon.com/authors/kiranshastry"
  615. title="Kiranshastry">Kiranshastry</a> from <a href="https://www.flaticon.com/"
  616. title="Flaticon">www.flaticon.com</a> is licensed by <a
  617. href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0"
  618. target="_blank">CC 3.0 BY</a> </li>
  619. </ul>
  620. </li>
  621. </ol>
  622. </div>
  623. </body>
  624. </html>