{"id":10878,"date":"2019-09-16T19:33:11","date_gmt":"2019-09-16T18:33:11","guid":{"rendered":"https:\/\/johnjohnston.info\/blog\/?p=10878"},"modified":"2019-09-16T19:33:11","modified_gmt":"2019-09-16T18:33:11","slug":"printing-multiple-notes","status":"publish","type":"post","link":"https:\/\/johnjohnston.info\/blog\/printing-multiple-notes\/","title":{"rendered":"Printing Multiple Notes"},"content":{"rendered":"<p>As I&#8217;ve <a href=\"https:\/\/johnjohnston.info\/blog\/notes-and-airdrop-to-the-rescue\/\">mentioned before<\/a>  we use Apple Notes a lot in our class. If the class are writing, unless there is a need for formatting or layout,  I often ask  the pupils just to stick to notes.<\/p>\n<p>Notes are easily AirDropped to me when I need to collect work and both pupils and myself can organise them in a fairly simple manner.<\/p>\n<p>Occasionally I want to print the pupils work. Notes, reasonably enough, only lets you to print one note at a time. I wondered if there was AppleScript that would help.  I found <a href=\"https:\/\/gist.github.com\/able8\/0a7ac85ebb3f77b7b427288621551b86\">Export Apple Notes via AppleScript<\/a> which exported a folder of notes to a new TextEdit document.  I altered it to:<\/p>\n<ul>\n<li>Allow you to choose a folder from Notes.<\/li>\n<li>Export to an html file on disk. <\/li>\n<li>Provided page breaks so that the notes would each print on their own page. <\/li>\n<\/ul>\n<p>Not particularly pretty, I guess I could work on the styles a little.<\/p>\n<p>You need to be in my lucky position of having a mac in your classroom. Mine uses the same account as my iPad which helps me organise thing a lot.<\/p>\n<p>Here is the code, I suspect it could be improved. Even if you don&#8217;t use AppleScript is easy enough to run. Open the AppleScript editor, create a new script, paste the code below in and hit run. You will be asked to choose a folder and then name an html file. The file will be created and opened with your default browser.<br \/>\nYou then can print.<\/p>\n<style>.gist table { margin-bottom: 0; }<\/style>\n<div style=\"tab-size: 8\" id=\"gist98381212\" class=\"gist\">\n<div class=\"gist-file\" translate=\"no\" data-color-mode=\"light\" data-light-theme=\"light\">\n<div class=\"gist-data\">\n<div class=\"js-gist-file-update-container js-task-list-container\">\n<div id=\"file-notes-export-to-html-scpt\" class=\"file my-2\">\n<div itemprop=\"text\"\n      class=\"Box-body p-0 blob-wrapper data type-applescript  \"\n      style=\"overflow: auto\" tabindex=\"0\" role=\"region\"\n      aria-label=\"Notes-Export-to-HTML.scpt content, created by troutcolor on 07:46AM on September 16, 2019.\"\n    ><\/p>\n<div class=\"js-check-hidden-unicode js-blob-code-container blob-code-content\">\n<p>  <template class=\"js-file-alert-template\"><\/p>\n<div data-view-component=\"true\" class=\"flash flash-warn flash-full d-flex flex-items-center\">\n  <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-alert\">\n    <path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"><\/path>\n<\/svg><br \/>\n    <span><br \/>\n      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.<br \/>\n      <a class=\"Link--inTextBlock\" href=\"https:\/\/github.co\/hiddenchars\" target=\"_blank\">Learn more about bidirectional Unicode characters<\/a><br \/>\n    <\/span><\/p>\n<div data-view-component=\"true\" class=\"flash-action\">        <a href=\"{{ revealButtonHref }}\" data-view-component=\"true\" class=\"btn-sm btn\">    Show hidden characters<br \/>\n<\/a>\n<\/div>\n<\/div>\n<p><\/template><br \/>\n<template class=\"js-line-alert-template\"><br \/>\n  <span aria-label=\"This line has hidden Unicode characters\" data-view-component=\"true\" class=\"line-alert tooltipped tooltipped-e\"><br \/>\n    <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-alert\">\n    <path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"><\/path>\n<\/svg><br \/>\n<\/span><\/template><\/p>\n<table data-hpc class=\"highlight tab-size js-file-line-container\" data-tab-size=\"4\" data-paste-markdown-skip data-tagsearch-path=\"Notes-Export-to-HTML.scpt\">\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L1\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"1\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC1\" class=\"blob-code blob-code-inner js-file-line\">set htmltop to &quot;&lt;!doctype html&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L2\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"2\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC2\" class=\"blob-code blob-code-inner js-file-line\">\n<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L3\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"3\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC3\" class=\"blob-code blob-code-inner js-file-line\">&lt;html lang=\\&quot;en\\&quot;&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L4\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"4\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC4\" class=\"blob-code blob-code-inner js-file-line\">&lt;head&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L5\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"5\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC5\" class=\"blob-code blob-code-inner js-file-line\">  &lt;meta charset=\\&quot;utf-8\\&quot;&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L6\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"6\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC6\" class=\"blob-code blob-code-inner js-file-line\">  &lt;title&gt;Notes Export&lt;\/title&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L7\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"7\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC7\" class=\"blob-code blob-code-inner js-file-line\"> &lt;style&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L8\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"8\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC8\" class=\"blob-code blob-code-inner js-file-line\">\t @media print {<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L9\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"9\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC9\" class=\"blob-code blob-code-inner js-file-line\">\t   hr { <\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L10\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"10\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC10\" class=\"blob-code blob-code-inner js-file-line\">\t     page-break-after: always;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L11\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"11\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC11\" class=\"blob-code blob-code-inner js-file-line\">\t   }<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L12\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"12\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC12\" class=\"blob-code blob-code-inner js-file-line\">   }<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L13\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"13\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC13\" class=\"blob-code blob-code-inner js-file-line\"> &lt;\/style&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L14\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"14\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC14\" class=\"blob-code blob-code-inner js-file-line\">&lt;\/head&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L15\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"15\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC15\" class=\"blob-code blob-code-inner js-file-line\">&lt;body&gt;&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L16\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"16\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC16\" class=\"blob-code blob-code-inner js-file-line\">set htmlbottom to &quot;&lt;\/body&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L17\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"17\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC17\" class=\"blob-code blob-code-inner js-file-line\">&lt;\/html&gt;&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L18\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"18\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC18\" class=\"blob-code blob-code-inner js-file-line\">\n<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L19\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"19\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC19\" class=\"blob-code blob-code-inner js-file-line\">\n<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L20\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"20\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC20\" class=\"blob-code blob-code-inner js-file-line\">tell application &quot;Notes&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L21\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"21\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC21\" class=\"blob-code blob-code-inner js-file-line\">\tactivate<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L22\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"22\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC22\" class=\"blob-code blob-code-inner js-file-line\">\tset x to (name of every folder whose name is not &quot;Notes&quot;)<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L23\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"23\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC23\" class=\"blob-code blob-code-inner js-file-line\">\tset foldertoexport to (choose from list x) as string<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L24\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"24\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC24\" class=\"blob-code blob-code-inner js-file-line\">\tif folder foldertoexport exists then<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L25\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"25\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC25\" class=\"blob-code blob-code-inner js-file-line\">\t\tset output to &quot;&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L26\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"26\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC26\" class=\"blob-code blob-code-inner js-file-line\">\t\trepeat with aNote in notes in folder foldertoexport<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L27\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"27\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC27\" class=\"blob-code blob-code-inner js-file-line\">\t\t\tset noteText to &quot;&lt;!&#8211; ### Start Note ### &#8211;&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L28\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"28\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC28\" class=\"blob-code blob-code-inner js-file-line\">&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L29\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"29\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC29\" class=\"blob-code blob-code-inner js-file-line\">\t\t\tset noteText to noteText &amp; (&quot;&lt;h1&gt;&quot; &amp; name of aNote as string) &amp; &quot;&lt;\/h1&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L30\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"30\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC30\" class=\"blob-code blob-code-inner js-file-line\">&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L31\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"31\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC31\" class=\"blob-code blob-code-inner js-file-line\">\t\t\t&#8212;  set noteText to noteText &amp; (&quot;&lt;p&gt;Creation Date: &quot; &amp; creation date of aNote as string) &amp; &quot;&lt;\/p&gt;&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L32\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"32\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC32\" class=\"blob-code blob-code-inner js-file-line\">\t\t\t&#8212; set noteText to noteText &amp; (&quot;&lt;p&gt;Modification Date: &quot; &amp; modification date of aNote as string) &amp; &quot;&lt;\/p&gt;&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L33\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"33\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC33\" class=\"blob-code blob-code-inner js-file-line\">\t\t\tset noteText to (noteText &amp; body of aNote as string) &amp; &quot;&lt;hr&gt;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L34\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"34\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC34\" class=\"blob-code blob-code-inner js-file-line\">\n<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L35\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"35\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC35\" class=\"blob-code blob-code-inner js-file-line\">&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L36\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"36\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC36\" class=\"blob-code blob-code-inner js-file-line\">\t\t\t<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L37\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"37\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC37\" class=\"blob-code blob-code-inner js-file-line\">\t\t\tset output to output &amp; noteText<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L38\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"38\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC38\" class=\"blob-code blob-code-inner js-file-line\">\t\t\t<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L39\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"39\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC39\" class=\"blob-code blob-code-inner js-file-line\">\t\tend repeat<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L40\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"40\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC40\" class=\"blob-code blob-code-inner js-file-line\">\t\t<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L41\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"41\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC41\" class=\"blob-code blob-code-inner js-file-line\">\t\tset thehtml to htmltop &amp; output &amp; htmlbottom<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L42\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"42\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC42\" class=\"blob-code blob-code-inner js-file-line\">\t\tset theNewFile to choose file name default name foldertoexport &amp; &quot;-notes.html&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L43\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"43\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC43\" class=\"blob-code blob-code-inner js-file-line\">\t\t<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L44\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"44\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC44\" class=\"blob-code blob-code-inner js-file-line\">\t\tset myFile to open for access theNewFile with write permission<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L45\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"45\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC45\" class=\"blob-code blob-code-inner js-file-line\">\t\twrite thehtml to myFile as \u00abclass utf8\u00bb<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L46\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"46\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC46\" class=\"blob-code blob-code-inner js-file-line\">\t\tclose access myFile<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L47\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"47\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC47\" class=\"blob-code blob-code-inner js-file-line\">\t\t<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L48\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"48\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC48\" class=\"blob-code blob-code-inner js-file-line\">\telse<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L49\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"49\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC49\" class=\"blob-code blob-code-inner js-file-line\">\t\tdisplay dialog &quot;not likly to happen&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L50\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"50\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC50\" class=\"blob-code blob-code-inner js-file-line\">\tend if<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L51\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"51\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC51\" class=\"blob-code blob-code-inner js-file-line\">end tell<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L52\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"52\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC52\" class=\"blob-code blob-code-inner js-file-line\">\n<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L53\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"53\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC53\" class=\"blob-code blob-code-inner js-file-line\">tell application &quot;Finder&quot; to open theNewFile<\/td>\n<\/tr>\n<tr>\n<td id=\"file-notes-export-to-html-scpt-L54\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"54\"><\/td>\n<td id=\"file-notes-export-to-html-scpt-LC54\" class=\"blob-code blob-code-inner js-file-line\">\n<\/td>\n<\/tr>\n<\/table>\n<\/div><\/div>\n<\/p><\/div>\n<\/div><\/div>\n<div class=\"gist-meta\">\n        <a href=\"https:\/\/gist.github.com\/troutcolor\/8601aa11b9969e5d289948c693d29c32\/raw\/1c812ed9087b13911cc83d2ed6b51086e4010278\/Notes-Export-to-HTML.scpt\" style=\"float:right\" class=\"Link--inTextBlock\">view raw<\/a><br \/>\n        <a href=\"https:\/\/gist.github.com\/troutcolor\/8601aa11b9969e5d289948c693d29c32#file-notes-export-to-html-scpt\" class=\"Link--inTextBlock\"><br \/>\n          Notes-Export-to-HTML.scpt<br \/>\n        <\/a><br \/>\n        hosted with &#10084; by <a class=\"Link--inTextBlock\" href=\"https:\/\/github.com\">GitHub<\/a>\n      <\/div>\n<\/p><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>As I&#8217;ve mentioned before we use Apple Notes a lot in our class. If the class are writing, unless there is a need for formatting or layout, I often ask the pupils just to stick to notes. Notes are easily AirDropped to me when I need to collect work and both pupils and myself can [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"mf2_syndication":[],"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"webmentions_disabled_pings":false,"webmentions_disabled":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[6],"tags":[93,21,70,236,778],"post_format":[],"class_list":{"0":"post-10878","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-wwwd","7":"tag-applescript","8":"tag-classroom","9":"tag-ipad","10":"tag-mac","11":"tag-notes","12":"kind-article","14":"h-entry","15":"hentry"},"better_featured_image":null,"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p57zFQ-2Ps","jetpack_likes_enabled":false,"jetpack_sharing_enabled":true,"kind":false,"_links":{"self":[{"href":"https:\/\/johnjohnston.info\/blog\/wp-json\/wp\/v2\/posts\/10878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/johnjohnston.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/johnjohnston.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/johnjohnston.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/johnjohnston.info\/blog\/wp-json\/wp\/v2\/comments?post=10878"}],"version-history":[{"count":3,"href":"https:\/\/johnjohnston.info\/blog\/wp-json\/wp\/v2\/posts\/10878\/revisions"}],"predecessor-version":[{"id":10881,"href":"https:\/\/johnjohnston.info\/blog\/wp-json\/wp\/v2\/posts\/10878\/revisions\/10881"}],"wp:attachment":[{"href":"https:\/\/johnjohnston.info\/blog\/wp-json\/wp\/v2\/media?parent=10878"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/johnjohnston.info\/blog\/wp-json\/wp\/v2\/categories?post=10878"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/johnjohnston.info\/blog\/wp-json\/wp\/v2\/tags?post=10878"},{"taxonomy":"post_format","embeddable":true,"href":"https:\/\/johnjohnston.info\/blog\/wp-json\/wp\/v2\/post_format?post=10878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}