From 2baf05411a0a3ef9b803e91f1a0902f4954062c9 Mon Sep 17 00:00:00 2001 From: wieerwill Date: Sun, 7 Jan 2024 19:14:16 +0100 Subject: [PATCH] Auto saved by Logseq --- README.md | 26 ++++++++++++++++ pages/Overview.md | 8 +++-- pages/Overview___Companies.md | 2 +- pages/Overview___Health.md | 3 ++ pages/Overview___Movies.md | 2 +- ...ew___Contacts.md => Overview___Persons.md} | 4 +-- pages/Overview___Projects.md | 8 ++--- pages/Overview___Recipes.md | 2 ++ pages/Overview___Restaurants.md | 2 ++ pages/template___1on1_meeting.md | 25 ++++++++++++++++ pages/template___conference_talk.md | 6 ++-- pages/template___event.md | 13 ++++---- pages/template___goal.md | 2 +- pages/template___health_tracker.md | 14 +++++++++ pages/template___recipe.md | 30 +++++++++++++++++++ pages/template___restaurant.md | 23 ++++++++++++++ pages/templates.md | 3 ++ 17 files changed, 152 insertions(+), 21 deletions(-) create mode 100644 pages/Overview___Health.md rename pages/{Overview___Contacts.md => Overview___Persons.md} (66%) create mode 100644 pages/Overview___Recipes.md create mode 100644 pages/Overview___Restaurants.md create mode 100644 pages/template___1on1_meeting.md create mode 100644 pages/template___health_tracker.md create mode 100644 pages/template___recipe.md create mode 100644 pages/template___restaurant.md diff --git a/README.md b/README.md index 067ebde..5d28463 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,29 @@ 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. +**Current Available Templates** (with Overviews and other enhancements): +- Book +- Company +- Conference Talk +- Daily Journal +- Eisenhower Matrix +- Event +- Goal +- Health Tracker +- Meeting +- Movie +- Person +- Project +- Recipe +- Restaurant +- Retro +- Timebox +- Weeky Journal + +**Upcoming Templates**: +- Habit Tracker +- ... also adding some custom CSS and Styling + ## How to use Templates? Add the files in the pages folder into your logseq pages folder. That's all. @@ -15,3 +38,6 @@ 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. + +## Contribute +You are very welcome to contribute. Either with new template (ideas), improving the current templates, maybe some automation or enhanced queries? I always appreciate working together, so fork this repo and let's get it going. \ No newline at end of file diff --git a/pages/Overview.md b/pages/Overview.md index 8ae0d62..da4b460 100644 --- a/pages/Overview.md +++ b/pages/Overview.md @@ -3,13 +3,15 @@ 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/Health]] - [[Overview/Events]] - [[Overview/Projects]] -- [[Overview/Contacts]] +- [[Overview/Persons]] - [[Overview/Companies]] - [[Overview/Books]] - [[Overview/Movies]] +- [[Overview/Recipes]] +- [[Overview/Restaurants]] - [[Templates]] -- [[Overview/Workflow]] \ No newline at end of file +- [[Overview/Workflow]] diff --git a/pages/Overview___Companies.md b/pages/Overview___Companies.md index 48682a5..064c70c 100644 --- a/pages/Overview___Companies.md +++ b/pages/Overview___Companies.md @@ -1,2 +1,2 @@ # Company Overview -- {{query (page-property type company)}} \ No newline at end of file +- {{query (property type company)}} \ No newline at end of file diff --git a/pages/Overview___Health.md b/pages/Overview___Health.md new file mode 100644 index 0000000..35c05df --- /dev/null +++ b/pages/Overview___Health.md @@ -0,0 +1,3 @@ +# Health +- {{query (property type health) (sort-by created-at asc) }} + query-table:: true \ No newline at end of file diff --git a/pages/Overview___Movies.md b/pages/Overview___Movies.md index 858f4a7..7bbf389 100644 --- a/pages/Overview___Movies.md +++ b/pages/Overview___Movies.md @@ -1,4 +1,4 @@ # Movies -- {{query (property type [[movie]]) (sort-by created-at asc) }} +- {{query (property type movie) (sort-by created-at asc) }} query-table:: true query-properties:: [:page :rating :watched-on :release-year :name] \ No newline at end of file diff --git a/pages/Overview___Contacts.md b/pages/Overview___Persons.md similarity index 66% rename from pages/Overview___Contacts.md rename to pages/Overview___Persons.md index e4387d7..7a27cd0 100644 --- a/pages/Overview___Contacts.md +++ b/pages/Overview___Persons.md @@ -1,5 +1,5 @@ -# All Contacts -- {{query (page-property type person)}} +# Person Overview +- {{query (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___Projects.md b/pages/Overview___Projects.md index 8f15bd3..f69dc65 100644 --- a/pages/Overview___Projects.md +++ b/pages/Overview___Projects.md @@ -3,13 +3,13 @@ - 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"))}} +- {{query (and (property :type project) (page-property :status "Active"))}} - # all your **Planned** projects -- {{query (and (page-property :type project) (page-property :status "Planned"))}} +- {{query (and (property :type project) (page-property :status "Planned"))}} - # all your **Ideas** projects -- {{query (and (page-property :type project) (page-property :status "Idea"))}} +- {{query (and (property :type project) (page-property :status "Idea"))}} - # all your **Completed** projects -- {{query (and (page-property :type project) (page-property :status "Completed"))}} +- {{query (and (property :type project) (page-property :status "Completed"))}} diff --git a/pages/Overview___Recipes.md b/pages/Overview___Recipes.md new file mode 100644 index 0000000..e8535ff --- /dev/null +++ b/pages/Overview___Recipes.md @@ -0,0 +1,2 @@ +# Recipe Overview +- {{query (property type recipe)}} \ No newline at end of file diff --git a/pages/Overview___Restaurants.md b/pages/Overview___Restaurants.md new file mode 100644 index 0000000..2ccb53c --- /dev/null +++ b/pages/Overview___Restaurants.md @@ -0,0 +1,2 @@ +# Restaurants Overview +- {{query (property type restaurant)}} \ No newline at end of file diff --git a/pages/template___1on1_meeting.md b/pages/template___1on1_meeting.md new file mode 100644 index 0000000..0d667ab --- /dev/null +++ b/pages/template___1on1_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___conference_talk.md b/pages/template___conference_talk.md index 72eb503..c9cfff3 100644 --- a/pages/template___conference_talk.md +++ b/pages/template___conference_talk.md @@ -1,6 +1,6 @@ -# Conference Talk -template:: Conference Talk Template -template-including-parent:: false +- # Conference Talk + template:: Conference Talk Template + template-including-parent:: false - ## Meta type:: conference_talk tags:: conference_talk diff --git a/pages/template___event.md b/pages/template___event.md index b64a2c0..19fbd6d 100644 --- a/pages/template___event.md +++ b/pages/template___event.md @@ -1,6 +1,6 @@ -- # Event - template:: event - template-including-parent:: false +# Event +template:: event +template-including-parent:: false - ## Meta type:: event tags:: event @@ -12,8 +12,9 @@ website:: category:: participants:: + pricing:: - ## Description - - + - - ## Planning - TODO find other interested - TODO Buy Tickets @@ -22,6 +23,6 @@ - ## Event Highlights - must have to visit - ## What to pack for the event - - + - - ## Notes - - \ No newline at end of file + - \ No newline at end of file diff --git a/pages/template___goal.md b/pages/template___goal.md index bdec375..af3be18 100644 --- a/pages/template___goal.md +++ b/pages/template___goal.md @@ -4,7 +4,7 @@ template-including-parent:: false - ## Meta type:: goal tags:: goal - icon:: 🥅 + icon:: 🎯 status:: [/[ToBegin]] [/[InProgress]] [/[Finished]] [/[Aborted]] title:: created:: <% today %> diff --git a/pages/template___health_tracker.md b/pages/template___health_tracker.md new file mode 100644 index 0000000..6347fbd --- /dev/null +++ b/pages/template___health_tracker.md @@ -0,0 +1,14 @@ +- # Health tracker + template:: health + template-including-parent:: false + - ## Meta + type:: health + tags:: health + icon:: ⚕️ + weight:: + bmi:: + body-fat:: + body-water:: + body-muscle:: + blood-preasure:: + \ No newline at end of file diff --git a/pages/template___recipe.md b/pages/template___recipe.md new file mode 100644 index 0000000..ee47a13 --- /dev/null +++ b/pages/template___recipe.md @@ -0,0 +1,30 @@ +- # Recipe + template:: event + template-including-parent:: false + - ## Meta + type:: recipe + tags:: recipe + icon:: 👨‍🍳 + name:: + kitchen:: + image:: + category:: [[appetizer]] [[main]] [[adding]] [[dessert]] [[drink]] + rating:: X/10 + source:: + cookTime:: + vegan:: true/false + vegetarian:: true/false + - ## Description + - + - ## Ingredients + - + - ## Recipe Instructions + - + - ## Nutrition Information + - serving Size: + - calories: + - protein Content: + - fat Content: + - carbohydrate Content: + - ## Notes + - \ No newline at end of file diff --git a/pages/template___restaurant.md b/pages/template___restaurant.md new file mode 100644 index 0000000..d845eac --- /dev/null +++ b/pages/template___restaurant.md @@ -0,0 +1,23 @@ +- # Restaurant + template:: event + template-including-parent:: false + - ## Meta + type:: restaurant + tags:: restaurant + icon:: 🍴 + name:: + kitchen:: + location:: + price:: + rating:: X/10 + ambiente:: + website:: + visited:: <% today %> + vegan-food:: true/false + vegetarian-food:: true/false + - ## Description + - + - ## Best Food + - + - # Notes + - \ No newline at end of file diff --git a/pages/templates.md b/pages/templates.md index a8db683..5a439f0 100644 --- a/pages/templates.md +++ b/pages/templates.md @@ -10,10 +10,13 @@ - [[template/eisenhower_matrix]] - [[template/event]] - [[template/goal]] +- [[template/health_tracker]] - [[template/meeting]] - [[template/movie]] - [[template/person]] - [[template/project]] +- [[template/recipe]] +- [[template/restaurant]] - [[template/retro]] - [[template/timebox]] - [[template/weekly_journal]]