You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content: `<h1>${newDate().toLocaleDateString('en-US',{weekday: 'long',year: 'numeric',month: 'long',day: 'numeric'})}</h1><h2>Today's Focus</h2><p><em>What are the 3 most important things to accomplish today?</em></p><ol><li><p></p></li><li><p></p></li><li><p></p></li></ol><h2>Tasks</h2><ul data-type="taskList"><li data-type="taskItem" data-checked="false"><label><input type="checkbox"><span></span></label><div><p></p></div></li><li data-type="taskItem" data-checked="false"><label><input type="checkbox"><span></span></label><div><p></p></div></li><li data-type="taskItem" data-checked="false"><label><input type="checkbox"><span></span></label><div><p></p></div></li></ul><h2>Notes & Thoughts</h2><p></p><h2>Wins & Progress</h2><ul><li><p></p></li><li><p></p></li></ul><h2>Tomorrow's Priorities</h2><ul data-type="taskList"><li data-type="taskItem" data-checked="false"><label><input type="checkbox"><span></span></label><div><p></p></div></li><li data-type="taskItem" data-checked="false"><label><input type="checkbox"><span></span></label><div><p></p></div></li></ul>`,
37
+
},
38
+
{
39
+
id: 'research-notes',
40
+
name: 'Research Notes',
41
+
description: 'Structured research documentation',
42
+
title: 'Research: [Topic]',
43
+
content: `<h1>Research: [Topic]</h1><h2>Research Question</h2><p><em>What am I trying to find out?</em></p><p></p><h2>Sources</h2><ul><li><p></p></li><li><p></p></li><li><p></p></li></ul><h2>Key Findings</h2><h3>Finding 1</h3><p></p><h3>Finding 2</h3><p></p><h3>Finding 3</h3><p></p><h2>Summary & Conclusions</h2><p></p><h2>Next Steps</h2><ul data-type="taskList"><li data-type="taskItem" data-checked="false"><label><input type="checkbox"><span></span></label><div><p></p></div></li><li data-type="taskItem" data-checked="false"><label><input type="checkbox"><span></span></label><div><p></p></div></li></ul><hr><p><em>Research conducted on: ${newDate().toLocaleDateString()}</em></p>`,
0 commit comments