add icons and
This commit is contained in:
parent
50b2105f17
commit
bed161bc45
@ -4,6 +4,8 @@ Using LogSeq and writing everything from scratch every time you want to add some
|
|||||||
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.
|
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?
|
## How to use Templates?
|
||||||
|
Add the files in the pages folder into your logseq pages folder. That's all.
|
||||||
|
|
||||||
1. open any note or create a new page
|
1. open any note or create a new page
|
||||||
2. write "/" and "Temp", auto completion should already suggest "Templates". Press it
|
2. write "/" and "Temp", auto completion should already suggest "Templates". Press it
|
||||||
3. Select which template you would like to use
|
3. Select which template you would like to use
|
||||||
|
17
pages/Napoleon.md
Normal file
17
pages/Napoleon.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Movie Review
|
||||||
|
- ## Meta
|
||||||
|
type:: [[Movie]]
|
||||||
|
tags:: movie
|
||||||
|
icon:: 🎬
|
||||||
|
Name:: Napoleon
|
||||||
|
Director::
|
||||||
|
Release-year:: 2023
|
||||||
|
Genre:: History
|
||||||
|
Watched-on:: [[Sat, 06.01.2024]]
|
||||||
|
Status:: [/[viewed]]
|
||||||
|
Rating:: 7/10
|
||||||
|
Recommended-By:: [[Nico]]
|
||||||
|
- ## Description
|
||||||
|
-
|
||||||
|
- Notes:
|
||||||
|
-
|
@ -1,4 +1,4 @@
|
|||||||
# Movies
|
# Movies
|
||||||
- {{query (page-property :type [[Movie]])}}
|
- {{query (property type [[Movie]])}}
|
||||||
query-properties:: [:page :rating :watched-on :release-year :director :name]
|
|
||||||
query-table:: true
|
query-table:: true
|
||||||
|
query-properties:: [:page :rating :watched-on :release-year :name]
|
@ -2,9 +2,9 @@
|
|||||||
template:: One-on-One Template
|
template:: One-on-One Template
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[one_on_one]]
|
Type:: [[One_on_one]]
|
||||||
Tags:: one_on_one
|
Tags:: one_on_one
|
||||||
icon: 👥
|
icon: 🤝
|
||||||
Attendees::
|
Attendees::
|
||||||
Project::
|
Project::
|
||||||
Topic::
|
Topic::
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
template:: book-notes
|
template:: book-notes
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[Book]]
|
Type:: [/[book]]
|
||||||
Tags:: book
|
Tags:: book
|
||||||
icon: 📚
|
icon: 📚
|
||||||
Status:: [/[to-read]] [/[Reading]] [/[Read]]
|
Status:: [/[to-read]] [/[Reading]] [/[Read]]
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
template:: company-notes
|
template:: company-notes
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
type:: [[company]]
|
type:: [/[company]]
|
||||||
Tags:: company
|
Tags:: company
|
||||||
icon: 📚
|
icon: 🛠️
|
||||||
adress::
|
adress::
|
||||||
Industry::
|
Industry::
|
||||||
Partners::
|
Partners::
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
template:: Conference Talk Template
|
template:: Conference Talk Template
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[Conference Talk]]
|
Type:: [/[conference talk]]
|
||||||
Tags:: conference_talk
|
Tags:: conference_talk
|
||||||
icon: 📚
|
icon: 🦜
|
||||||
title::
|
title::
|
||||||
speaker::
|
speaker::
|
||||||
conference::
|
conference::
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
template:: Daily Journal Template
|
template:: Daily Journal Template
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
tags:: [\[Daily]]
|
tags:: [\[daily]]
|
||||||
Date:: <% today %>
|
Date:: <% today %>
|
||||||
- ## Today's Goals
|
- ## Today's Goals
|
||||||
- ### TODO 1.
|
- ### TODO 1.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[eisenhower]]
|
Type:: [/[eisenhower]]
|
||||||
Tags:: eisenhower
|
Tags:: eisenhower
|
||||||
icon: 👥
|
icon: 📋
|
||||||
Title::
|
Title::
|
||||||
Project::
|
Project::
|
||||||
Date:: <% today %>
|
Date:: <% today %>
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
template:: goal
|
template:: goal
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[goal]]
|
Type:: [[Goal]]
|
||||||
Tags:: goal
|
Tags:: goal
|
||||||
icon: 👥
|
icon: 🥅
|
||||||
status:: [/[ToBegin]] [/[InProgress]] [/[Finished]] [/[Aborted]]
|
status:: [/[ToBegin]] [/[InProgress]] [/[Finished]] [/[Aborted]]
|
||||||
title::
|
title::
|
||||||
created:: <% today %>
|
created:: <% today %>
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[movie]]
|
Type:: [/[movie]]
|
||||||
Tags:: movie
|
Tags:: movie
|
||||||
icon: 👤
|
icon: 🎬
|
||||||
Name:: XXX
|
Name::
|
||||||
Director:: XXX
|
Director::
|
||||||
Release-year:: 2024
|
Release-year::
|
||||||
|
Genre::
|
||||||
Watched-on:: <%today%>
|
Watched-on:: <%today%>
|
||||||
Status:: [/[to-view]] [/[viewed]]
|
Status:: [/[to-view]] [/[viewed]]
|
||||||
Rating:: X/10
|
Rating:: X/10
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
template:: person
|
template:: person
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
type:: [/[Person]]
|
type:: [/[person]]
|
||||||
tags:: person
|
tags:: person
|
||||||
icon: 👤
|
icon: 👤
|
||||||
name::
|
name::
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
template:: project
|
template:: project
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[Project]]
|
Type:: [/[project]]
|
||||||
Tags:: project
|
Tags:: project
|
||||||
icon: 📂
|
icon: 📂
|
||||||
title::
|
title::
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[retro]]
|
Type:: [/[retro]]
|
||||||
Tags:: retro
|
Tags:: retro
|
||||||
icon: 👥
|
icon: 📅
|
||||||
- |Journal Entry|||||
|
- |Journal Entry|||||
|
||||||
|--|--|--|--|--|
|
|--|--|--|--|--|
|
||||||
|[1 Week Ago](<%1 Week Ago%>)|[1 Month Ago](<%4 Weeks Ago%>)|[3 Months Ago](<%12 Weeks Ago%>)|||
|
|[1 Week Ago](<%1 Week Ago%>)|[1 Month Ago](<%4 Weeks Ago%>)|[3 Months Ago](<%12 Weeks Ago%>)|||
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[timebox]]
|
Type:: [/[timebox]]
|
||||||
Tags:: timebox
|
Tags:: timebox
|
||||||
icon: 👥
|
icon: 📅
|
||||||
Date:: <% today %>
|
Date:: <% today %>
|
||||||
- # Brain Dump
|
- # Brain Dump
|
||||||
#+BEGIN_NOTE
|
#+BEGIN_NOTE
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
template:: Weekly Review
|
template:: Weekly Review
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[timebox]]
|
Type:: [/[weekly]]
|
||||||
Tags:: timebox
|
Tags:: weekly
|
||||||
icon: 👥
|
icon: 📅
|
||||||
Date:: <% today %>
|
Date:: <% today %>
|
||||||
- ## A line about this week
|
- ## A line about this week
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user