From what I understand (it worked for me), just click on the one you choose in the notes tab then go to the relevant area (both are accessed through city centre) and proceed with the quest. There didn't seem to be an explicit
choose this option.
If you want to make (save to disk) saves readable, do a find and replace with the following:
| Find | Replace |
JavaScript:
compressToBase64:function(e){
|
JavaScript:
compressToBase64:function(e){return e;
|
JavaScript:
decompressFromBase64:function(e){
|
JavaScript:
decompressFromBase64:function(e){return e;
|
That just changes the compression and decompression function of the save to disk process to just not compress anything

. It works similarly in most twine games. In the latest update it's line 76.