From 50b2105f170658fd9f9316652239168d9ffa26c8 Mon Sep 17 00:00:00 2001 From: wieerwill Date: Sat, 6 Jan 2024 20:24:10 +0100 Subject: [PATCH] inital templates --- .gitignore | 5 ++ README.md | 15 +++++ pages/Overview.md | 13 ++++ pages/Overview___Books.md | 19 ++++++ pages/Overview___Companies.md | 2 + pages/Overview___Contacts.md | 5 ++ pages/Overview___Movies.md | 4 ++ pages/Overview___Projects.md | 15 +++++ pages/Overview___Tasklist.md | 11 ++++ pages/Overview___Workflow.md | 22 +++++++ pages/template___1:1_meeting.md | 25 ++++++++ pages/template___book.md | 35 +++++++++++ pages/template___company.md | 19 ++++++ pages/template___conference_talk.md | 20 ++++++ pages/template___daily_journal.md | 32 ++++++++++ pages/template___eisenhower_matrix.md | 27 ++++++++ pages/template___goal.md | 13 ++++ pages/template___meeting.md | 26 ++++++++ pages/template___movie.md | 18 ++++++ pages/template___person.md | 31 ++++++++++ pages/template___project.md | 89 +++++++++++++++++++++++++++ pages/template___retro.md | 11 ++++ pages/template___timebox.md | 52 ++++++++++++++++ pages/template___weekly_journal.md | 49 +++++++++++++++ pages/templates.md | 18 ++++++ 25 files changed, 576 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 pages/Overview.md create mode 100644 pages/Overview___Books.md create mode 100644 pages/Overview___Companies.md create mode 100644 pages/Overview___Contacts.md create mode 100644 pages/Overview___Movies.md create mode 100644 pages/Overview___Projects.md create mode 100644 pages/Overview___Tasklist.md create mode 100644 pages/Overview___Workflow.md create mode 100644 pages/template___1:1_meeting.md create mode 100644 pages/template___book.md create mode 100644 pages/template___company.md create mode 100644 pages/template___conference_talk.md create mode 100644 pages/template___daily_journal.md create mode 100644 pages/template___eisenhower_matrix.md create mode 100644 pages/template___goal.md create mode 100644 pages/template___meeting.md create mode 100644 pages/template___movie.md create mode 100644 pages/template___person.md create mode 100644 pages/template___project.md create mode 100644 pages/template___retro.md create mode 100644 pages/template___timebox.md create mode 100644 pages/template___weekly_journal.md create mode 100644 pages/templates.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7264f42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/.stfolder +/journals +/logseq +/assets +/attachments diff --git a/README.md b/README.md new file mode 100644 index 0000000..d60f61d --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# LogSeq Templates +Using LogSeq and writing everything from scratch every time you want to add something? Lacking overview of topics and themes or searching for long time around your graph? Is your graph splattered and confusing? + +Make your LogSeq clean and organized with some templates. Each template is a Markdown file itself and can be further modified by yourself to your liking. + +## How to use Templates? +1. open any note or create a new page +2. write "/" and "Temp", auto completion should already suggest "Templates". Press it +3. Select which template you would like to use + +Hint: Some prefer to have a single page with multiple templates in it, like multiple persons gathered. Others like to create a own page for each. Both is possible. Both can be utilized. +With the Overview Pages and Tags, you will find everything very quickly. + +## How to use Overview? +The Overview Pages query your pages and create nice overviews for each topic. Use those to navigate and gather your thoughts. diff --git a/pages/Overview.md b/pages/Overview.md new file mode 100644 index 0000000..b7504e0 --- /dev/null +++ b/pages/Overview.md @@ -0,0 +1,13 @@ +# Overview +#+BEGIN_QUOTE +keep the overviews separate from the content in the graph. +It also neatly groups them together and makes them easy to search +#+END_QUOTE + +- [[Overview/Tasklist]] +- [[Overview/Projects]] +- [[Overview/Contacts]] +- [[Overview/Companies]] +- [[Overview/Books]] +- [[Overview/Movies]] +- [[Templates]] \ No newline at end of file diff --git a/pages/Overview___Books.md b/pages/Overview___Books.md new file mode 100644 index 0000000..99feca1 --- /dev/null +++ b/pages/Overview___Books.md @@ -0,0 +1,19 @@ +# Book Overview +- #+BEGIN_QUOTE + Here are sorted lists of all your books + #+END_QUOTE +- ## Currently Reading + - {{query (and [[Books]] [[Reading]])}} + query-table:: true + query-properties:: [:page :author :cover :start :tags] +- ## Want to Read + - {{query (and [[Books]] [[To-Read]])}} + query-table:: true + query-properties:: [:page :author :cover :tags] +- ## Read + - {{query (and [[Books]] [[Read]])}} + query-table:: true + query-properties:: [:page :cover :start :end] +- {{query (page-property :type [[Book]])}} + query-properties:: [:cover :page :author :updated-at] +- diff --git a/pages/Overview___Companies.md b/pages/Overview___Companies.md new file mode 100644 index 0000000..1854113 --- /dev/null +++ b/pages/Overview___Companies.md @@ -0,0 +1,2 @@ +# Company Overview +- {{query (page-property :type [[company]])}} \ No newline at end of file diff --git a/pages/Overview___Contacts.md b/pages/Overview___Contacts.md new file mode 100644 index 0000000..b29d662 --- /dev/null +++ b/pages/Overview___Contacts.md @@ -0,0 +1,5 @@ +# All Contacts +- {{query (page-property :type [[person]])}} + query-properties:: [:page :tags :name :company :miniavatar] + query-sort-by:: page + query-sort-desc:: true \ No newline at end of file diff --git a/pages/Overview___Movies.md b/pages/Overview___Movies.md new file mode 100644 index 0000000..1dd02d2 --- /dev/null +++ b/pages/Overview___Movies.md @@ -0,0 +1,4 @@ +# Movies +- {{query (page-property :type [[Movie]])}} + query-properties:: [:page :rating :watched-on :release-year :director :name] + query-table:: true diff --git a/pages/Overview___Projects.md b/pages/Overview___Projects.md new file mode 100644 index 0000000..3d82e77 --- /dev/null +++ b/pages/Overview___Projects.md @@ -0,0 +1,15 @@ +# Projects +- Projects are *buckets of goal-oriented tasks with fixed deadlines.* +- Organize these by time-bound projects. Once these particular projects are complete no longer relevant to you, change the status to Completed + +- # all your **CURRENT** projects +- {{query (and (page-property :type [[project]]) (page-property :status "Active"))}} + +- # all your **Planned** projects +- {{query (and (page-property :type [[project]]) (page-property :status "Planned"))}} + +- # all your **Ideas** projects +- {{query (and (page-property :type [[project]]) (page-property :status "Idea"))}} + +- # all your **Completed** projects +- {{query (and (page-property :type [[project]]) (page-property :status "Completed"))}} diff --git a/pages/Overview___Tasklist.md b/pages/Overview___Tasklist.md new file mode 100644 index 0000000..7f10dda --- /dev/null +++ b/pages/Overview___Tasklist.md @@ -0,0 +1,11 @@ +# Tasklist +- This tasklist is based on the [[Eisenhower Matrix]] +- ## Priority A Tasks - Do now + - {{query (and (task TODO DOING LATER NOW IN-PROGRESS) (priority A))}} +- ## Priority B Tasks - Schedule + - {{query (and (task TODO DOING LATER NOW IN-PROGRESS) (priority B))}} +- ## Priority C Tasks - Delegate + - {{query (and (task TODO DOING LATER NOW IN-PROGRESS WAIT WAITING) (priority C))}} +- ## Other Tasks + - {{query (and (task TODO NOW LATER DOING IN-PROGRESS) (not (priority A B C)))}} +- \ No newline at end of file diff --git a/pages/Overview___Workflow.md b/pages/Overview___Workflow.md new file mode 100644 index 0000000..732567d --- /dev/null +++ b/pages/Overview___Workflow.md @@ -0,0 +1,22 @@ +# Workflow +- #+BEGIN_QUOTE + The workflow page is a spot to keep track of all your workflows and refine them over time + #+END_QUOTE +- ### Type + - [[Overview]] - Base overview + - [[Overview/Contacts]] - List of People - contact + - [[Overview/Projects]] - List of Projects - project +- ### Special Tags + - #nf - No filter, used to remove blocks from filters +- ### Timestream Tags #nf + - #visit - When I visit a person IRL + - #call - When I had a video call with them + - #meeting - Any meetings I have with people, added to my dayplan + - #idea - Anything I might want to turn into content like videos or tweets +- ### Todo Tags + - *I'm using these with the TODO setup to process later* + - #research - Things I want to research (Read, Watch, Listen, etc.. and make notes) + - #play - Things I want to try / play with (Usually apps I want to try) + - #whiteboard - Things I want to whiteboard + - #process - Something specific that I want to process to it's page +- \ No newline at end of file diff --git a/pages/template___1:1_meeting.md b/pages/template___1:1_meeting.md new file mode 100644 index 0000000..52bf4f7 --- /dev/null +++ b/pages/template___1:1_meeting.md @@ -0,0 +1,25 @@ +- # One on One + template:: One-on-One Template + template-including-parent:: true + - ## Meta + Type:: [/[one_on_one]] + Tags:: one_on_one + icon: πŸ‘₯ + Attendees:: + Project:: + Topic:: + Date:: <% today %> + - ## Check-in (5 mins) + - + - ## Recent Work Recap (10 min) + - + - ## Upcoming Work + - + - ## Action Items + - TODO Item 1 + :logbook: + CLOCK: [2024-01-01 Mon 12:00:00]--[2024-01-01 Mon 13:00:00] => 00:01:00 + :END: + - ## Notes + - ## Questions to Ask + - \ No newline at end of file diff --git a/pages/template___book.md b/pages/template___book.md new file mode 100644 index 0000000..db7d47d --- /dev/null +++ b/pages/template___book.md @@ -0,0 +1,35 @@ +- # Book Notes + template:: book-notes + template-including-parent:: true + - ## Meta + Type:: [/[Book]] + Tags:: book + icon: πŸ“š + Status:: [/[to-read]] [/[Reading]] [/[Read]] + Cover:: ![image](){:height 172, :width 98} + Title:: + alias:: + Author:: + Year:: + Genre:: + Rating:: X/10 + Recommended-By:: + cover:: ![image](URL here){:height 172, :width 98} + - ## Summary + - + - ## Summarise the book in 3 Sentences + - + - ## Highlights + - + - How did the reading go? Was it a slog, was it unputdownable? Worth a re-read? + - + - Will I take anything away from it permanently? + - + - My top 3 quotes + - 1. "..." page XYZ + - 2. + - 3. + - Would I recommend this book wholeheartedly to... + - Partner, family, friends, colleagues, manager, direct reports + - Notes + - \ No newline at end of file diff --git a/pages/template___company.md b/pages/template___company.md new file mode 100644 index 0000000..9f3892d --- /dev/null +++ b/pages/template___company.md @@ -0,0 +1,19 @@ +- # Company + template:: company-notes + template-including-parent:: true + - ## Meta + type:: [[company]] + Tags:: company + icon: πŸ“š + adress:: + Industry:: + Partners:: + Customers:: + Revenue:: + Employees:: + Website:: + Category:: + - ## Summary + - + - ## Notes + - \ No newline at end of file diff --git a/pages/template___conference_talk.md b/pages/template___conference_talk.md new file mode 100644 index 0000000..967371c --- /dev/null +++ b/pages/template___conference_talk.md @@ -0,0 +1,20 @@ +- # Conference Talk + template:: Conference Talk Template + template-including-parent:: true + - ## Meta + Type:: [/[Conference Talk]] + Tags:: conference_talk + icon: πŸ“š + title:: + speaker:: + conference:: + date:: <% today %> + location:: + - ## Abstract + - + - ## Summary + - + - ## Slides + - + - ## Notes + - \ No newline at end of file diff --git a/pages/template___daily_journal.md b/pages/template___daily_journal.md new file mode 100644 index 0000000..4061841 --- /dev/null +++ b/pages/template___daily_journal.md @@ -0,0 +1,32 @@ +- # Daily Journal + template:: Daily Journal Template + template-including-parent:: true + - ## Meta + tags:: [\[Daily]] + Date:: <% today %> + - ## Today's Goals + - ### TODO 1. + - ### TODO 2. + - ### TODO 3. + - ## morning preparation + - [[Gratitude]] + - + - [[Thinking about]] + - + - [[One thing to remember]] + - + - [[Dreams]] + - + - ## Over Day Notes + - + - ## Evening reflections + - [[What happened today?]] + - + - [[What went well? Wins of today]] + - + - [[What could have gone better? Losses today?]] + - + - [[Lessons Learned]] + - + - ## Notes/Activity + - diff --git a/pages/template___eisenhower_matrix.md b/pages/template___eisenhower_matrix.md new file mode 100644 index 0000000..032fda6 --- /dev/null +++ b/pages/template___eisenhower_matrix.md @@ -0,0 +1,27 @@ +- # Eisenhower Matrix + template:: eisenhower-matrix + template-including-parent:: true + - ## Meta + Type:: [/[eisenhower]] + Tags:: eisenhower + icon: πŸ‘₯ + Title:: + Project:: + Date:: <% today %> + - ![Eisenhower Matrix.drawio.png](../assets/Eisenhower_Matrix.png) + - [[TODO]] + - + - + - + - [[DECIDE]] + - + - + - + - [[DELEGATE]] + - + - + - + - [[ELIMINATE]] + - + - + - \ No newline at end of file diff --git a/pages/template___goal.md b/pages/template___goal.md new file mode 100644 index 0000000..2721941 --- /dev/null +++ b/pages/template___goal.md @@ -0,0 +1,13 @@ +- # Goal + template:: goal + template-including-parent:: true + - ## Meta + Type:: [/[goal]] + Tags:: goal + icon: πŸ‘₯ + status:: [/[ToBegin]] [/[InProgress]] [/[Finished]] [/[Aborted]] + title:: + created:: <% today %> + - ## Description + - ## How to measure performance + - ## Notes \ No newline at end of file diff --git a/pages/template___meeting.md b/pages/template___meeting.md new file mode 100644 index 0000000..10ab5c3 --- /dev/null +++ b/pages/template___meeting.md @@ -0,0 +1,26 @@ +- # Meeting Template + template:: Meeting + template-including-parent:: true + - ## Meta + Type:: [/[Meeting]] + Tags:: meeting + icon: πŸ‘₯ + Title:: + Project:: + Topic:: + Areas:: + Attendees:: + Date:: <% today %> + Objective:: + - ## Notes + - + - ## Main topics of discussion + - ABC + - XYZ + - ## Actions + - TODO Item 1 + :logbook: + CLOCK: [2024-01-01 Mon 12:00:00]--[2024-01-01 Mon 13:00:00] => 00:01:00 + :END: + - ## Next Meeting + - \ No newline at end of file diff --git a/pages/template___movie.md b/pages/template___movie.md new file mode 100644 index 0000000..ddeb8b8 --- /dev/null +++ b/pages/template___movie.md @@ -0,0 +1,18 @@ +- # Movie Review + template:: movie-review + template-including-parent:: true + - ## Meta + Type:: [/[movie]] + Tags:: movie + icon: πŸ‘€ + Name:: XXX + Director:: XXX + Release-year:: 2024 + Watched-on:: <%today%> + Status:: [/[to-view]] [/[viewed]] + Rating:: X/10 + Recommended-By:: + - ## Description + - + - Notes: + - \ No newline at end of file diff --git a/pages/template___person.md b/pages/template___person.md new file mode 100644 index 0000000..b301992 --- /dev/null +++ b/pages/template___person.md @@ -0,0 +1,31 @@ +- # Person + template:: person + template-including-parent:: true + - ## Meta + type:: [/[Person]] + tags:: person + icon: πŸ‘€ + name:: + alias:: + related:: + LinkedIn:: + email:: + avatar:: ![avatar.png](URL to image){:height 96, :width 96} + Company:: + Location:: + Email:: + Title:: + Role:: + Relationship:: [/[negative]] [/[new]] [/[met_in_past]] [/[met_recently]] [/[meet_regularly]] + Manager:: + work-anniversary:: + career-goals:: + superpowers:: + hobbies-etc:: + targets:: + preference-for-praise:: + areas-for-growth:: + - ## Summary + - + - ## Notes + - diff --git a/pages/template___project.md b/pages/template___project.md new file mode 100644 index 0000000..aa60fb0 --- /dev/null +++ b/pages/template___project.md @@ -0,0 +1,89 @@ +- # Project + template:: project + template-including-parent:: true + - ## Meta + Type:: [/[Project]] + Tags:: project + icon: πŸ“‚ + title:: + Status:: [/[Idea]] [/[Planned]] [/[Active]] [/[Completed]] + Team:: + Lead:: + Goals:: + Start:: + End:: + areas:: + priority:: + - ## Objective/Goal + - + - ## Scope + - + - ## Project Kickoff Checklist + - + - ## Tasklist + - TODO Setup project page + - ## Tasks + - {{query (and <% current page %> (task LATER))}} + - ## Resources + - ## Notes + - ### Project Meta + - DOING [#B] #project <% current page %> + - query-table:: false +#+BEGIN_QUERY +{:title [:h2 "Related Tasks"] + :query [:find (pull ?b [*]) + :in $ ?query-page + :where + [?p :block/name ?query-page] + [?b :block/marker ?marker] + [?b :block/refs ?p] + [?ref :block/name "project"] + (not [?b :block/refs ?ref]) + [(contains? #{"TODO" "DOING" "NOW" "LATER" "WAITING"} ?marker)]] + :inputs [:query-page] + :result-transform (fn [result] + (sort-by (fn [b] + (get b :block/priority "Z")) result)) + :breadcrumb-show? false + :group-by-page? false + :collapsed? false +} +#+END_QUERY +#+BEGIN_QUERY +{:title [:h2 "Checklist"] + :query [:find (pull ?b [*]) + :in $ ?tag + :where + [?b :block/marker ?marker] + [(contains? #{"TODO"} ?marker)] + (page-ref ?b ?tag) + [?ref :block/name "project"] + (not [?b :block/refs ?ref])] + :inputs [:query-page] + :result-transform (fn [result] + (sort-by (fn [b] + (get b :block/priority "Z")) result)) + :breadcrumb-show? true + :table-view? false +} +#+END_QUERY +#+BEGIN_QUERY +{:title [:h2 "Completed Related Tasks"] + :query [:find (pull ?b [*]) + :in $ ?query-page + :where + [?p :block/name ?query-page] + [?b :block/marker "DONE"] + [?b :block/refs ?p] + [?ref :block/name "project"] + (not [?b :block/refs ?ref]) + ] + :inputs [:query-page] + :result-transform (fn [result] + (sort-by (fn [b] + (get b :block/priority "Z")) result)) + :breadcrumb-show? false + :group-by-page? false + :collapsed? false +} +#+END_QUERY \ No newline at end of file diff --git a/pages/template___retro.md b/pages/template___retro.md new file mode 100644 index 0000000..8b8a2d2 --- /dev/null +++ b/pages/template___retro.md @@ -0,0 +1,11 @@ +- # Retro + template: Retro + template-including-parent:: true + - ## Meta + Type:: [/[retro]] + Tags:: retro + icon: πŸ‘₯ + - |Journal Entry||||| + |--|--|--|--|--| + |[1 Week Ago](<%1 Week Ago%>)|[1 Month Ago](<%4 Weeks Ago%>)|[3 Months Ago](<%12 Weeks Ago%>)||| + - diff --git a/pages/template___timebox.md b/pages/template___timebox.md new file mode 100644 index 0000000..33cc750 --- /dev/null +++ b/pages/template___timebox.md @@ -0,0 +1,52 @@ +- # Time Box + template: time_box + template-including-parent: true + - ## Meta + Type:: [/[timebox]] + Tags:: timebox + icon: πŸ‘₯ + Date:: <% today %> + - # Brain Dump + #+BEGIN_NOTE + Take everything that’s in your brain that you need to get done and jotted down as quickly as you possibly can. Don’t think about it. Just write them down + #+END_NOTE + - 1. Blah Blah + 2. Blah Blah + - # Top Priorities #.kanban + #+BEGIN_NOTE + List out your Tasks Categorized by Task + #+END_NOTE + - ## πŸ”΄ High {{renderer :todomaster}} + - [#A] Low Priority Task + - ## 🟑 Normal {{renderer :todomaster}} + - [#B] Normal Priority Task + - ## 🟒 Low {{renderer :todomaster}} + - [#C] High Priority Task + - # Morning Box #.kanban + - query-table: true + #+BEGIN_NOTE + Build your Morning Plan + #+END_NOTE + - ## 7 AM + - ## 8 AM + - ## 9 AM + - ## 10 AM + - ## 11 AM + - # Afternoon Box #.kanban + #+BEGIN_NOTE + Build your Afternoon Plan + #+END_NOTE + - ## 12 PM + - ## 1 PM + - ## 2 PM + - ## 3 PM + - ## 4 PM + - # Evening Box #.kanban + #+BEGIN_NOTE + Build your Evening Plan + #+END_NOTE + - ## 5 PM + - ## 6 PM + - ## 7 PM + - ## 8 PM + - ## 9 PM diff --git a/pages/template___weekly_journal.md b/pages/template___weekly_journal.md new file mode 100644 index 0000000..37d978e --- /dev/null +++ b/pages/template___weekly_journal.md @@ -0,0 +1,49 @@ +- # Weekly Journal Reflection + template:: Weekly Review + template-including-parent:: true + - ## Meta + Type:: [/[timebox]] + Tags:: timebox + icon: πŸ‘₯ + Date:: <% today %> + - ## A line about this week + - + - ## A line about today + - + - ## What went well this week? + - + - ## Habit/Activity Tracking + - + - ## Summary of This Week's Notes + - ### Patterns + - + - ### Incidents + - + - ### Discoveries + - + - ## How was time spent this week? What could I have spent more or less time doing? What #[[goals]] did I work towards? + - + - ## How will you improve next week? What goals will I focus on next week? + - + - ## Biggest Lesson Learned This Week + - + - ## Reflection + - ### Highs + - + - ### Lows + - + - ### Memories + - + - ## 3 Big Wins for the Week + - - + logseq.order-list-type:: number + - - + logseq.order-list-type:: number + - - + logseq.order-list-type:: number + - ## What am I grateful for this week? + - + - ## What am I proud of this week? + - + - ## What brought me joy this week? Happiest event this week + - \ No newline at end of file diff --git a/pages/templates.md b/pages/templates.md new file mode 100644 index 0000000..722d5f3 --- /dev/null +++ b/pages/templates.md @@ -0,0 +1,18 @@ +# Templates Overview +- #+BEGIN_QUOTE + Here is the list of all templates + #+END_QUOTE +- [[template/1:1_meeting]] +- [[template/book]] +- [[template/company]] +- [[template/conference_talk]] +- [[template/daily_journal]] +- [[template/eisenhower_matrix]] +- [[template/goal]] +- [[template/meeting]] +- [[template/movie]] +- [[template/person]] +- [[template/project]] +- [[template/retro]] +- [[template/timebox]] +- [[template/weekly_journal]]