Share the post “Checklists – My Ebook Checklist”
FacebookTwitterShare… window.addEventListener(“DOMContentLoaded”, function(){ if ( navigator.share ) { let shareurl = document.location.href; let btns = document.querySelectorAll(“.juiz_sps_link_shareapi button:not([data-bound])”); const canon = document.querySelector(“link[rel=canonical]”); if (canon !== null) { shareurl = canon.href; } btns.forEach(function(el) { el.closest(“.juiz_sps_link_shareapi”).removeAttribute( “style” ); el.setAttribute( “data-bound”, “true” ); el.addEventListener(“click”, async () => { try { await navigator.share({ title: “Checklists – My Ebook Checklist”, text: “Checklists – My Ebook Checklist – “, url: shareurl, }); console.info(“Nobs: Successful share”); } catch(err) { console.warn(“Nobs: Error sharing”, error); } }); }); } });
I found it was easier to organize and visualize what I needed to do to publish an ebook if I made a checklist. It’s a good way of checking on my progress, and of ensuring that I don’t forget something.
One good thing about this checklist is that some of the steps don’t need to be done in order. I can work on them simultaneously with other steps, or I can jump around and tackle whichever one I’m in the mood for that day.
If you adopt this checklist for yourself, I encourage you to adapt it. Tweak it so […]