changeset 119:ecc0e5148b47

Update notes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 11:30:01 +0300
parents 050a1ca8b106
children 55b0a77af602
files mpui.js
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mpui.js	Sat Jul 07 16:02:48 2018 +0300
+++ b/mpui.js	Mon Jul 09 11:30:01 2018 +0300
@@ -109,16 +109,17 @@
   mobj.innerHTML = 
     "<p><b>Things of note:</b></p>"+
     "<ul>"+
-    "<li>Save ('S' key) saves to browser local storage (there can be only one save there, so be careful.). "+
-    "<b>'Save as' ('s' key) exports to downloadable file.</b> "+
-    "Load ('L' and 'l' keys) work similarly. <b>However, each 'machine type' has its own save-space for local storage, so for example C64 hires and multicolor modes have different saves</b>.</li>"+
-    "<li>Source code export does not work.</li>"+
+    "<li>Save ('S') and Load ('L') save to/load from <a href=\"https://en.wikipedia.org/wiki/Web_storage\">browser local storage</a> "+
+    "(there can be only one \"save\" per machine type, so be careful.)</li>"+
+    "<li>Each machine type has its own local storage save space.</li>"+
+    "<li>Save as ('s') and Load from ('l') export and import Multipaint workfiles.</li>"+
+    "<li>When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+
+    "ON THE BOTTOM. You need to click that, too. Sorry, that can't be automated because of pop-up blocking etc.</li>"+
+    "<li>Source code export does not work yet.</li>"+
     "<li>PNG/JPEG import/export does not work.</li>"+
     "<li> .. and there may be bugs.</li>"+
     "<li> .. though I've also fixed few bugs that exist in original Multipaint.</li>"+
     "</ul>"+
-    "<p><b>NOTICE!</b> When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+
-    "ON THE BOTTOM. You need to click that, too. Sorry, that can't be automated because of pop-up blocking etc..</p>"+
     "<p>You can also go see <a href=\"https://tnsp.org/hg/forks/multipaint-psjs/\">Mercurial repository for Multipaint ProcessingJS</a>.</p>";
 
   mpUI.appendChild(mobj);