inital templates

This commit is contained in:
WieErWill 2024-01-06 20:24:10 +01:00
parent 4d2dff1fcc
commit 50b2105f17
25 changed files with 576 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/.stfolder
/journals
/logseq
/assets
/attachments

15
README.md Normal file
View File

@ -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.

13
pages/Overview.md Normal file
View File

@ -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]]

19
pages/Overview___Books.md Normal file
View File

@ -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]
-

View File

@ -0,0 +1,2 @@
# Company Overview
- {{query (page-property :type [[company]])}}

View File

@ -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

View File

@ -0,0 +1,4 @@
# Movies
- {{query (page-property :type [[Movie]])}}
query-properties:: [:page :rating :watched-on :release-year :director :name]
query-table:: true

View File

@ -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"))}}

View File

@ -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)))}}
-

View File

@ -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
-

View File

@ -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
-

35
pages/template___book.md Normal file
View File

@ -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
-

View File

@ -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
-

View File

@ -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
-

View File

@ -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
-

View File

@ -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]]
-
-
-

13
pages/template___goal.md Normal file
View File

@ -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

View File

@ -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
-

18
pages/template___movie.md Normal file
View File

@ -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:
-

View File

@ -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
-

View File

@ -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

11
pages/template___retro.md Normal file
View File

@ -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%>)|||
-

View File

@ -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 thats in your brain that you need to get done and jotted down as quickly as you possibly can. Dont 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

View File

@ -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
-

18
pages/templates.md Normal file
View File

@ -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]]