
Digital Planning FAQs
{“@context”: “http://schema.org/”,”@type”: “FAQPage”, “mainEntity”: [{“@type”:”Question”,”name”:”What is digital planning?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Digital planning mimics the experience of using a paper planner but on an iPad or other tablet-like device. When you purchase a digital planner, you will download a PDF file that you can use in a PDF markup app.”},”identifier”:607791},{“@type”:”Question”,”name”:”Is there a way to try it before buying?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Yes, our Freebie Vault offers lots of digital planning resources like planners, notebooks, stickers, and covers for free.”},”identifier”:7009011},{“@type”:”Question”,”name”:”What tools do I need to get started?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”To use digital planning products, you will need:\n- A tablet device\n- A stylus\n- A PDF annotation app (GoodNotes5 is my favorite. Other options are Notability, Noteshelf, Xodo, etc.)”},”identifier”:3196449},{“@type”:”Question”,”name”:”Do your planners sync with Google cal or iCal?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”No. Digital planning mimics the experience of using a paper planner so you have to manually input your entries.”},”identifier”:1202528},{“@type”:”Question”,”name”:”Does my planner send me alerts or reminders of events?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”No. Digital planning mimics the experience of using a paper planner so no alerts or pop-up reminders are available.”},”identifier”:6177975},{“@type”:”Question”,”name”:”Do I have to repurchase a new planner/journal/notebook every year?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Undated digital notebooks/planners/journals only need to be purchased once and can be used over and over again. The best way to do this is to make a copy of it before you use it so you have a clean, unused copy when you want to start fresh again.”},”identifier”:382734},{“@type”:”Question”,”name”:”Can I change or edit the color/design of your products?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”No. At this time, I do not accept requests for customization/personalization.”},”identifier”:8520691},{“@type”:”Question”,”name”:”Is there a limit to how many pages I can add in my planner?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”No. You can add, duplicate, and copy as many pages as you would like. However, your device’s amount of memory may affect the number of pages you add.”},”identifier”:5255697},{“@type”:”Question”,”name”:”Can I add or rename tabs?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”No. “},”identifier”:6173306},{“@type”:”Question”,”name”:”Can I type in my digital planner/notebook/journal?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Yes, if the app or program that you are using allows you to type then you can.”},”identifier”:1000328},{“@type”:”Question”,”name”:”How do I get my planner/notebook on my device?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”1. Click the download link that was emailed after your purchase.\n2. Download and save the files linked in the PDF.\n3. Open your PDF markup app and import the file. GoodNotes files will only work in GoodNotes app. “},”identifier”:9143310},{“@type”:”Question”,”name”:”Where can I find tips for getting started?”,”genre”:”Digital Planning Basics”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Guide to getting started with digital planning\nVideo tutorial library\nFreebie vault with free resources”},”identifier”:8338232},{“@type”:”Question”,”name”:”What program/app do you use?”,”genre”:”Compatibility”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Personally, I use GoodNotes5 on an iPad but you can use any app that allows you to annotate/markup PDFs.\n\nOther popular options:\niPad users – Notability, Zoom Notes\nAndroid users – Noteshelf, Xodo”},”identifier”:4554628},{“@type”:”Question”,”name”:”Will your products work on my device?”,”genre”:”Compatibility”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Personally, I have only used digital products on an iPad. However, they are PDF documents so they can be opened on any device that is compatible with opening PDFs. They can be used on other devices like iPhones, and laptops and you can use your finger or mouse to write, but the optimal experience is with a tablet and stylus.\nTo make sure our planners are compatible with your device, download a free notebook here before purchasing.”},”identifier”:8397960},{“@type”:”Question”,”name”:”Why can’t I click my tabs?”,”genre”:”Troubleshooting”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”If you are having trouble clicking on your tabs you may be in the wrong mode within your app. There are two modes, Reading and Editing.\n\nIn READING mode, hyperlinks are active and you can click on links/tabs.\nIn EDITING mode, you can write, type, add images, add stickers, etc. Hyperlinks will not work in this mode.\n\nIn the GoodNotes5 app, the icon to toggle between these modes is located in the top right corner. It looks like a pencil with a circle or slash through it.”},”identifier”:5294592},{“@type”:”Question”,”name”:”My tabs are linked correctly. What can I do?”,”genre”:”Troubleshooting”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Unfortunately, once the planners/notebooks are edited and pages have been added/deleted, this could have affected the functionality of the product and I can no longer give advice on functionality. Be sure to follow my tutorial on how to copy/paste pages properly so hyperlinks are not affected.\nMy suggestion would be to start fresh with a clean version of the planner/notebook by re-downloading the files from your original purchase.”},”identifier”:2590653},{“@type”:”Question”,”name”:”My planner is loading slowly, what should I do?”,”genre”:”Troubleshooting”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”If you are experiencing a lag in flipping through the pages of your planner/notebook, it could be that your app needs to be restarted or the memory on your device is almost at capacity.”},”identifier”:409729}]}
function ss360SearchFaq(e, searchType) { var sfcn = ‘ss360-search-found’; var sffrd = ‘ss360-search-filtered’; var query = ”; var idSearch = false; if (e !== undefined && e.target !== undefined) { query = e.target.value; } else { query = e; idSearch = true; } if (searchType !== undefined && searchType === ‘query’) { idSearch = false; } if (!idSearch) { query = query.toLowerCase().trim(); var urlSearch = window.location.search; if (urlSearch.indexOf(‘faq-query’) > -1) { urlSearch = urlSearch.replace(/faq-query=(.*)/,’faq-query=’ + query) } else { if (urlSearch.indexOf(‘?’) > -1) { urlSearch += ‘&’; } else { urlSearch += ‘?’; } urlSearch += ‘faq-query=’ + query; } window.history.pushState(”, ”, urlSearch); } var faqSearch = query.split(‘ ‘); document.querySelectorAll(‘.ss360-qa’).forEach(function (item) { var t = item.textContent.toLowerCase(); var match = query.length > 0; if (idSearch) { match = item.id === ‘ss360-qa-‘ + query; } else { for (var i = 0; i < faqSearch.length; i++) { if (t.indexOf(faqSearch[i]) 0) { item.classList.add(sffrd) } else { item.classList.remove(sffrd); } } }); } function ss360BuildFaq() { var faqContainer = document.getElementById(‘ss360-smartFaq’); faqContainer.innerHTML = ”; function qaClickListener(e) { if (this.className.indexOf(‘ss360-qa-active’) > -1 || this.className.indexOf(‘ss360-search-found’) > -1) { this.className = this.className.replace(‘ ss360-qa-active’, ”); this.className = this.className.replace(‘ ss360-search-found’, ”); } else if (this.className.indexOf(‘ss360-qa’) > -1) { this.className += ‘ ss360-qa-active’ } } var ldjson = document.getElementById(‘ss360FaqData’).innerHTML; var faqJson = JSON.parse(ldjson); var qaArray = faqJson[‘mainEntity’]; var categories = []; for (var i = 0; i < qaArray.length; i++) { var qaArrayElement = qaArray[i]; var category = qaArrayElement['genre']; var question = qaArrayElement['name']; var answer = qaArrayElement['acceptedAnswer']['text']; var qaElement = document.createElement('div'); qaElement.className = 'ss360-qa'; if (category !== undefined && category !== null) { qaElement.className += ' qa-category-' + category.replace(/[^a-z0-9]/gi, '-'); if (categories.indexOf(category) 0) { categories.push(category); } } qaElement.onclick = qaClickListener; qaElement.id = ‘ss360-qa-‘ + qaArrayElement[‘identifier’]; var qaQuestionElement = document.createElement(‘h3’); qaQuestionElement.className = ‘ss360-question’; qaQuestionElement.innerHTML = question; qaElement.appendChild(qaQuestionElement); var qaAnswerElement = document.createElement(‘p’); qaAnswerElement.className = ‘ss360-answer’; qaAnswerElement.innerHTML = answer; qaElement.appendChild(qaAnswerElement); faqContainer.appendChild(qaElement); } if (categories.length > 0) { var categoryFilter = document.createElement(‘div’); for (var i = 0; i -1; var qas = document.getElementsByClassName(‘ss360-qa’); for (var j = 0; j -1) { element.style = ‘display:block’; } else { element.style = ‘display:none’; } } } var scat = document.getElementsByClassName(‘ss360-category’); for (var j = 0; j < scat.length; j++) { var element = scat.item(j); element.className = element.className.replace(' qa-category-active', ''); } if (!thisCategoryActive) { this.className += ' qa-category-active'; } } var catElement = document.createElement('div'); catElement.className = 'ss360-category'; catElement.innerHTML = cat; catElement.onclick = qaCategoryClickListener; categoryFilter.appendChild(catElement); } faqContainer.insertBefore(categoryFilter, faqContainer.firstChild); } } document.addEventListener("DOMContentLoaded", function () { ss360BuildFaq(); var queryDict = {}; location.search.substr(1).split("&").forEach(function (item) { queryDict[item.split("=")[0]] = item.split("=")[1] }); var faqSearchInput = document.getElementById('ss360-smartFaq-search'); var qaid = queryDict['faq-id']; var faqQuery = queryDict['faq-query']; if (qaid !== undefined) { ss360SearchFaq(qaid, 'identifier'); } else if (faqQuery !== undefined) { faqQuery = decodeURIComponent(faqQuery).replace('+', ' '); faqSearchInput.value = faqQuery; ss360SearchFaq(faqQuery, 'query'); } faqSearchInput.onkeyup = ss360SearchFaq; });
.ss360-question { padding: 10px; cursor: pointer; margin: 0; } .ss360-question:before { font-family: Consolas, Monaco, ‘Andale Mono’, ‘Ubuntu Mono’, monospace; content: ‘+ ‘; position: relative; bottom: 2px; color: #333; } .ss360-qa.ss360-qa-active .ss360-question:before { content: ‘- ‘; } .ss360-answer { margin-top: 0; padding: 20px 31px; white-space: pre-line; display: none; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; line-height: 1.4em; background-color: #f4f4f4; } .ss360-qa.ss360-qa-active .ss360-answer, .ss360-qa.ss360-search-found .ss360-answer { display: block; } .ss360-search-found .ss360-question, .ss360-search-found .ss360-answer { background-color: #d9fdd4; } .ss360-search-filtered { display: none; } .ss360-category { display: inline-block; padding: 10px; cursor: pointer; margin: 10px; margin-left: 0; border-radius: 12px; background-color: #f1f1f1; } .qa-category-active { background-color: #3d8fff; color: white; } #ss360-smartFaq-search { padding: 10px } h3.ss360-question { font-weight: normal; }








