CINXE.COM

Blog – Simplenote

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <title>Blog &#8211; Simplenote</title> <meta name='robots' content='max-image-preview:large' /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=425676' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9zaW1wbGVub3RlLmNvbQ%3D%3D" + "&wpcomid=43752875" + "&time=1741999659"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//s.wordpress.com' /> <link rel="alternate" type="application/rss+xml" title="Simplenote &raquo; Feed" href="https://simplenote.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Simplenote &raquo; Comments Feed" href="https://simplenote.com/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.7.2-RC1-59780"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??-eJyljkEKwjAQRS9kMm0ISBfiWZJ2iKlpEmYmSm5vdSO4Krj8PN7jw7OquWTBLFBTCzEzhLZPjxR2QggPM+hBW/AtpgV8KvNdpejJUQeWnlDPzCf4LyQ33I6EPhbDilLdW3e9NFGB4nL4y0+CnMQc+Ktft8t4tqOZJmPs+gJ1p2pO&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s2.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s2.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/coblocks-style.css?m=1681832297i&cssminify=yes' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s1.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #0000ff;--wp--preset--color--secondary: #ff0000;--wp--preset--color--foreground: #444444;--wp--preset--color--background: #FFFFFF;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 15px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 25.92px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 18px;--wp--preset--font-size--huge: 31.105px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-foreground-color{color: var(--wp--preset--color--foreground) !important;}.has-background-color{color: var(--wp--preset--color--background) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-foreground-background-color{background-color: var(--wp--preset--color--foreground) !important;}.has-background-background-color{background-color: var(--wp--preset--color--background) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-foreground-border-color{border-color: var(--wp--preset--color--foreground) !important;}.has-background-border-color{border-color: var(--wp--preset--color--background) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-normal-font-size{font-size: var(--wp--preset--font-size--normal) !important;}.has-huge-font-size{font-size: var(--wp--preset--font-size--huge) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s2.wp.com/blank.css?m=1189885325i&cssminify=yes' type='text/css' media='all' /> <link crossorigin='anonymous' rel='stylesheet' id='print-css-11-1' href='https://s1.wp.com/wp-content/themes/pub/varia/print.css?m=1738187798i&cssminify=yes' type='text/css' media='print' /> <link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s2.wp.com/blank.css?m=1189885325i&cssminify=yes' type='text/css' media='all' /> <link crossorigin='anonymous' rel='stylesheet' id='print-css-13-1' href='https://s1.wp.com/wp-content/themes/pub/varia/print.css?m=1738187798i&cssminify=yes' type='text/css' media='print' /> <link crossorigin='anonymous' rel='stylesheet' id='all-css-14-1' href='https://s1.wp.com/_static/??/wp-content/themes/pub/varia/ie.css,/wp-content/themes/pub/varia/inc/style-wpcom.css?m=1612975857j&cssminify=yes' type='text/css' media='all' /> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-16-1' href='https://s1.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1i9KTcrJTwcy0/WTi5G5ekCujj52Temp+bo5+cmJJZn5eSgc3bScxMwikFb7XFtDE1NLExMLc0OTLACohS2q&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-18-1' href='https://s2.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra"> /* <![CDATA[ */ var actionbardata = {"siteID":"43752875","postID":"0","siteURL":"https:\/\/simplenote.com","xhrURL":"https:\/\/simplenote.com\/wp-admin\/admin-ajax.php","nonce":"b8d285af28","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/reader\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","shortLinkCopied":"Shortlink copied to clipboard."}}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before"> /* <![CDATA[ */ var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s1.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/jetpack_vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??-eJyNi0sOQDAUAC/keUr8FuIsJW206S99Rd0eO0vLyczgGWD1LgmXUBNGkyBEn69SU4EflzZhBWHYFzx4VPyNVyJ4gCB4d0llTP3nUoIxkCo/7Wwn1tdV21TdMOobGaIxfg=='></script> <script type="text/javascript" id="rlt-proxy-js-after"> /* <![CDATA[ */ rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); /* ]]> */ </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://simplenoteblog.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <style> @font-face { font-family: Recoleta; font-display: swap; src: url('https://s1.wp.com/i/fonts/recoleta/400.woff2') } </style> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="Simplenote" /> <meta property="og:description" content="The simplest way to keep notes. Light, clean, and free. Simplenote is now available for iOS, Android, Mac, and the web." /> <meta property="og:url" content="https://simplenote.com/blog/" /> <meta property="og:site_name" content="Simplenote" /> <meta property="og:image" content="https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=200" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:app:name:iphone" content="Simplenote" /> <meta name="twitter:app:id:iphone" content="289429962" /> <meta name="twitter:app:name:ipad" content="Simplenote" /> <meta name="twitter:app:id:ipad" content="289429962" /> <meta name="twitter:app:name:googleplay" content="Simplenote" /> <meta name="twitter:app:id:googleplay" content="com.automattic.simplenote" /> <meta name="twitter:creator" content="@simplenoteapp" /> <meta name="twitter:site" content="@simplenoteapp" /> <meta name="twitter:description" content="The simplest way to keep notes. Light, clean, and free. Simplenote is now available for iOS, Android, Mac, and the web." /> <!-- End Jetpack Open Graph Tags --> <link rel='openid.server' href='https://simplenote.com/?openidserver=1' /> <link rel='openid.delegate' href='https://simplenote.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://simplenote.com/osd.xml" title="Simplenote" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <meta name="description" content="The simplest way to keep notes. Light, clean, and free. Simplenote is now available for iOS, Android, Mac, and the web." /> <link rel="icon" href="https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=32" sizes="32x32" /> <link rel="icon" href="https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=180" /> <meta name="msapplication-TileImage" content="https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=270" /> <link rel="stylesheet" id="custom-css-css" type="text/css" href="https://s2.wp.com/?custom-css=1&#038;csblog=2XA7x&#038;cscache=6&#038;csrev=131" /> <!-- Jetpack Google Analytics --> <script type='text/javascript'> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-11500121-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- End Jetpack Google Analytics --> </head> <body class="blog wp-embed-responsive customizer-styles-applied hfeed image-filters-enabled hide-homepage-title jetpack-reblog-enabled"> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header responsive-max-width has-title-and-tagline has-menu" role="banner"> <div class="site-branding"> <p class="site-title"><a href="https://simplenote.com/" rel="home">Simplenote</a></p> </div><!-- .site-branding --> <nav id="site-navigation" class="main-navigation" aria-label="Main Navigation"> <input type="checkbox" role="button" aria-haspopup="true" id="toggle" class="hide-visually"> <label for="toggle" id="toggle-menu" class="button"> Menu <span class="dropdown-icon open">+</span> <span class="dropdown-icon close">&times;</span> <span class="hide-visually expanded-text">expanded</span> <span class="hide-visually collapsed-text">collapsed</span> </label> <div class="menu-primary-container"><ul id="menu-primary-1" class="main-menu" aria-label="submenu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10540"><a href="https://simplenote.com/contact/">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-596"><a href="https://simplenote.com/help/">Help</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-56449"><a href="https://forums.simplenote.com/">Support Forum</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-117 current_page_item current_page_parent menu-item-310"><a href="https://simplenote.com/blog/" aria-current="page">Blog</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-111"><a href="https://app.simplenote.com/">Log In</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-112"><a href="https://app.simplenote.com/signup/">Sign Up</a></li> </ul></div> </nav><!-- #site-navigation --> </header><!-- #masthead --> <div id="content" class="site-content"> <section id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-425676" class="post-425676 post type-post status-publish format-standard hentry category-uncategorized entry"> <header class="entry-header responsive-max-width"> <h2 class="entry-title"><a href="https://simplenote.com/2024/09/09/log-in-with-email-and-advanced-shortcuts-now-available/" rel="bookmark">Log in with Email and Advanced Shortcuts Now&nbsp;Available</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Hello, Simplenoters! We’re thrilled to introduce some exciting new features now available in Simplenote. Let’s dive in.</p> <h3 class="wp-block-heading">Log in with Email</h3> <p>We’ve made logging in even easier and more secure. Now, you can sign in to Simplenote using a code sent directly to your email. </p> <div class="wp-block-image"> <figure class="aligncenter size-large is-resized"><a href="https://simplenote.com/wp-content/uploads/2024/08/log-in-with-email-ios.png"><img data-attachment-id="425688" data-permalink="https://simplenote.com/2024/09/09/log-in-with-email-and-advanced-shortcuts-now-available/log-in-with-email-ios/" data-orig-file="https://simplenote.com/wp-content/uploads/2024/08/log-in-with-email-ios.png" data-orig-size="918,669" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="log-in-with-email-ios" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2024/08/log-in-with-email-ios.png?w=300" data-large-file="https://simplenote.com/wp-content/uploads/2024/08/log-in-with-email-ios.png?w=750" width="918" height="669" src="https://simplenote.com/wp-content/uploads/2024/08/log-in-with-email-ios.png?w=918" alt="" class="wp-image-425688" style="width:320px;height:auto" srcset="https://simplenote.com/wp-content/uploads/2024/08/log-in-with-email-ios.png 918w, https://simplenote.com/wp-content/uploads/2024/08/log-in-with-email-ios.png?w=150 150w, https://simplenote.com/wp-content/uploads/2024/08/log-in-with-email-ios.png?w=300 300w, https://simplenote.com/wp-content/uploads/2024/08/log-in-with-email-ios.png?w=768 768w" sizes="(max-width: 918px) 100vw, 918px" /></a></figure></div> <p>Just enter your account email, and we’ll send you a login code. On certain platforms, you can even tap a button in the email to be signed in automatically.</p> <p>Prefer using your password? No problem! After entering your email, simply tap “Enter password” to log in the traditional way.</p> <p>Currently, the Log in with Email feature is available on all apps except for Windows and Linux. We’re putting the final touches on those versions and will roll them out in the coming weeks.</p> <h3 class="wp-block-heading">New iOS and MacOS Shortcuts</h3> <p>Shortcuts on iOS and macOS make it easier to interact with your favorite apps. Simplenote has had basic shortcuts for creating and managing notes, but we’ve now expanded this functionality to give you even more control and automation possibilities.</p> <p>Here’s a list of the new shortcuts:</p> <ul class="wp-block-list"> <li><strong>Open New Note</strong> &#8211; Open Simplenote and start a new note.</li> <li><strong>Open Note</strong> &#8211; Open Simplenote and go to a selected note.</li> <li><strong>Append to Note</strong> &#8211; Enter some text and append it to the end of one of your existing notes.</li> <li><strong>Create New Note with Content</strong> &#8211; Enter some text and append it to the end of a new note in Simplenote.</li> <li><strong>Copy Note Content</strong> &#8211; Copy all of the content of a selected note.</li> <li><strong>Find Note</strong> &#8211; Search through your notes by searching note content.</li> <li><strong>Find Note with Tag</strong> &#8211; Find a note by filtering them using a selected tag.</li> </ul> <p>Individually, these shortcuts are powerful, but when combined with others, they can transform how you use Simplenote. For example, you could create a shortcut that finds a note, copies its content, and pastes it into another app—all without ever opening Simplenote.</p> <p>Here&#8217;s an example of a simple shortcut that appends to a shopping list note using speech-to-text:</p> <div class="wp-block-image"> <figure class="aligncenter size-large is-resized"><a href="https://simplenote.com/wp-content/uploads/2024/08/img_2298.jpg"><img data-attachment-id="425678" data-permalink="https://simplenote.com/2024/09/09/log-in-with-email-and-advanced-shortcuts-now-available/img_2298/" data-orig-file="https://simplenote.com/wp-content/uploads/2024/08/img_2298.jpg" data-orig-size="1179,1423" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="IMG_2298" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2024/08/img_2298.jpg?w=249" data-large-file="https://simplenote.com/wp-content/uploads/2024/08/img_2298.jpg?w=750" width="848" height="1023" src="https://simplenote.com/wp-content/uploads/2024/08/img_2298.jpg?w=848" alt="" class="wp-image-425678" style="width:282px;height:auto" srcset="https://simplenote.com/wp-content/uploads/2024/08/img_2298.jpg?w=848 848w, https://simplenote.com/wp-content/uploads/2024/08/img_2298.jpg?w=124 124w, https://simplenote.com/wp-content/uploads/2024/08/img_2298.jpg?w=249 249w, https://simplenote.com/wp-content/uploads/2024/08/img_2298.jpg?w=768 768w, https://simplenote.com/wp-content/uploads/2024/08/img_2298.jpg 1179w" sizes="(max-width: 848px) 100vw, 848px" /></a></figure></div> <p>You can also combine “Find Note” and “Append to Note.” This allows you to copy text from any app, run the shortcut, find a note, and add the text to the end of that note—all without leaving the app you’re using.</p> <p>You can find these new options in the Apple Shortcuts app.</p> <p>That&#8217;s all for now. We hope you enjoy these new features!</p> <p>Happy Noting,<br>The Simplenote Team</p> </div><!-- .entry-content --> <footer class="entry-footer responsive-max-width"> <span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="https://simplenote.com/author/danroundhill/">Dan</a></span></span><span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="https://simplenote.com/2024/09/09/log-in-with-email-and-advanced-shortcuts-now-available/" rel="bookmark"><time class="entry-date published updated" datetime="2024-09-09T07:47:35-07:00">September 9, 2024</time></a></span><span class="cat-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted in</span><a href="https://simplenote.com/category/uncategorized/" rel="category tag">Uncategorized</a></span> </footer><!-- .entry-footer --> </article><!-- #post-${ID} --> <article id="post-26371" class="post-26371 post type-post status-publish format-standard hentry category-uncategorized tag-ios tag-widget entry"> <header class="entry-header responsive-max-width"> <h2 class="entry-title"><a href="https://simplenote.com/2021/10/05/widgets-on-ios/" rel="bookmark">Widgets on iOS</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Prepare for your life to get easier: Simplenote widgets are coming to iOS. As of v4.45, anyone with Simplenote on their iPhone or iPad will be able to add our widgets directly to their device’s home screen. There are three widgets to choose from, in a range of sizes.</p> <h2 class="wp-block-heading">New Note</h2> <p>A big, blue shortcut—that’s all you have to click on to create a new note. One tap takes you straight to the editor in the Simplenote app, so you can start taking notes instantly. This widget is available in the small size only.</p> <div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_newnote_small_light.png"><img data-attachment-id="26378" data-permalink="https://simplenote.com/ios_widget_newnote_small_light/" data-orig-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_newnote_small_light.png" data-orig-size="866,1728" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ios_widget_newnote_small_light" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_newnote_small_light.png?w=150" data-large-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_newnote_small_light.png?w=513" src="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_newnote_small_light.png" alt="" class="wp-image-26378" width="433" height="864" srcset="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_newnote_small_light.png?w=433&amp;h=864 433w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_newnote_small_light.png?w=75&amp;h=150 75w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_newnote_small_light.png?w=150&amp;h=300 150w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_newnote_small_light.png?w=768&amp;h=1532 768w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_newnote_small_light.png 866w" sizes="(max-width: 433px) 100vw, 433px" /></a></figure></div> <div style="height:24px;" aria-hidden="true" class="wp-block-spacer"></div> <h2 class="wp-block-heading">Note</h2> <p>Is there a particular note you access frequently? This widget lets you jump right back into it, without having to search. The widget displays your most recent note by default. You can also long-press the widget and select “Edit Widget” to change which note is displayed. This widget is available in small and medium sizes.</p> <figure data-carousel-extra='{"blog_id":43752875,"permalink":"https:\/\/simplenote.com\/2021\/10\/05\/widgets-on-ios\/"}' class="wp-block-gallery columns-2 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_small_light-1.png?w=513"><img data-attachment-id="26381" data-permalink="https://simplenote.com/ios_widget_note_small_light-1/" data-orig-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_small_light-1.png" data-orig-size="866,1728" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ios_widget_note_small_light-1" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_small_light-1.png?w=150" data-large-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_small_light-1.png?w=513" loading="lazy" width="513" height="1023" src="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_small_light-1.png?w=513" alt="" data-id="26381" data-link="https://simplenote.com/ios_widget_note_small_light-1/" class="wp-image-26381" srcset="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_small_light-1.png?w=513 513w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_small_light-1.png?w=75 75w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_small_light-1.png?w=150 150w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_small_light-1.png?w=768 768w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_small_light-1.png 866w" sizes="(max-width: 513px) 100vw, 513px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_medium_dark-1.png?w=513"><img data-attachment-id="26380" data-permalink="https://simplenote.com/ios_widget_note_medium_dark-1/" data-orig-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_medium_dark-1.png" data-orig-size="866,1728" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ios_widget_note_medium_dark-1" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_medium_dark-1.png?w=150" data-large-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_medium_dark-1.png?w=513" loading="lazy" width="513" height="1023" src="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_medium_dark-1.png?w=513" alt="" data-id="26380" data-link="https://simplenote.com/ios_widget_note_medium_dark-1/" class="wp-image-26380" srcset="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_medium_dark-1.png?w=513 513w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_medium_dark-1.png?w=75 75w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_medium_dark-1.png?w=150 150w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_medium_dark-1.png?w=768 768w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_note_medium_dark-1.png 866w" sizes="(max-width: 513px) 100vw, 513px" /></a></figure></li></ul></figure> <div style="height:24px;" aria-hidden="true" class="wp-block-spacer"></div> <h2 class="wp-block-heading"><strong>Note List</strong></h2> <p>With this widget, you’ve got options: It can display your “All Notes” list or the list of notes associated with one of your tags. Whatever you choose, you can tap one of the notes to open it in the app’s editor. If you display the list of notes with a particular tag, tapping the blue new note icon in the top right will automatically apply that tag to your new note. In this widget, notes are ordered according to your sorting settings in the app. It is available in medium and large sizes.</p> <figure data-carousel-extra='{"blog_id":43752875,"permalink":"https:\/\/simplenote.com\/2021\/10\/05\/widgets-on-ios\/"}' class="wp-block-gallery columns-2 is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_medium_dark.png?w=513"><img data-attachment-id="26382" data-permalink="https://simplenote.com/ios_widget_notelist_medium_dark/" data-orig-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_medium_dark.png" data-orig-size="866,1728" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ios_widget_notelist_medium_dark" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_medium_dark.png?w=150" data-large-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_medium_dark.png?w=513" loading="lazy" width="513" height="1023" src="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_medium_dark.png?w=513" alt="" data-id="26382" data-link="https://simplenote.com/ios_widget_notelist_medium_dark/" class="wp-image-26382" srcset="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_medium_dark.png?w=513 513w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_medium_dark.png?w=75 75w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_medium_dark.png?w=150 150w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_medium_dark.png?w=768 768w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_medium_dark.png 866w" sizes="(max-width: 513px) 100vw, 513px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_big_light.png?w=513"><img data-attachment-id="26383" data-permalink="https://simplenote.com/ios_widget_notelist_big_light/" data-orig-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_big_light.png" data-orig-size="866,1728" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ios_widget_notelist_big_light" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_big_light.png?w=150" data-large-file="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_big_light.png?w=513" loading="lazy" width="513" height="1023" src="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_big_light.png?w=513" alt="" data-id="26383" data-link="https://simplenote.com/ios_widget_notelist_big_light/" class="wp-image-26383" srcset="https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_big_light.png?w=513 513w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_big_light.png?w=75 75w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_big_light.png?w=150 150w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_big_light.png?w=768 768w, https://simplenote.com/wp-content/uploads/2021/09/ios_widget_notelist_big_light.png 866w" sizes="(max-width: 513px) 100vw, 513px" /></a></figure></li></ul></figure> <div style="height:24px;" aria-hidden="true" class="wp-block-spacer"></div> <hr class="wp-block-separator" /> <p>We hope you enjoy using our new Widgets. Got feedback? Don’t hesitate to tell us what you think.</p> <h2 class="wp-block-heading">Get The App</h2> <p>Download Simplenote on the <a href="https://itunes.apple.com/app/simplenote/id289429962">App Store</a></p> <p>We hope you enjoy using widgets, and happy noting!</p> <p>– The Simplenote Team</p> </div><!-- .entry-content --> <footer class="entry-footer responsive-max-width"> <span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="https://simplenote.com/author/sylvesterwilmott/">Sylvester Wilmott</a></span></span><span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="https://simplenote.com/2021/10/05/widgets-on-ios/" rel="bookmark"><time class="entry-date published updated" datetime="2021-10-05T07:48:12-07:00">October 5, 2021</time></a></span><span class="cat-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted in</span><a href="https://simplenote.com/category/uncategorized/" rel="category tag">Uncategorized</a></span><span class="tags-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Tags:</span><a href="https://simplenote.com/tag/ios/" rel="tag">iOS</a>, <a href="https://simplenote.com/tag/widget/" rel="tag">widget</a></span><span class="comments-link"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><a href="https://simplenote.com/2021/10/05/widgets-on-ios/#comments">1 Comment<span class="screen-reader-text"> on Widgets on iOS</span></a></span> </footer><!-- .entry-footer --> </article><!-- #post-${ID} --> <article id="post-26096" class="post-26096 post type-post status-publish format-standard has-post-thumbnail hentry category-android-2 category-ios category-linux category-macos category-simplenote-2 category-windows entry"> <header class="entry-header responsive-max-width"> <h2 class="entry-title"><a href="https://simplenote.com/2020/11/03/introducing-internal-links/" rel="bookmark">Introducing Internal Links</a></h2> </header><!-- .entry-header --> <figure class="post-thumbnail"> <a class="post-thumbnail-inner alignwide" href="https://simplenote.com/2020/11/03/introducing-internal-links/" aria-hidden="true" tabindex="-1"> <img width="1568" height="705" src="https://simplenote.com/wp-content/uploads/2020/10/macos-edition-5.png?w=1568" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://simplenote.com/wp-content/uploads/2020/10/macos-edition-5.png?w=1568 1568w, https://simplenote.com/wp-content/uploads/2020/10/macos-edition-5.png?w=150 150w, https://simplenote.com/wp-content/uploads/2020/10/macos-edition-5.png?w=300 300w, https://simplenote.com/wp-content/uploads/2020/10/macos-edition-5.png?w=768 768w, https://simplenote.com/wp-content/uploads/2020/10/macos-edition-5.png?w=1024 1024w, https://simplenote.com/wp-content/uploads/2020/10/macos-edition-5.png 1763w" sizes="(max-width: 1568px) 100vw, 1568px" data-attachment-id="26142" data-permalink="https://simplenote.com/2020/11/03/introducing-internal-links/macos-edition-5/" data-orig-file="https://simplenote.com/wp-content/uploads/2020/10/macos-edition-5.png" data-orig-size="1763,793" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="macOS &#8211; Edition" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2020/10/macos-edition-5.png?w=300" data-large-file="https://simplenote.com/wp-content/uploads/2020/10/macos-edition-5.png?w=750" /> </a> </figure> <div class="entry-content"> <p>We&#8217;re excited to announce that one of our most frequently-requested features, the ability to link to a note from within another note, is now available.</p> <p>Download the latest version of Simplenote and you&#8217;ll be able to insert links from one note into another note to easily organize and cross-reference information.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>I operate by investigating the fundamental interconnectedness of all things. Every particle in the universe affects every other particle, however faintly or obliquely. Everything interconnects with everything.</p><cite>Dirk Gently, in Douglas Adams&#8217; <span style="text-decoration:underline;">The Long Dark Tea-Time of the Soul</span></cite></blockquote> <h2 class="wp-block-heading">How it works</h2> <p>Internal note links begin with <code>simplenote://</code> instead of the usual <code>https://</code> prefix, which lets the app know that it should load up a different note within the editor.</p> <p>When you insert an internal link, it will use <a href="https://simplenote.com/help/#markdown">Markdown</a> formatting by default: A title in brackets followed by a URL in parentheses. However, these links work in all notes, whether or not Markdown formatting is enabled. Once the link is inserted, you can edit or remove the title without changing the link&#8217;s destination.</p> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://simplenote.com/wp-content/uploads/2020/10/macos-edition-3.png"><img src="https://simplenote.com/wp-content/uploads/2020/10/macos-edition-3.png" alt="Internal Links on Simplenote OSX" /></a><figcaption>Internal Links on Simplenote OSX</figcaption></figure></div> <p>There are two ways to insert internal note links: <strong>autocomplete</strong> or <strong>copy and paste</strong>.</p> <h3 class="wp-block-heading">Autocomplete</h3> <p>Simply start typing a note link by using the <code>[</code> character and some text from your note title, and you will be offered a list of notes to choose from. This feature is available on Android, macOS, and web, and will be in an upcoming release on Windows/Linux and iOS.</p> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://simplenote.com/wp-content/uploads/2020/10/macos-link-suggestions-1.png"><img src="https://simplenote.com/wp-content/uploads/2020/10/macos-link-suggestions-1.png" alt="Autocomplete on Simplenote OSX" /></a><figcaption>Autocomplete on Simplenote OSX</figcaption></figure></div> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://simplenote.com/wp-content/uploads/2020/10/1602011885-2.png"><img src="https://simplenote.com/wp-content/uploads/2020/10/1602011885-2.png" width="512" alt="Autocomplete on Simplenote Android" /></a><figcaption>Autocomplete on Simplenote Android</figcaption></figure></div> <h3 class="wp-block-heading">Copy and paste</h3> <p>Each note now has the ability to view and copy its internal link. This works differently on each platform. Once you&#8217;ve copied the note link, you can paste it into a different note.</p> <h4 class="wp-block-heading">Android</h4> <p>Select one or more notes in the note list and use the link icon in the top bar to copy a link (or links) to the selected note(s).</p> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://simplenote.com/wp-content/uploads/2020/10/1602011070-1.png"><img src="https://simplenote.com/wp-content/uploads/2020/10/1602011070-1.png" width="512" alt="Copy a link from the notes list on Android"></a><figcaption>Copy a link from the notes list on Android</figcaption></figure></div> <p>You can also copy a note&#8217;s link from its ellipsis menu.</p> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://simplenote.com/wp-content/uploads/2020/10/1602126667.png"><img src="https://simplenote.com/wp-content/uploads/2020/10/1602126667.png" width="512" alt="Copy a link from the ellipsis menu on Android"></a><figcaption>Copy a link from the ellipsis menu on Android</figcaption></figure></div> <h4 class="wp-block-heading">iOS</h4> <p>iOS also has two ways of copying a note&#8217;s internal link. You can swipe left on the note from the note list and then tap on the link icon.</p> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://simplenote.com/wp-content/uploads/2020/10/ios-copy-link-1-1.png"><img src="https://simplenote.com/wp-content/uploads/2020/10/ios-copy-link-1-1.png" width="512" alt="Swipe to copy a link on iOS"></a><figcaption>Swipe to copy a link on iOS</figcaption></figure></div> <p>As of the upcoming release, you can also long press on any note in the note list and choose Copy Link.</p> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://simplenote.com/wp-content/uploads/2020/10/ios-copy-link-2-2.png"><img src="https://simplenote.com/wp-content/uploads/2020/10/ios-copy-link-2-2.png" width="512" alt="Long press to copy a link on iOS"></a><figcaption>Long press to copy a link on iOS</figcaption></figure></div> <h4 class="wp-block-heading">MacOS</h4> <p>Right-click or Ctrl-click on a note in the note list and select &#8220;Copy Internal Link.&#8221;</p> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://simplenote.com/wp-content/uploads/2020/10/macos-copy-link-2.png"><img src="https://simplenote.com/wp-content/uploads/2020/10/macos-copy-link-2.png" alt="Copy Internal Link on Simplenote MacOS"></a><figcaption>Copy Internal Link on Simplenote MacOS</figcaption></figure></div> <h4 class="wp-block-heading">Web and Windows/Linux apps</h4> <p class="has-text-align-left">Open the details panel of any note by clicking on the &#8220;info&#8221; icon. Near the bottom, you&#8217;ll see its internal link, which you can copy to your clipboard.</p> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://simplenote.com/wp-content/uploads/2020/10/screen-shot-2020-10-07-at-5.10.18-pm.png"><img src="https://simplenote.com/wp-content/uploads/2020/10/screen-shot-2020-10-07-at-5.10.18-pm.png" width="512" alt="Internal Link in the note details on Simplenote Web"></a><figcaption>Internal Link in the note details on Simplenote Web</figcaption></figure></div> <h2 class="wp-block-heading">What about links in published notes?</h2> <p>If you publish a note which contains internal links, any links to other published posts will be automatically converted to their public links in the published version! Now you can create a Table of Contents, a homepage of your published notes, or a navigation bar that links to the previous/next notes in a series. The possibilities are endless.</p> <p>But no fear about accidentally publishing private information: links to non-published posts will be removed.</p> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://simplenote.com/wp-content/uploads/2020/10/screen-shot-2020-10-09-at-1.35.31-am.png"><img src="https://simplenote.com/wp-content/uploads/2020/10/screen-shot-2020-10-09-at-1.35.31-am.png" alt="A published note with links to other notes"></a><figcaption>A published note with links to other notes</figcaption></figure></div> <h2 class="wp-block-heading">Bonus: link references</h2> <p>You can view which notes link to a particular note by viewing its details. This feature is currently available on the Android and web apps; it&#8217;s coming soon on other platforms.</p> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://simplenote.com/wp-content/uploads/2020/10/1602012525-1.png"><img src="https://simplenote.com/wp-content/uploads/2020/10/1602012525-1.png" width="512" alt="Note references on Simplenote Android"></a><figcaption>Note references on Simplenote Android</figcaption></figure></div> <h2 class="wp-block-heading">Join the Android and iOS beta programs</h2> <p>As always, if you want to be the first to explore new features like this one and share feedback with us, check out our beta testing program!</p> <p>We beta test each new update for two full weeks before releasing it. Although our team tests the apps extensively, your testing helps us find even more ways to improve, whether that’s fixing a bug or simplifying a screen.&nbsp;</p> <p>Ready to join in? Here’s how:</p> <h4 class="wp-block-heading">Get the beta apps</h4> <p>On your Android device, head to<a href="https://play.google.com/store/apps/details?id=com.automattic.simplenote"> Simplenote in the Google Play Store</a>, scroll down to the “Join the beta” section, and tap “Join” to opt into the beta program. You’ll get the latest beta as an update in the Play Store.</p> <p>On your iOS device, <a href="https://testflight.apple.com/join/Hg818y3x">join the TestFlight beta program</a> — open that link on your iOS device and follow the instructions on that page to opt-in. You’ll get the latest beta in the TestFlight app.</p> <p>In both cases, the beta app will come with details about what’s new or changed, so you know where to focus your testing.</p> <h4 class="wp-block-heading">Share your feedback</h4> <p>Once you have a beta version of the Simplenote app installed on your device, you’re ready to go. Use the app as you normally do, or push the limits of the changes in each release. Then, let us know how it&#8217;s going! You can submit feedback through the Google Play Store (Android) or TestFlight (iOS) — or <a href="https://simplenote.com/contact-us/">contact us</a> if you’d like more help.</p> <h2 class="wp-block-heading">We&#8217;d love to hear from you</h2> <p>We hope the new internal links come in handy, whether you&#8217;re organizing class notes, writing a novel, or even trying to crack the latest case! Leave us a comment to let us know how you&#8217;re using these new links.</p> <div class="wp-block-jetpack-gif aligncenter"> <figure> <div class="wp-block-jetpack-gif-wrapper" style="padding-top:63%"> <iframe src="https://giphy.com/embed/l0IylOPCNkiqOgMyA" title="always sunny"></iframe> </div> </figure> </div> </div><!-- .entry-content --> <footer class="entry-footer responsive-max-width"> <span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="https://simplenote.com/author/codebykat/">Kat</a></span></span><span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="https://simplenote.com/2020/11/03/introducing-internal-links/" rel="bookmark"><time class="entry-date published" datetime="2020-11-03T08:00:13-08:00">November 3, 2020</time><time class="updated" datetime="2020-11-03T11:35:27-08:00">November 3, 2020</time></a></span><span class="cat-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted in</span><a href="https://simplenote.com/category/android-2/" rel="category tag">Android</a>, <a href="https://simplenote.com/category/ios/" rel="category tag">iOS</a>, <a href="https://simplenote.com/category/linux/" rel="category tag">Linux</a>, <a href="https://simplenote.com/category/macos/" rel="category tag">macOS</a>, <a href="https://simplenote.com/category/simplenote-2/" rel="category tag">Simplenote</a>, <a href="https://simplenote.com/category/windows/" rel="category tag">Windows</a></span><span class="comments-link"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><a href="https://simplenote.com/2020/11/03/introducing-internal-links/#comments">2 Comments<span class="screen-reader-text"> on Introducing Internal Links</span></a></span> </footer><!-- .entry-footer --> </article><!-- #post-${ID} --> <article id="post-25837" class="post-25837 post type-post status-publish format-standard has-post-thumbnail hentry category-simplenote-2 tag-design entry"> <header class="entry-header responsive-max-width"> <h2 class="entry-title"><a href="https://simplenote.com/2020/07/15/bolder-brighter-and-better/" rel="bookmark">Bolder, Brighter, and&nbsp;Better</a></h2> </header><!-- .entry-header --> <figure class="post-thumbnail"> <a class="post-thumbnail-inner alignwide" href="https://simplenote.com/2020/07/15/bolder-brighter-and-better/" aria-hidden="true" tabindex="-1"> <img width="1568" height="1114" src="https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=1568" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=1568 1568w, https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=150 150w, https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=300 300w, https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=768 768w, https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=1024 1024w, https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png 3040w" sizes="(max-width: 1568px) 100vw, 1568px" data-attachment-id="26009" data-permalink="https://simplenote.com/customizer-2/" data-orig-file="https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png" data-orig-size="3040,2160" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="customizer-2" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=300" data-large-file="https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=750" /> </a> </figure> <div class="entry-content"> <p>You may have already noticed that simplenote.com looks a bit different. Eagle eyes might have also noticed that our brand blue is also a little different. Well-spotted!</p> <h2 class="wp-block-heading"><strong>The Website</strong></h2> <p>We wanted our website to mirror the simplicity in design that’s the hallmark of our apps (and a redesign was certainly overdue!). Our new site was built entirely on <a href="https://wordpress.com/">WordPress.com</a> using the new block editor and is a testament to what’s possible with a good WordPress <a href="https://wordpress.com/theme/varia">theme</a> and a sprinkle of CSS.</p> <figure class="wp-block-image size-large"><img data-attachment-id="26009" data-permalink="https://simplenote.com/customizer-2/" data-orig-file="https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png" data-orig-size="3040,2160" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="customizer-2" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=300" data-large-file="https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=750" loading="lazy" width="1024" height="727" src="https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=1024" alt="" class="wp-image-26009" srcset="https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=1024 1024w, https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=2046 2046w, https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=150 150w, https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=300 300w, https://simplenote.com/wp-content/uploads/2020/07/customizer-2.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure> <h2 class="wp-block-heading"><strong>Our New Blue</strong></h2> <p>As you may know, our goal has been to improve accessibility across all platforms. Simplenote is part of the Automattic product family, so we’d temporarily incorporated a more accessible color from the WordPress palette into the Simplenote apps. But now we’re moving to our own new brand blue to provide an accessible experience for Simplenote fans and also give Simplenote its own unique identity.</p> <p>Happy noting!</p> <p><em>– The Simplenote Team</em></p> </div><!-- .entry-content --> <footer class="entry-footer responsive-max-width"> <span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="https://simplenote.com/author/sylvesterwilmott/">Sylvester Wilmott</a></span></span><span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="https://simplenote.com/2020/07/15/bolder-brighter-and-better/" rel="bookmark"><time class="entry-date published updated" datetime="2020-07-15T05:50:08-07:00">July 15, 2020</time></a></span><span class="cat-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted in</span><a href="https://simplenote.com/category/simplenote-2/" rel="category tag">Simplenote</a></span><span class="tags-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Tags:</span><a href="https://simplenote.com/tag/design/" rel="tag">design</a></span> </footer><!-- .entry-footer --> </article><!-- #post-${ID} --> <article id="post-25641" class="post-25641 post type-post status-publish format-standard hentry category-android-2 category-ios category-simplenote-2 entry"> <header class="entry-header responsive-max-width"> <h2 class="entry-title"><a href="https://simplenote.com/2020/03/24/search-is-getting-searchier/" rel="bookmark">Search Is Getting…&nbsp;Searchier</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>We want you to be able to find your notes more easily so you can spend less time locating and more time note-taking. Enter: advanced search.</p> <p>Download the latest version of Simplenote and you’ll be able to search your tags, search notes by tag or – if you’re a legendary note tagger<sup>†</sup> – combine multiple tags in one search.</p> <div style="height:24px;" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-image"><figure class="aligncenter size-large is-resized"><img data-attachment-id="25802" data-permalink="https://simplenote.com/search_dark_ios_2/" data-orig-file="https://simplenote.com/wp-content/uploads/2020/03/search_dark_ios_2.gif" data-orig-size="596,960" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="search_dark_ios_2" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2020/03/search_dark_ios_2.gif?w=186" data-large-file="https://simplenote.com/wp-content/uploads/2020/03/search_dark_ios_2.gif?w=596" loading="lazy" src="https://simplenote.com/wp-content/uploads/2020/03/search_dark_ios_2.gif?w=596" alt="" class="wp-image-25802" width="298" height="480" srcset="https://simplenote.com/wp-content/uploads/2020/03/search_dark_ios_2.gif?w=298 298w, https://simplenote.com/wp-content/uploads/2020/03/search_dark_ios_2.gif?w=93 93w, https://simplenote.com/wp-content/uploads/2020/03/search_dark_ios_2.gif?w=186 186w, https://simplenote.com/wp-content/uploads/2020/03/search_dark_ios_2.gif 596w" sizes="(max-width: 298px) 100vw, 298px" /></figure></div> <div style="height:24px;" aria-hidden="true" class="wp-block-spacer"></div> <p>We’ll also be adding sorting options directly to search, so you can find that one note you made in February 2011, or maybe it was in April 2013 that you’re sure you used the word “astronauts” and contained <em>something</em> important.</p> <div style="height:24px;" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-image"><figure class="aligncenter size-large is-resized"><img data-attachment-id="25812" data-permalink="https://simplenote.com/search_light_android-1/" data-orig-file="https://simplenote.com/wp-content/uploads/2020/03/search_light_android-1.gif" data-orig-size="604,960" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="search_light_android-1" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2020/03/search_light_android-1.gif?w=189" data-large-file="https://simplenote.com/wp-content/uploads/2020/03/search_light_android-1.gif?w=604" loading="lazy" src="https://simplenote.com/wp-content/uploads/2020/03/search_light_android-1.gif?w=604" alt="" class="wp-image-25812" width="302" height="480" srcset="https://simplenote.com/wp-content/uploads/2020/03/search_light_android-1.gif?w=302 302w, https://simplenote.com/wp-content/uploads/2020/03/search_light_android-1.gif?w=94 94w, https://simplenote.com/wp-content/uploads/2020/03/search_light_android-1.gif?w=189 189w, https://simplenote.com/wp-content/uploads/2020/03/search_light_android-1.gif 604w" sizes="(max-width: 302px) 100vw, 302px" /></figure></div> <div style="height:24px;" aria-hidden="true" class="wp-block-spacer"></div> <p>To start using the new search features, make sure you’re running the latest version of the Simplenote app. Then just start searching and you’ll get tag suggestions based on what you type. Currently available on iOS and Android, if you don’t see the new search yet, keep your app updated – it will be with you soon!</p> <p>Got feedback? Don’t hesitate to tell us what you think.</p> <h2 class="wp-block-heading"><strong>Get the App</strong></h2> <p>New to Simplenote? It&#8217;s free, and <a href="https://simplenote.com">you can download it here</a>.</p> <p>We hope you enjoy using Search, and happy noting!</p> <p><em>&#8211; The Simplenote Team</em></p> <p><em><sup>†</sup> How many tags do you have in Simplenote? Tell us in the comments. The person with the most tags gets to feel good about their exemplary organizational skills.</em></p> </div><!-- .entry-content --> <footer class="entry-footer responsive-max-width"> <span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="https://simplenote.com/author/sylvesterwilmott/">Sylvester Wilmott</a></span></span><span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="https://simplenote.com/2020/03/24/search-is-getting-searchier/" rel="bookmark"><time class="entry-date published" datetime="2020-03-24T06:00:00-07:00">March 24, 2020</time><time class="updated" datetime="2020-03-23T10:31:04-07:00">March 23, 2020</time></a></span><span class="cat-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted in</span><a href="https://simplenote.com/category/android-2/" rel="category tag">Android</a>, <a href="https://simplenote.com/category/ios/" rel="category tag">iOS</a>, <a href="https://simplenote.com/category/simplenote-2/" rel="category tag">Simplenote</a></span><span class="comments-link"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><a href="https://simplenote.com/2020/03/24/search-is-getting-searchier/#comments">4 Comments<span class="screen-reader-text"> on Search Is Getting…&nbsp;Searchier</span></a></span> </footer><!-- .entry-footer --> </article><!-- #post-${ID} --> <article id="post-25646" class="post-25646 post type-post status-publish format-standard hentry category-android-2 category-beta category-ios category-linux category-macos entry"> <header class="entry-header responsive-max-width"> <h2 class="entry-title"><a href="https://simplenote.com/2020/02/25/simplenote-is-back/" rel="bookmark">Simplenote is Back!</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>After a short hiatus, Simplenote is actively being developed again! We&#8217;ve been busy cleaning up the user interface, bringing old code up to date behind the scenes, and fixing some long-standing bugs. Check out the recent release notes below.</p> <h4 class="wp-block-heading">Android</h4> <ul class="wp-block-list"><li>Added search sorting by date created, date modified, and alphabetically with search history and suggestions.</li><li>Added a resizable note widget to view a note and open it in the app from the home screen.</li><li>Added an option to the Theme setting to follow the system day/night mode.</li><li>Updated dark theme with darker colors for less eye fatigue and better battery life.</li><li>Fixed multiple bugs with cursors for notes with checklists, syncing for deleting tags and emptying trash, and networking causing interface slowness.</li></ul> <p><a href="https://github.com/Automattic/simplenote-android/blob/develop/RELEASE-NOTES.txt">Full Release Notes for Android</a></p> <h4 class="wp-block-heading">Electron (Linux/Windows/Web)</h4> <ul class="wp-block-list"><li>Added a sync indicator to show changes that haven&#8217;t yet been sent out to synchronize with the server and other devices.</li><li>Updated styling all around the app: icons, dark mode support, and various fixes.</li><li>Replaced the old web app at <a href="https://app.simplenote.com">app.simplenote.com</a> with the version deployed on the desktop.</li><li>Added tag suggestions while searching and tweaked the search results.</li><li>Fixed a nasty bug that caused note corruption when local and remote updates crossed paths.</li></ul> <p><a href="https://github.com/Automattic/simplenote-electron/blob/develop/RELEASE-NOTES.txt">Full Release Notes for Electron</a></p> <h4 class="wp-block-heading">iOS</h4> <ul class="wp-block-list"><li>Added Siri shortcuts allowing you to open the app, open existing notes, and create new notes directly from Siri.</li><li>Added new swipe actions available in the notes list: Pin and Share.</li><li>Updated the user interface for login/signup, notes list, and note editor.</li><li>Fixed a bug that affects tap detections over links.</li></ul> <p><a href="https://github.com/Automattic/simplenote-ios/blob/develop/RELEASE-NOTES.txt">Full Release Notes for iOS</a></p> <h4 class="wp-block-heading">macOS</h4> <ul class="wp-block-list"><li>Fixed multiple bugs with checklist icons, sizes, and fonts.</li><li>Fixed a bug causing the entire document to become linkified.</li></ul> <p><a href="https://github.com/Automattic/simplenote-macos/blob/develop/RELEASE-NOTES.txt">Full Release Note for macOS</a></p> <h4 class="wp-block-heading">All</h4> <p>One particular bug was plaguing Simplenote for years: a specific set of circumstances in which seemingly harmless edits would crash the app or corrupt a note. This was more likely to affect notes written in certain languages with complex scripts and notes containing emojis. Representing human text is hard, but this should no longer cause you any trouble. Special thanks goes out to our users who write poetry in early dynastic cuneiform &#8211; you can now express yourselves again without issue.</p> <h2 class="wp-block-heading">Join the Android and iOS Beta Programs</h2> <p>Do you enjoy the Simplenote apps? (We sure hope so!) If you like exploring the latest features and wouldn’t mind sharing your experience with us, join our beta testing program!</p> <p>We beta test each new update for two full weeks before releasing it. Although our team tests the apps extensively, your testing helps us find even more ways to improve, whether that’s fixing a bug or simplifying a screen.&nbsp;</p> <p>Ready to join in? Here’s how.</p> <h4 class="wp-block-heading">Get the beta apps</h4> <p>On your Android device, head to<a href="https://play.google.com/store/apps/details?id=com.automattic.simplenote"> Simplenote in the Google Play Store</a>, scroll down to the “Join the beta” section, and tap “Join” to opt in to the beta program. You’ll get the latest beta as an update in the Play Store.</p> <p>On your iOS device, <a href="https://testflight.apple.com/join/Hg818y3x">join the TestFlight beta program</a> — open that link on your iOS device and follow the instructions on that page to opt in. You’ll get the latest beta in the TestFlight app.</p> <p>In both cases, the beta app will come with details about what’s new or changed, so you know where to focus your testing.</p> <h4 class="wp-block-heading">Share your feedback</h4> <p>Once you have a beta version of the Simplenote app installed on your device, you’re ready to go. Use the app as you normally do, or push the limits of the changes in each release. Then, let us know when something goes wrong. You can submit feedback through the Google Play Store (Android) or TestFlight (iOS) — or <a href="https://simplenote.com/contact-us/">contact us</a> if you’d like more help.</p> <h2 class="wp-block-heading">Thank you</h2> <p>To all our passionate and loyal users, thank you! We&#8217;ve got some exciting ideas planned for the future of Simplenote and we can&#8217;t wait to share them with you. We&#8217;ll be posting release notes and new features on this blog, so stay tuned for more info.</p> <p>We greatly appreciate all our open-source contributors as well! If you&#8217;re interesting in contributing to Simplenote, check out the repositories below.</p> <ul class="wp-block-list"><li>Android: <a href="https://github.com/Automattic/simplenote-android">https://github.com/Automattic/simplenote-android</a></li><li>Electron: <a href="https://github.com/Automattic/simplenote-electron">https://github.com/Automattic/simplenote-electron</a></li><li>iOS: <a href="https://github.com/Automattic/simplenote-ios">https://github.com/Automattic/simplenote-ios</a></li><li>macOS: <a href="https://github.com/Automattic/simplenote-macos">https://github.com/Automattic/simplenote-macos</a></li></ul> <p><em>&#8211; The Simplenote Team</em></p> </div><!-- .entry-content --> <footer class="entry-footer responsive-max-width"> <span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="https://simplenote.com/author/heckofanapp/">Tyler</a></span></span><span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="https://simplenote.com/2020/02/25/simplenote-is-back/" rel="bookmark"><time class="entry-date published" datetime="2020-02-25T06:00:11-08:00">February 25, 2020</time><time class="updated" datetime="2020-02-25T05:56:35-08:00">February 25, 2020</time></a></span><span class="cat-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted in</span><a href="https://simplenote.com/category/android-2/" rel="category tag">Android</a>, <a href="https://simplenote.com/category/beta/" rel="category tag">Beta</a>, <a href="https://simplenote.com/category/ios/" rel="category tag">iOS</a>, <a href="https://simplenote.com/category/linux/" rel="category tag">Linux</a>, <a href="https://simplenote.com/category/macos/" rel="category tag">macOS</a></span><span class="comments-link"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><a href="https://simplenote.com/2020/02/25/simplenote-is-back/#comments">21 Comments<span class="screen-reader-text"> on Simplenote is Back!</span></a></span> </footer><!-- .entry-footer --> </article><!-- #post-${ID} --> <article id="post-19925" class="post-19925 post type-post status-publish format-standard hentry category-android-2 category-ios category-linux category-macos category-releases category-simplenote-2 category-windows entry"> <header class="entry-header responsive-max-width"> <h2 class="entry-title"><a href="https://simplenote.com/2019/02/06/a-better-way-to-keep-track-of-your-tasks-check/" rel="bookmark">A Better Way to Keep Track of Your Tasks?&nbsp;Check!</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Simplenote is great for keeping your life organized without getting in your way. Now, it gives you a whole new way to stay on top of your tasks: Checklists! Here&#8217;s one in action:</p> <figure class="wp-block-image"><img data-attachment-id="19926" data-permalink="https://simplenote.com/shopping-checklist/" data-orig-file="https://simplenote.com/wp-content/uploads/2019/01/shopping-checklist.gif" data-orig-size="604,394" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="shopping-checklist" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2019/01/shopping-checklist.gif?w=300" data-large-file="https://simplenote.com/wp-content/uploads/2019/01/shopping-checklist.gif?w=604" loading="lazy" width="604" height="394" src="https://simplenote.com/wp-content/uploads/2019/01/shopping-checklist.gif" alt="" class="wp-image-19926" srcset="https://simplenote.com/wp-content/uploads/2019/01/shopping-checklist.gif 604w, https://simplenote.com/wp-content/uploads/2019/01/shopping-checklist.gif?w=150&amp;h=98 150w, https://simplenote.com/wp-content/uploads/2019/01/shopping-checklist.gif?w=300&amp;h=196 300w" sizes="(max-width: 604px) 100vw, 604px" /><figcaption>Adding a checklist in the macOS app.</figcaption></figure> <p>On our mobile apps, you&#8217;ll find a new button in the editor toolbar to add a checklist. On Desktop, head to <strong>Format → Insert Checklist</strong>. Nested Checklists are also supported, in case you need an extra level of organization.</p> <div class="wp-block-image"><figure class="aligncenter is-resized"><img data-attachment-id="19927" data-permalink="https://simplenote.com/screen-shot-2019-01-23-at-9-31-22-am/" data-orig-file="https://simplenote.com/wp-content/uploads/2019/01/screen-shot-2019-01-23-at-9.31.22-am.png" data-orig-size="828,430" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screen-shot-2019-01-23-at-9.31.22-am" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2019/01/screen-shot-2019-01-23-at-9.31.22-am.png?w=300" data-large-file="https://simplenote.com/wp-content/uploads/2019/01/screen-shot-2019-01-23-at-9.31.22-am.png?w=750" loading="lazy" src="https://simplenote.com/wp-content/uploads/2019/01/screen-shot-2019-01-23-at-9.31.22-am.png" alt="" class="wp-image-19927" width="351" height="182" srcset="https://simplenote.com/wp-content/uploads/2019/01/screen-shot-2019-01-23-at-9.31.22-am.png?w=351&amp;h=182 351w, https://simplenote.com/wp-content/uploads/2019/01/screen-shot-2019-01-23-at-9.31.22-am.png?w=702&amp;h=364 702w, https://simplenote.com/wp-content/uploads/2019/01/screen-shot-2019-01-23-at-9.31.22-am.png?w=150&amp;h=78 150w, https://simplenote.com/wp-content/uploads/2019/01/screen-shot-2019-01-23-at-9.31.22-am.png?w=300&amp;h=156 300w" sizes="(max-width: 351px) 100vw, 351px" /><figcaption>A nested checklist in the iOS app.</figcaption></figure></div> <p>Checklists are compatible with the <a href="https://help.github.com/articles/about-task-lists/">GitHub task lists markdown syntax,</a> so Markdown users will see their existing lists automatically transform to checkable lists in the app! You can see this in action by typing &#8220;<code>- [ ]</code>&#8221; in a note.</p> <p>And as always, every update to your checklists will get synced with all of your devices, for free.</p> <h2 class="wp-block-heading">Collaborate on a Checklist</h2> <p>Did you know you can collaborate on a note with other Simplenote users? With checklists that becomes even more powerful &#8212; use shared notes to working with others on shopping lists, to-dos, and more. To share a note with another user, add their Simplenote account email address to the tags field of the note, or use the Sharing menu in the app.</p> <h2 class="wp-block-heading" id="mce_9">Get the App</h2> <p>New to Simplenote? It&#8217;s free, and <a href="https://simplenote.com">you can download it here</a>.</p> <p>We really hope you enjoy using Checklists, and happy noting!<br></p> <p><em>&#8211; The Simplenote Team</em></p> </div><!-- .entry-content --> <footer class="entry-footer responsive-max-width"> <span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="https://simplenote.com/author/danroundhill/">Dan</a></span></span><span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="https://simplenote.com/2019/02/06/a-better-way-to-keep-track-of-your-tasks-check/" rel="bookmark"><time class="entry-date published updated" datetime="2019-02-06T09:00:56-08:00">February 6, 2019</time></a></span><span class="cat-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted in</span><a href="https://simplenote.com/category/android-2/" rel="category tag">Android</a>, <a href="https://simplenote.com/category/ios/" rel="category tag">iOS</a>, <a href="https://simplenote.com/category/linux/" rel="category tag">Linux</a>, <a href="https://simplenote.com/category/macos/" rel="category tag">macOS</a>, <a href="https://simplenote.com/category/releases/" rel="category tag">Releases</a>, <a href="https://simplenote.com/category/simplenote-2/" rel="category tag">Simplenote</a>, <a href="https://simplenote.com/category/windows/" rel="category tag">Windows</a></span><span class="comments-link"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><a href="https://simplenote.com/2019/02/06/a-better-way-to-keep-track-of-your-tasks-check/#comments">15 Comments<span class="screen-reader-text"> on A Better Way to Keep Track of Your Tasks?&nbsp;Check!</span></a></span> </footer><!-- .entry-footer --> </article><!-- #post-${ID} --> <article id="post-19165" class="post-19165 post type-post status-publish format-standard hentry category-simplenote-2 category-tips entry"> <header class="entry-header responsive-max-width"> <h2 class="entry-title"><a href="https://simplenote.com/2019/01/16/blogging-with-simplenote/" rel="bookmark">Blogging with Simplenote</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Simplenote is powered by Automattic, which also runs WordPress.com — so as you can imagine, we love blogging. I&#8217;ve written for a few different sites, some using WordPress and some not. No matter where I publish my posts, I have a great, consistent writing experience by drafting in Simplenote first.</p> <p>I use Simplenote from the moment I think of an idea, by opening up a new note and adding a title. Later, I can check those notes and start writing more. Because it&#8217;s in Simplenote and synced to all my devices, I can do this from anywhere I happen to be! </p> <p>If I think of a great opening line for a post while I&#8217;m out having coffee, I can open up Simplenote on my phone and jot that down. That way, it&#8217;s always waiting for me when I get back to my computer and ready to flesh things out.</p> <div class="wp-block-image"><figure class="aligncenter is-resized"><img data-attachment-id="19169" data-permalink="https://simplenote.com/simplenote-blogging_android/" data-orig-file="https://simplenote.com/wp-content/uploads/2018/12/Simplenote-blogging_Android.jpg" data-orig-size="1080,2148" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Simplenote-blogging_Android" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2018/12/Simplenote-blogging_Android.jpg?w=151" data-large-file="https://simplenote.com/wp-content/uploads/2018/12/Simplenote-blogging_Android.jpg?w=515" loading="lazy" src="https://simplenote.com/wp-content/uploads/2018/12/Simplenote-blogging_Android.jpg" alt="" class="wp-image-19169" width="270" height="537" srcset="https://simplenote.com/wp-content/uploads/2018/12/Simplenote-blogging_Android.jpg?w=270&amp;h=537 270w, https://simplenote.com/wp-content/uploads/2018/12/Simplenote-blogging_Android.jpg?w=540&amp;h=1074 540w, https://simplenote.com/wp-content/uploads/2018/12/Simplenote-blogging_Android.jpg?w=75&amp;h=150 75w, https://simplenote.com/wp-content/uploads/2018/12/Simplenote-blogging_Android.jpg?w=151&amp;h=300 151w, https://simplenote.com/wp-content/uploads/2018/12/Simplenote-blogging_Android.jpg?w=515&amp;h=1024 515w" sizes="(max-width: 270px) 100vw, 270px" /></figure></div> <p>If the site will take formatting and reproduce it, like the new <a href="https://en.support.wordpress.com/wordpress-editor/">WordPress Editor</a>, I <a href="https://simplenote.com/help/#markdown">turn on Markdown</a> to write the blog post. When I&#8217;m done, I copy the full text of the note. Pasting that into the editor preserves all the formatting and splits it into the appropriate blocks.</p> <figure class="wp-block-image"><img data-attachment-id="19772" data-permalink="https://simplenote.com/simplenote-blogging_format/" data-orig-file="https://simplenote.com/wp-content/uploads/2019/01/simplenote-blogging_format.gif" data-orig-size="1001,684" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="simplenote-blogging_format" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2019/01/simplenote-blogging_format.gif?w=300" data-large-file="https://simplenote.com/wp-content/uploads/2019/01/simplenote-blogging_format.gif?w=750" loading="lazy" width="1001" height="684" src="https://simplenote.com/wp-content/uploads/2019/01/simplenote-blogging_format.gif" alt="" class="wp-image-19772" srcset="https://simplenote.com/wp-content/uploads/2019/01/simplenote-blogging_format.gif 1001w, https://simplenote.com/wp-content/uploads/2019/01/simplenote-blogging_format.gif?w=150&amp;h=102 150w, https://simplenote.com/wp-content/uploads/2019/01/simplenote-blogging_format.gif?w=300&amp;h=205 300w, https://simplenote.com/wp-content/uploads/2019/01/simplenote-blogging_format.gif?w=768&amp;h=525 768w" sizes="(max-width: 1001px) 100vw, 1001px" /></figure> <p>It will do this whether you copy the text from the Edit view showing the Markdown, or from the Preview option displaying the actual formatting. It&#8217;s like magic! </p> <p>This saves some time, since I can type the formatting easily in Markdown while I&#8217;m taking my notes. It even loads the image from the URL provided in the image Markdown!</p> <p>Some tips:</p> <ul class="wp-block-list"><li>Add titles to your notes right away so you know where to look later.</li><li>Use Markdown to bold and italicize text, create headers, and add lists.</li><li><a href="https://simplenote.com/2018/10/17/desktop-app-updates-find-your-focus/">Focus mode</a> on the desktop apps is a great way to write with less distraction (pictured in the gif above).</li><li><a href="https://simplenote.com/help/#publish">Publish the note</a>&nbsp;from the Simplenote app to share it with a friend or editor first.</li></ul> <p>Do you have any tips for Blogging with Simplenote? What do you use Simplenote for?</p> <p><em>Written in Simplenote, edited and posted with the new WordPress Editor</em></p> </div><!-- .entry-content --> <footer class="entry-footer responsive-max-width"> <span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="https://simplenote.com/author/dollissa/">Melissa S</a></span></span><span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="https://simplenote.com/2019/01/16/blogging-with-simplenote/" rel="bookmark"><time class="entry-date published updated" datetime="2019-01-16T08:02:18-08:00">January 16, 2019</time></a></span><span class="cat-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted in</span><a href="https://simplenote.com/category/simplenote-2/" rel="category tag">Simplenote</a>, <a href="https://simplenote.com/category/tips/" rel="category tag">Tips</a></span><span class="comments-link"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><a href="https://simplenote.com/2019/01/16/blogging-with-simplenote/#comments">3 Comments<span class="screen-reader-text"> on Blogging with Simplenote</span></a></span> </footer><!-- .entry-footer --> </article><!-- #post-${ID} --> <article id="post-18609" class="post-18609 post type-post status-publish format-standard hentry category-linux category-macos category-releases category-simplenote-2 category-windows entry"> <header class="entry-header responsive-max-width"> <h2 class="entry-title"><a href="https://simplenote.com/2018/11/29/bring-all-your-notes-home-with-the-new-importer/" rel="bookmark">Bring All Your Notes Home with the New&nbsp;Importer</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>We&#8217;re pleased to announce that we&#8217;ve added note importing to our desktop app for Windows, Linux, and macOS: now it&#8217;s super-easy to import notes from other services, including Evernote, so all your ideas and links and snippets are in one place.</p> <figure class="wp-block-image"><img data-attachment-id="18610" data-permalink="https://simplenote.com/import/" data-orig-file="https://simplenote.com/wp-content/uploads/2018/11/import.gif" data-orig-size="640,393" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="import" data-image-description="" data-image-caption="" data-medium-file="https://simplenote.com/wp-content/uploads/2018/11/import.gif?w=300" data-large-file="https://simplenote.com/wp-content/uploads/2018/11/import.gif?w=640" loading="lazy" width="640" height="393" src="https://simplenote.com/wp-content/uploads/2018/11/import.gif" alt="" class="wp-image-18610" srcset="https://simplenote.com/wp-content/uploads/2018/11/import.gif 640w, https://simplenote.com/wp-content/uploads/2018/11/import.gif?w=150&amp;h=92 150w, https://simplenote.com/wp-content/uploads/2018/11/import.gif?w=300&amp;h=184 300w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption>Importing notes into the Linux App.</figcaption></figure> <p>(A quick note, Mac users! To use the importer, make sure you&#8217;re using the Electron version of the app,&nbsp;<a href="https://github.com/Automattic/simplenote-electron/releases/latest">available here</a>. The standard version of the app available in the Mac App Store doesn&#8217;t support importing yet.)</p> <p>To get started, select <strong>File → Import Notes</strong>&nbsp;from the app menu, then pick the type of notes you&#8217;ll be importing. The options are:</p> <ul class="wp-block-list"><li>Evernote (.enex) exports</li><li>Simplenote (.json) exports</li><li>Plain text files (.txt)</li></ul> <p>(Not sure how to get your stuff out of Evernote? <a href="https://help.evernote.com/hc/en-us/articles/209005557-How-to-back-up-export-and-restore-import-notes-and-notebooks">Here are the instructions on exporting</a>.)</p> <p>You can browse to the notes you want to import or drag and drop a file into the import window, and the app takes care of the rest. If you&#8217;re importing notes with Markdown and you&#8217;d like to keep them that way, check the <strong>Enable Markdown on all notes</strong> box and they&#8217;ll be automatically configured as a Markdown note in Simplenote.</p> <p>This release also adds a lot of great enhancements and bug fixes. For more details, check out the <a href="https://github.com/Automattic/simplenote-electron/releases/tag/v1.3.0">release notes on GitHub</a>.</p> <p>We hope you enjoy this update, and happy noting (and importing!).<br><br>&nbsp;&#8211; The Simplenote Team</p> </div><!-- .entry-content --> <footer class="entry-footer responsive-max-width"> <span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="https://simplenote.com/author/danroundhill/">Dan</a></span></span><span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="https://simplenote.com/2018/11/29/bring-all-your-notes-home-with-the-new-importer/" rel="bookmark"><time class="entry-date published updated" datetime="2018-11-29T15:58:29-08:00">November 29, 2018</time></a></span><span class="cat-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted in</span><a href="https://simplenote.com/category/linux/" rel="category tag">Linux</a>, <a href="https://simplenote.com/category/macos/" rel="category tag">macOS</a>, <a href="https://simplenote.com/category/releases/" rel="category tag">Releases</a>, <a href="https://simplenote.com/category/simplenote-2/" rel="category tag">Simplenote</a>, <a href="https://simplenote.com/category/windows/" rel="category tag">Windows</a></span> </footer><!-- .entry-footer --> </article><!-- #post-${ID} --> <article id="post-17961" class="post-17961 post type-post status-publish format-standard hentry category-android-2 category-macos category-releases category-simplenote-2 category-windows entry"> <header class="entry-header responsive-max-width"> <h2 class="entry-title"><a href="https://simplenote.com/2018/10/17/desktop-app-updates-find-your-focus/" rel="bookmark">Desktop App Updates: Find Your&nbsp;Focus</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>The latest update to the Simplenote Desktop Apps for Windows, Linux and macOS is a big one! Here’s what’s new:</p> <h2 class="wp-block-heading">Focus Mode</h2> <p>We’ve heard some amazing stories about writers that use Simplenote to create their content, drafting blog posts and even publishing a book created with the app. To make it even easier to have a distraction-free writing experience in Simplenote, we’ve added Focus Mode to all the Desktop apps. Turn it on, and it hides all the sidebars and makes the editor full-width, so you see nothing but the blank screen and the most basic tools.</p> <figure class="wp-block-image"><img data-attachment-id="17963" data-permalink="https://simplenote.com/screen-shot-2018-10-16-at-9-23-22-am1/" data-orig-file="https://simplenote.com/wp-content/uploads/2018/10/screen-shot-2018-10-16-at-9-23-22-am1.png" data-orig-size="1724,1280" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screen-shot-2018-10-16-at-9-23-22-am1" data-image-description="" data-image-caption="&lt;p&gt;The macOS app in Focus Mode.&lt;/p&gt; " data-medium-file="https://simplenote.com/wp-content/uploads/2018/10/screen-shot-2018-10-16-at-9-23-22-am1.png?w=300" data-large-file="https://simplenote.com/wp-content/uploads/2018/10/screen-shot-2018-10-16-at-9-23-22-am1.png?w=750" loading="lazy" width="1724" height="1280" src="https://simplenote.com/wp-content/uploads/2018/10/screen-shot-2018-10-16-at-9-23-22-am1.png" alt="" class="wp-image-17963" srcset="https://simplenote.com/wp-content/uploads/2018/10/screen-shot-2018-10-16-at-9-23-22-am1.png 1724w, https://simplenote.com/wp-content/uploads/2018/10/screen-shot-2018-10-16-at-9-23-22-am1.png?w=150&amp;h=111 150w, https://simplenote.com/wp-content/uploads/2018/10/screen-shot-2018-10-16-at-9-23-22-am1.png?w=300&amp;h=223 300w, https://simplenote.com/wp-content/uploads/2018/10/screen-shot-2018-10-16-at-9-23-22-am1.png?w=768&amp;h=570 768w, https://simplenote.com/wp-content/uploads/2018/10/screen-shot-2018-10-16-at-9-23-22-am1.png?w=1024&amp;h=760 1024w" sizes="(max-width: 1724px) 100vw, 1724px" /><figcaption>The macOS app in Focus Mode.</figcaption></figure> <p>Reading full-width notes can be a little tough depending on your screen size, but never fear: you can shorten the line length of your notes for easier note readability. Head to via the View ▸ Note Editor ▸ Line Length, and adjust the length until it’s comfortable.</p> <h2 class="wp-block-heading">Windows and Linux Updates</h2> <p>In addition to Focus Mode, the Windows and Linux apps got a spit-shine:</p> <ul class="wp-block-list"><li>No mroe typos: they’ve got a spell-checker! (If you don’t care for spellcheck, you can disable it in the “Edit” menu.)</li><li>A new user setting lets you opt out of analytics sharing.</li><li>Exported note files (“File menu ▸ Export Notes”) are dated to reflect the last modified date of the note. (Thanks to @ianmorti for the improvement!)<br /></li><li>Modification dates are now updated when you add or remove tags. (A tip of our collective hats to <a href="https://github.com/hanhmchau">@hanhmchau</a> for this one.)<br /></li><li>“Font Size” is now called “Zoom,”  matching standard app conventions. And it’s easier to find &#8212; and therefore, to adjust &#8212; in the “View” menu. (Props, <a href="https://github.com/gie3d">@gie3d</a>!)<br /></li></ul> <h2 class="wp-block-heading">Download</h2> <p>Visit <a href="https://simplenote.com/">our homepage</a> to start using Simplenote on iOS, Android, Mac, Windows, Linux, or the web.</p> <h2 class="wp-block-heading">What&#8217;s Next?</h2> <p>Love Simplenote? Wish you didn’t have a bunch of older notes scattered across the other apps you tried before you discovered it? We’re focused on an importer to make it easy to bring notes from other apps to Simplenote &#8212; look for it in a future update!</p> <p>A special thanks to all our open source contributors who help make Simplenote better. If you’d like to help, <a href="https://simplenote.com/developers">check out our developer page</a> for links to all of our GitHub projects.</p> <p><em>Happy Noting!<br /></em>&#8211; The Simplenote Team</p> </div><!-- .entry-content --> <footer class="entry-footer responsive-max-width"> <span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="https://simplenote.com/author/danroundhill/">Dan</a></span></span><span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="https://simplenote.com/2018/10/17/desktop-app-updates-find-your-focus/" rel="bookmark"><time class="entry-date published" datetime="2018-10-17T10:15:19-07:00">October 17, 2018</time><time class="updated" datetime="2018-10-17T14:07:55-07:00">October 17, 2018</time></a></span><span class="cat-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted in</span><a href="https://simplenote.com/category/android-2/" rel="category tag">Android</a>, <a href="https://simplenote.com/category/macos/" rel="category tag">macOS</a>, <a href="https://simplenote.com/category/releases/" rel="category tag">Releases</a>, <a href="https://simplenote.com/category/simplenote-2/" rel="category tag">Simplenote</a>, <a href="https://simplenote.com/category/windows/" rel="category tag">Windows</a></span><span class="comments-link"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><a href="https://simplenote.com/2018/10/17/desktop-app-updates-find-your-focus/#comments">2 Comments<span class="screen-reader-text"> on Desktop App Updates: Find Your&nbsp;Focus</span></a></span> </footer><!-- .entry-footer --> </article><!-- #post-${ID} --> <nav class="navigation pagination" aria-label="Posts pagination"> <h2 class="screen-reader-text">Posts pagination</h2> <div class="nav-links"><span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="https://simplenote.com/blog/page/2/">2</a> <a class="page-numbers" href="https://simplenote.com/blog/page/3/">3</a> <span class="page-numbers dots">&hellip;</span> <a class="page-numbers" href="https://simplenote.com/blog/page/10/">10</a> <a class="next page-numbers" href="https://simplenote.com/blog/page/2/"><span class="nav-next-text">Older posts</span> <svg class="svg-icon" width="22" height="22" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></a></div> </nav> </main><!-- .site-main --> </section><!-- .content-area --> </div><!-- #content --> <footer id="colophon" class="site-footer responsive-max-width"> <nav class="footer-navigation" aria-label="Footer Menu"> <div class="menu-footer-container"><ul id="menu-footer" class="footer-menu"><li id="menu-item-25869" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25869"><a href="https://simplenote.com/contact/">Contact Us</a></li> <li id="menu-item-581" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-581"><a href="https://simplenote.com/help/">Help</a></li> <li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-117 current_page_item current_page_parent menu-item-119"><a href="https://simplenote.com/blog/" aria-current="page">Blog</a></li> <li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120"><a href="https://simplenote.com/developers/">Developers</a></li> <li id="menu-item-121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-121"><a href="https://simplenote.com/terms/">Terms &amp; Conditions</a></li> <li id="menu-item-17744" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17744"><a href="https://automattic.com/privacy/">Privacy</a></li> <li id="menu-item-26095" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26095"><a href="https://automattic.com/press/">Press</a></li> <li id="menu-item-25870" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25870"><a href="https://automattic.com/privacy/#us-privacy-laws">Privacy Notice for California Users</a></li> <li id="menu-item-25993" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25993"><a href="https://automattic.com">© Automattic</a></li> </ul></div> </nav><!-- .footer-navigation --> <div class="site-info"> <a class="site-name" href="https://simplenote.com/" rel="home">Simplenote</a><span class="comma">,</span> <a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <!-- --> <div style="display:none"> </div> <div id="actionbar" dir="ltr" style="display: none;" class="actnbr-a8c-simplenote actnbr-has-follow actnbr-has-actions"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://simplenote.com"> <img loading='lazy' alt='' src='https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=50' srcset='https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=50 1x, https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=75 1.5x, https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=100 2x, https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=150 3x, https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Simplenote </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 1,701 other subscribers</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="43752875" /> <input type="hidden" name="source" value="https://simplenote.com/blog/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="5d7eaad761" /> <div class="actnbr-button-wrap"> <button type="submit" value="Sign me up"> Sign me up </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fsimplenote.com%252F2024%252F09%252F09%252Flog-in-with-email-and-advanced-shortcuts-now-available%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://simplenote.com"> <img loading='lazy' alt='' src='https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=50' srcset='https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=50 1x, https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=75 1.5x, https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=100 2x, https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=150 3x, https://simplenote.com/wp-content/uploads/2020/07/cropped-icon_512x512.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Simplenote </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> </li> <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fsimplenote.com%252F2024%252F09%252F09%252Flog-in-with-email-and-advanced-shortcuts-now-available%252F">Log in</a></li> <li class="flb-report"> <a href="https://wordpress.com/abuse/?report_url=https://simplenote.com" target="_blank" rel="noopener noreferrer"> Report this content </a> </li> <li class="actnbr-reader"> <a href="https://wordpress.com/reader/feeds/8154999"> View site in Reader </a> </li> <li class="actnbr-subs"> <a href="https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Collapse this bar</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20250116"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20250204"; script.defer = true; document.body.appendChild( script ); } ); </script> <div id="jp-carousel-loading-overlay"> <div id="jp-carousel-loading-wrapper"> <span id="jp-carousel-library-loading">&nbsp;</span> </div> </div> <div class="jp-carousel-overlay" style="display: none;"> <div class="jp-carousel-container"> <!-- The Carousel Swiper --> <div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery"> <div class="jp-carousel swiper-wrapper"></div> <div class="jp-swiper-button-prev swiper-button-prev"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12"> <path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/> </mask> <g mask="url(#maskPrev)"> <rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <div class="jp-swiper-button-next swiper-button-next"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12"> <path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/> </mask> <g mask="url(#maskNext)"> <rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/> </g> </svg> </div> </div> <!-- The main close buton --> <div class="jp-carousel-close-hint"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14"> <path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/> </mask> <g mask="url(#maskClose)"> <rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <!-- Image info, comments and meta --> <div class="jp-carousel-info"> <div class="jp-carousel-info-footer"> <div class="jp-carousel-pagination-container"> <div class="jp-swiper-pagination swiper-pagination"></div> <div class="jp-carousel-pagination"></div> </div> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-caption"></h2> </div> <div class="jp-carousel-photo-icons-container"> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/> </mask> <g mask="url(#maskInfo)"> <rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </span> </a> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/> </mask> <g mask="url(#maskComments)"> <rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span> </span> </a> </div> </div> <div class="jp-carousel-info-extra"> <div class="jp-carousel-info-content-wrapper"> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-title"></h2> </div> <div class="jp-carousel-comments-wrapper"> <div id="jp-carousel-comments-loading"> <span>Loading Comments...</span> </div> <div class="jp-carousel-comments"></div> <div id="jp-carousel-comment-form-container"> <span id="jp-carousel-comment-form-spinner">&nbsp;</span> <div id="jp-carousel-comment-post-results"></div> <form id="jp-carousel-comment-form"> <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label> <textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..." ></textarea> <div id="jp-carousel-comment-form-submit-and-info-wrapper"> <div id="jp-carousel-comment-form-commenting-as"> <fieldset> <label for="jp-carousel-comment-form-email-field">Email (Required)</label> <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-author-field">Name (Required)</label> <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-url-field">Website</label> <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" /> </fieldset> </div> <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment" /> </div> </form> </div> </div> <div class="jp-carousel-image-meta"> <div class="jp-carousel-title-and-caption"> <div class="jp-carousel-photo-info"> <h3 class="jp-carousel-caption" itemprop="caption description"></h3> </div> <div class="jp-carousel-photo-description"></div> </div> <ul class="jp-carousel-image-exif" style="display: none;"></ul> <a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/> </mask> <g mask="url(#mask0)"> <rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-download-text"></span> </a> <div class="jp-carousel-image-map" style="display: none;"></div> </div> </div> </div> </div> </div> </div> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-2' href='https://s2.wp.com/_static/??-eJydjEEKgCAQAD+UrR6KLtFbTJfQdJXWxe9HUB/oOMMw0KtyhRpSgyyqJjkCMURs1brzZWAhyMVLQgZnryKMCbiHipfahXzC0TEP8H/2NZ94fltezbxMxkx61vEGx+U/hQ==&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-block-gif-inline-css'> .wp-block-jetpack-gif{clear:both;margin:0 0 20px}.wp-block-jetpack-gif figure{margin:0;position:relative;width:100%}.wp-block-jetpack-gif.aligncenter{text-align:center}.wp-block-jetpack-gif.alignleft,.wp-block-jetpack-gif.alignright{min-width:300px}.wp-block-jetpack-gif .wp-block-jetpack-gif-caption{color:#949494;margin-bottom:1em;margin-top:.5em;text-align:center}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper{height:0;margin:0;padding:calc(56.2% + 12px) 0 0;position:relative;width:100%}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper iframe{border:0;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%} </style> <style id='core-block-supports-inline-css'> .wp-block-gallery.wp-block-gallery-1{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-2{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );} </style> <script type="text/javascript" src="https://s1.wp.com/wp-content/js/mobile-useragent-info.js?m=1609849039i&amp;ver=20241018" id="mobile-useragent-info-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="coblocks-loader-js-extra"> /* <![CDATA[ */ var wpcom_coblocks_js = {"coblocks_masonry_js":"https:\/\/s2.wp.com\/wp-content\/plugins\/coblocks\/2.18.1-simple-rev.4\/dist\/js\/coblocks-masonry.min.js","coblocks_lightbox_js":"https:\/\/s2.wp.com\/wp-content\/plugins\/coblocks\/2.18.1-simple-rev.4\/dist\/js\/coblocks-lightbox.min.js","jquery_core_js":"\/wp-includes\/js\/jquery\/jquery.min.js","jquery_migrate_js":"\/wp-includes\/js\/jquery\/jquery-migrate.min.js","masonry_js":"\/wp-includes\/js\/masonry.min.js","imagesloaded_js":"\/wp-includes\/js\/imagesloaded.min.js"}; var coblocksLigthboxData = {"closeLabel":"Close Gallery","leftLabel":"Previous","rightLabel":"Next"}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-carousel-js-extra"> /* <![CDATA[ */ var jetpackSwiperLibraryPath = {"url":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/_inc\/build\/carousel\/swiper-bundle.min.js"}; var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/simplenote.com\/wp-admin\/admin-ajax.php","nonce":"2e9fda6f09","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","image_label":"Open image in full-screen.","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/simplenoteblog.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fsimplenote.com%2F2024%2F09%2F09%2Flog-in-with-email-and-advanced-shortcuts-now-available%2F","blog_id":"43752875","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=43752875&v=wpcom&tz=-8&user_id=0&subd=simplenoteblog","is_public":"1"}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-blocks-assets-base-url-js-before"> /* <![CDATA[ */ var Jetpack_Block_Assets_Base_Url="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/sun/_inc/blocks/"; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s1.wp.com/_static/??-eJydjksOwjAQQy9EMgqlfBaIo1TtdKgmzU+dpL0+SFBALFiwtGU/G5akMIZMIUNyZeAggLFzEUeBrTZHbZSwT47URLPeQc+Swb5DysW2p0l7DtrKBj54vqgVaSmnFsenBikBGg4IXWHXA7ZTLELuFVuNf6mP+wNfYWZafhDWIbUkjP5L3nsXfzaHqjqZfV3V9gaOAG6v'></script> <script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script src="//stats.wp.com/w.js?68" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'43752875','blog_tz':'-8','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'43752875','v':'wpcom','tz':'-8','user_id':'0','subd':'simplenoteblog'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1lSiYrZXhzUkM5fD1uTDNLUGt6QzVbd3FKb3Q4aWxfXXI3YWo4Qz1OQTklbU5iaFcmUVFuNjY9c2xqOUdMWmdBL19wOGp1T3xISjRRdT1tTj0xUG4vS0p4Y3xOZ2JRWVpORElfTlhyN09VVGhPbDJ8ZDFnXWxHc2xGfE5dK1VrazRwMV9aVzNRMmNnL09SazMzMldPcnY9ODRDNE9vP1lJMmlKWXphOVsvd0VER1dzY2NJV1B6MldGNCw1Nm5YcmVSYy9db0Mtfix1fkYxNUxXeiU1WmhCRGJ8QzBkbDE1YzNMS3orRWUmTmFSOG9oLjBEamh1SXFhSXBwOEQ0LkE2M3hLblhvSWRrJU5YZGd1bHolLC9LdzkvQSw0NS8wbnQ0di02KytMYw=='}]); _stq.push([ 'clickTrackerInit', '43752875', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript> <script defer id="bilmur" data-customproperties="{&quot;logged_in&quot;:&quot;0&quot;,&quot;wptheme&quot;:&quot;a8c\/simplenote&quot;,&quot;wptheme_is_block&quot;:&quot;0&quot;}" data-provider="wordpress.com" data-service="simple" data-site-tz="America/Los_Angeles" src="/wp-content/js/bilmur-3-4-combined.min.js?i=12&m=202511"></script><script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; } if ( wpcom_mobile_user_agent_info.isIPad() ) { mobileStatsQueryString += '&x_' + 'ipad_views' + '=' + 'views'; } if ( mobileStatsQueryString != '' ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10