Project page
template-including-parent: false
template: project page
icon: 📂
tags: project page
### Project Meta
#project <% current page %>
#+BEGIN_QUERY
query-table: false
{:title [:h4 "Tasks related to <% current page %>"]
:query [:find (pull ?b [*])
:in $ ?current-page
:where
[?p :block/name ?current-page]
[?b :block/marker ?marker]
[?p :block/alias ?al]
(or [?b :block/refs ?p] [?b :block/refs ?al])
(or
[(= "" ?marker)]
[(= "" ?marker)]
[(= "WAITING" ?marker)]
[(= "" ?marker)]
)
(not [?b :block/page ?p])
]
:inputs [:current-page]
:result-transform (fn [result]
(sort-by (fn [b]
(get b :block/priority "Z")) result))
:breadcrumb-show? false
:table-view? false
}
#+END_QUERY
#+BEGIN_QUERY
query-table: false
{:title [:h4 "Checklist"]
:query (and (todo todo) (page <% current page %>))
:result-transform (fn [result]
(sort-by (fn [b]
(get b :block/priority "Z")) result))
:breadcrumb-show? false
:table-view? false
}
#+END_QUERY
### Notes
This is the template I use for my project pages, as described in my project management workflow: https://luhmann-logseq.notion.site/A-new-approach-to-project-management-in-Logseq-8b36dd5eb25d4b9e9882742b5ee4368e
Shared by Luhmann
Daily Template
template-including-parent: false
template: Daily
## Morning Pages
A line about today
3 Things I'm Grateful For
2 [[affirmations]]
-----
## Daily Log
A brief set of prompts to define your day and set some gratitude and positivity.
Shared by prokizzle
# Daily
template: Daily Agenda
---
## WELCOME TO TODAY!! YOU ARE AWESOME
Create solid schedule for today. Look at your "TODOS" down below and make sure you are developing a good plan.
### Critical Tasks for Today
### Notes
### Meetings
07:00
08:00
### Active Projects
[[Project 1]]
[[Project 2]]
### What did I do for ME today?
This agenda gets changed all of the time EXCEPT for the quote. Click on the "refresh symbol" on the lower left of the quote and you will get a different one daily. I use one of the plug-in tools to help with my calendar; however, sometimes it doesn't get everything and I need to write my calendar in the agenda. Under the Meetings, I will use a Meeting Template and link it to one of my Projects. It isn't perfect, but I am giving it another try.
Shared by Gavel
Professional Person
template-including-parent: false
template: person_template
[[@<%setinput:Who%>]]
icon: 👤
Type: Person
Location: <%setinput: Location%>
company: <%setinput: Company%>
alias: <%setinput:ID%>
who: <%getinput:Who%>
Summary: Template to manage people in Professional Capacity Dependency: Need Smart Blocks Plugin Installed Smart Button: {{renderer :smartblock, person_template, Add Person, true, "today"}}
Shared by CuriousCat
people:
template: Meetings 👥
date:
#+BEGIN_QUERY
{:title [:b "Meeting referencing 🔎" ]
:query [:find (pull ?b [*])
:in $ ?end ?daysback
:where
[?b :block/path-refs ?ref]
(not [?b :block/page ?page] ;<--- :block/page is an id,
[?page :block/name "meetings"]) ; not a string
[?ref :block/name "meetings"]
[?b :block/created-at ?v]
[(* ?daysback 60 60 24 1000) ?range]
[(- ?end ?range) ?period]
[(>= ?v ?period)]
[(< ?v ?end)]
]
:inputs [:end-of-today-ms 8]
:result-transform (fn [result]
(sort-by (fn [h]
(get h :block/updated-at)) result))
}
#+END_QUERY
## To ask:
## To-Do
## Key points
Advanced meeting template with query to search for any block containing the tag `meeting` in the past 8 days
Shared by NecessaryIllusions
icon: 📚
cover: !<span class="external-link">cover</span>{:height 153, :width 100}
status: reading
lang: English
type: book
tags: fiction
author: <span class="bracket">[[</span><span class="link">author</span><span class="bracket">]]</span>
alias: book name
Time Box
template-including-parent: true
template: time_box
# 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
Time Box Template to help with organization of thoughts and daily plan. For this template to render properly, you will need the following Plugins installed: - logseq-awesome-content - logseq-plugin-todo-master Hope you enjoy!
Shared by CuriousCat
# Weekly Review
template: WeeklyReview
### A line about this week
### A line about today
### What went well this week?
### What needs improvement?
### What could I have spent more or less time doing?
### What am I grateful for this week?
### What am I proud of this week?
### What brought me joy this week?
### What did I learn?
### What #[[goals]] did I work towards?
### What goals will I focus on next week?
A set of questions to be answered at the end of the week to summarize and learn
Shared by prokizzle
Query tasks on this page Template
template-including-parent: false
template: page tasks
{{query (and (todo todo doing) (page <% current page %>))}}
List all the tasks on the current page which have TODO or DOING status. Useful to gather together tasks from a long page where they might be spread out.
Shared by Luhmann
Book
template-including-parent: false
template: book
recommended-by:
rating:
finished:
started:
series:
author:
status: to-do
type: book
# Plot Points
# Highlights
# Lowlights
# Insights
Capture highlights, lowlights, and insights from your books in a centralized location.
Shared by seanoliver
tag: <span class="tag">#tags</span>
rate: ⭐⭐⭐⭐⭐
link: ![](book path)
author: author
name: **Book title**
status: <span class="bracket">[[</span><span class="link">to read</span><span class="bracket">]]</span> / <span class="bracket">[[</span><span class="link">reading</span><span class="bracket">]]</span> / <span class="bracket">[[</span><span class="link">readed</span><span class="bracket">]]</span>
template: Book banner
type: <span class="bracket">[[</span><span class="link">Book</span><span class="bracket">]]</span>
A simple book banner template that includes the cover book on the right. Also, includes editable HTML code and tooltip. Image of how it should look in your logseq: https://github.com/ganthonyr/mylogseq/blob/main/banner_book_template.png
Shared by Medscript
## DBT
template-including-parent: false
template: DBTEntry
<%Today%> - <%TIME%> | ## DBT #dbt-entry
### What emotions am I experiencing currently? #emotions
### What emotions have been prominent in my life in the last few days? #emotions
### What has been stressing me out lately?
### What circumstances are difficult to handle right now?
### Out of these circumstances what was in my control?
### What am I thankful for about myself today?
### What are at least 5 positive and true things I can say about myself today?
### What are my goals? #goals
### How am I doing with my goals currently? #goals
### Am I well on my way or struggling to get started?
### Are my goals positive and realistic?
### What can I do to improve or keep going?
Inserts a list of questions to answer that are recommended by those who partake in Dialectical Behavior Therapy
Shared by prokizzle
{Task Name} #Tasks
template: Task
DEADLINE: <2029-01-31 Tue>
:LOGBOOK:
CLOCK: [2023-01-30 Mon 15:09:52]
CLOCK: [2023-01-30 Mon 15:09:55]
:END:
Daily
template-including-parent: false
template: daily
#Journal/Daily
# [[Progress]]
# [[Problems]]
# Plans: <% tomorrow %>
Quick daily end of day lookback on progress, problems, and plans.
Shared by seanoliver
# Journal
template-including-parent: false
template: journal
background-color: yellow
## AM
### 🔆morning
background-color: gray
### 🍴breakfast
background-color: gray
### AM1
background-color: gray
### AM2
background-color: gray
### 🍴lunch
background-color: gray
## PM
### PM1
background-color: gray
### PM2
background-color: gray
### 🍴dinner
background-color: gray
### PM3
background-color: gray
### 🛁take a bath
background-color: gray
### 💤before Sleep
background-color: gray
###### ([[Template]] edit)
# Style Guide
template-including-parent: false
template: style-guide
property: style guide
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
# Text Formatting
Lorem ipsum dolor sit amet, consectetur adipiscing elit. -> Pellentesque lacinia cursus ipsum, non blandit est sollicitudin non. Proin fringilla enim tortor, quis finibus quam dictum nec. Nunc eu tincidunt erat, non pretium nibh.
inline block reference + number list
id: 6470139d-f5f1-4fce-b8d9-a670ee336fa8
logseq.order-list-type: number
Block embed + number list
id: 6470139d-d728-4637-ac20-d336cf2c6ec1
logseq.order-list-type: number
Bold text
*Italic text* with underscores
*Italic and bold*
Strikethrough
==Highlight with equal sign== and Highlight with carets
Link
[Link to another page in graph]([[]])
> Blockquote
Inline Code
`clojure
(println "This is code")
`
$$Formula E=mc^2$$
# Studying
This is a {{cloze cloze}}
This is a flashcard #card
And this is the answer
# Tasks
This is a todo item
This is an item you're doing
:LOGBOOK:
CLOCK: [2023-04-28 Fri 19:17:07]
CLOCK: [2023-04-28 Fri 19:17:10]
:END:
This item is done
CANCELLED This Item is cancelled
This task is now
:LOGBOOK:
CLOCK: [2023-04-28 Fri 19:17:48]
CLOCK: [2023-04-28 Fri 19:17:51]
:END:
WAIT This task is waiting
This task is for later
This task is scheduled
SCHEDULED: <2023-04-28 Fri 19:30>
# Links and Embeds
URL Link
[Link to another page in graph (hover to preview)]([[]])
((6470139d-f5f1-4fce-b8d9-a670ee336fa8))
{{embed ((6470139d-d728-4637-ac20-d336cf2c6ec1))}}
# Media
!document.pdf
!image
!
!
# Query
{{query }}
# Table
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
# Org Mode Alerts
#+BEGIN_TIP
This is a tip!
#+END_TIP
#+BEGIN_NOTE
This is a note
#+END_NOTE
#+BEGIN_IMPORTANT
This is important!
#+END_IMPORTANT
#+BEGIN_CAUTION
This is caution...
#+END_CAUTION
#+BEGIN_PINNED
This is pinned
#+END_PINNED
#+BEGIN_WARNING
This is a warning
#+END_WARNING
#+BEGIN_EXAMPLE
This is an example
#+END_EXAMPLE
#+BEGIN_CENTER
This is text in the center
#+END_CENTER
# Draw
[[draws/2023-05-04-18-51-27.excalidraw]]
Entertainment & Media
template: Media
What shows or movies did I watch today?
What books did I read from today?
What articles or podcasts did I consume today?
What music am I listening to today?
[[issue]] :
template: issue
[Problem]
background-color: blue
[Usage]
background-color: red
[Result]
background-color: purple
[Solution]
background-color: green
[[Staff Meeting]]
template: Staff Meeting
Agenda
First item
Notes
# Daily
template: Daily Planning
---
## WELCOME TO TODAY!! YOU ARE AWESOME
Create solid schedule for today. Look at your "TODOS" down below and make sure you are developing a good plan.
### Critical Tasks for Today
### Notes
### Meetings
07:00
08:00
### Active Projects
[[Project 1]]
[[Project 2]]
### What did I do for ME today?
ultimate_goal: number
have_finished: number
status: tracking
tags: tags
template: goal tracker
goal_name: name
done: number
An example goal_name:: Reading in 2023 template:: goal tracker tags:: #Self-Learning #science #etc status:: tracking (in tracking) / to track / finished have_finished:: 5 books ultimate_goal:: 15 books
Shared by Namleless
template: book → tags
{ ! var [ authors, name ] = c.page.name.split(' — '); name = «${name}»; authors = authors.split(', ') _}
tags: book,
rating:
link:
category: <span class="bracket">[[</span><span class="link">📖</span><span class="bracket">]]</span>
year:
author: ``{ authors.map(ref).join(', ') }``
alias: ``{ name.indexOf(',') >= 0 ? ref(name) : name }``
id:
Required plugins: Full House Templates How to use? Inside a page named via pattern «Author1, Author2, ... — Book Name» Note: It is not a minus sign: «-». It is EM DASH (U+2014). You can change it in the first template line: …split('<YOUR ANOTHER CHAR>')
Shared by stdword
Meeting
template-including-parent: false
template: Meeting
Title: meeting
Date: <% today %>
Participants: name
Opportunity: description
Main topics of discussion
ABC
XYZ
Actionable items:
Item 1
:LOGBOOK:
CLOCK: [2023-03-24 Fri 08:47:59]--[2023-03-24 Fri 08:48:00] => 00:00:01
:END:
Category: <span class="tag">#meetings</span>
Logseq CRM Meeting Metadata Template - A CRM you build as your business grows which enables you to manage customer relationships not just opportunities. The meeting metadata template is for any meetings (customers, leads, opportunities or projects) you have and captures the notes on a single page. Visit www.logseqcrm.com to sign up for access to more tools
Shared by mumu
Contact
template-including-parent: false
template: Contact
Company: name
Location: city
Email: someone@abccompany.com
Title: title
Role: business_user - coach - decision_maker - exec_sponsor - financial_decision_maker - technical_evaluator
Relationship: negative - new - met_in_past - met_recently - meet_regularly
Mode: trouble - even_keel - growth - overconfident
LinkedIn: /link
Manager: name
Category: <span class="tag">#contacts</span>
Logseq CRM Contact Metadata Template - A CRM you build as your business grows which enables you to manage customer relationships not just opportunities. The contact metadata template is for any contact or connection you make and captures their details on a single page. Visit www.logseqcrm.com to sign up for access to more tools
Shared by mumu
collapsed: true
template: get book → labirint
`typescript
{ !
const request = new XMLHttpRequest()
const link = empty(c.args.link, dev.links(c.block.content)[0])
if (!link)
return
request.open('GET', link)
request.onload = function() {
if (this.status !== 200)
return
const doc = this.responseText
console.info('Got data from book link')
var m = /
if (!m)
return
const title = m[1]
console.log('RU:', title)
var m = /
const titleEng = (m ? m[1] : '').toLowerCase().replace(/(^\w{1})|(\s+\w{1})/g, letter => letter.toUpperCase())
console.log('EN:', titleEng)
var m = doc.matchAll(/data-event-label="author"\s+data-event-content="([^"]*)/g)
if (!m)
return
const authors = []
for (const authorMatch of m) {
const words = authorMatch[1].split(' ').filter((w) => !w.endsWith('.'))
words.unshift(words.pop())
const author = words.join(' ')
authors.push(author)
}
console.log('Authors', authors)
const titles = [title]
if (titleEng)
titles.push(titleEng)
const pageName = authors.join(', ') + ' — ' + title
const properties = {
alias: titles.map((t) => ref(«${t}»)).join(', '),
author: authors.map(ref).join(', '),
year: '',
category: '[[📖]]',
link: ,
rating: '',
tags: 'book,',
}
console.info('Properties:', properties)
const tree = top.logseq.api.getpageblocks_tree(pageName)
let uuid
if (!tree || tree.length === 0) {
// page doesn't exist or is empty
uuid = top.logseq.api.insert_block(pageName, '').uuid
} else {
// there is at least one block in page
uuid = tree[0].uuid
}
for (const [ p, v ] of Object.entries(properties))
top.logseq.api.upsertblockproperty(uuid, p, v)
top.logseq.api.update_block(c.block.uuid, ref(pageName))
}
request.send()
_}
`
Required plugin: Full House Templates How to use? 1) {{renderer :template, get book → labirint, :link https://www.labirint.ru/books/529331}} — to fetch data from provided link and render page ref to current block 2) {{renderer :template, get book → labirint, :link https://www.labirint.ru/books/529331, :block <block ref / uuid>}} — to fetch data from provided link and render page ref to specified block 3) {{renderer :template, get book → labirint, :block 649327eb-e5cd-4d3d-a19b-0c57458bcdd1}} — to fetch data from link in specified block and render page ref to that block
Shared by stdword
{{query (page-tags Project)}}
Create a page for each project and specify the page tag 'Project'.
Shared by YU
samples:
procedure:
equipment:
template: Logbook 🥼
people:
laboratory:
date:
# Preparation
# Experiments
# Analysis
# Commentaries
# To-do
#### #☘️长青笔记
template: ☘️长青笔记
#### [[🖇️links]]:
#### [[📋参考文献]]:
Therapy Session
template-including-parent: true
template: TherapySession
<%TIME%> | Therapy Log #therapy
Was it processing, healing, or meditation?
What did we talk about?
What did I learn?
How did I feel afterwards?
Homework
Themes/Tags
笔记最佳实践
1. 分层次地组织内容:从大主题到小主题,逐步细化。在目录层级中,尽量保持层次结构清晰,避免过深的嵌套。
2. 创建文章页面:在适当的层级创建文章页面。对于有足够内容和需要单独讨论的主题,将其设为单独的页面(加双括号[[]])。具体的层级取决于你的需求和内容的复杂程度。通常,二级或三级目录开始创建文章页面是比较合适的。但要根据实际情况灵活调整。
3. 以迭代方式拆分与整理:在开始撰写笔记时,可能无法完全预见内容的拆分方式。因此,允许自己进行迭代式地拆分与整理。随着对主题的深入了解,逐步对目录进行细化,将其拆分为更具体的子主题,并创建相应的文章页面。
4. 保持笔记的连贯性和一致性:在整理和拆分笔记时,确保每个页面和目录之间的关联和一致性。这有助于更好地理解和回顾笔记内容。
5. 定期回顾和更新:对笔记进行定期回顾和更新,以确保信息的准确性和完整性。在回顾过程中,可以对目录进行进一步拆分,对文章进行总结归纳和续写。
6. 使用标签和链接:为笔记添加标签,以便于搜索和分类。在相关页面之间建立链接,有助于建立知识体系并提高检索效率。
People Information
collapsed: true
template-including-parent: false
template: People Information
tags: People
## *Persons Name*
## About
## Interesting Facts
## Contact Information
Email:
Social Media:
Cell Phone:
Opportunity
template-including-parent: false
template: Opportunity
Company: company
Name: opportunity name
Description: opportunity description
Value: $123
Winnability: X%
Created: <%today%>
Start: <%today%>
Close: <%today%>
phase: qualified - proposal - shortlisted - negotiation - won
Status: active - won - lost - deferred - dropped
Market: unknown - new - target - existing - core
Context: unknown - public domain - outline - detailed - indpeth
Contact: none - one_level - two_levels - multi_level - all_levels
DMU: not_met - met_one_role - met_some_roles - met_most_roles - met_all_roles
Drivers: unknown - no_pain/gain - no_attributed_value - quantified_pain/gain
Proposition: none - weak/no delivery - good/no delivery - strong/delivery gaps - strong/full delivery
Competition: unknown - multiple - two_or_three - single - preferred
Category: <span class="tag">#opportunity</span>
Logseq CRM Opportunity Metadata Template - A CRM you build as your business grows which enables you to manage customer relationships not just opportunities. The opportunity metadata template is for business opportunities created from contacts and meetings and captures the details on a single page. Visit www.logseqcrm.com to sign up for access to more tools
Shared by mumu
GitHub Repo 笔记
template: github
Repo 概述
作者: {{作者名字}}
链接: {{Repo 链接}}
项目简介: {{项目简要说明}}
核心技术: {{主要使用的技术或框架}}
Repo 结构与组织
文件夹结构: {{简要描述项目的文件夹结构}}
代码规范: {{代码规范或风格,例如 PEP8、Google Style Guide 等}}
文档: {{描述项目的文档情况,包括注释、README、Wiki 等}}
部署方法
环境要求: {{项目所需的操作系统、软件和依赖库}}
安装依赖: {{安装依赖库的命令或方法}}
配置项目: {{如何配置项目设置,例如修改配置文件}}
构建项目: {{如何构建或编译项目,例如使用 Makefile 或其他工具}}
部署项目: {{如何部署项目到服务器或本地运行,例如使用 Docker 或其他工具}}
测试项目: {{如何进行项目测试,例如使用单元测试或集成测试}}
学习过程
阅读文档: {{熟悉项目的README、Wiki、API文档等,以了解项目的整体结构、功能和使用方法}}
分析代码结构: {{浏览项目的目录结构,识别关键模块和组件}}
跟踪关键函数调用: {{找到代码的入口点(例如 main 函数),然后跟踪关键函数和方法的调用顺序,以了解代码的执行流程}}
Debug: {{使用调试器(例如:pdb、gdb等)逐步执行代码,观察变量的值和函数调用情况,以便更深入地理解代码逻辑}}
编写测试用例: {{为关键功能编写测试用例,通过实践来加深对代码的理解}}
重构与优化: {{尝试对代码进行重构和优化,以提高代码质量和可读性}}
与项目维护者交流: {{在遇到问题或需要澄清的地方时,与项目的维护者或作者进行交流,以获取更多的信息和帮助}}
学习相关资料: {{查阅相关的书籍、博客、论文等资料,以便更好地理解项目中使用的技术和算法}}
实践与应用
示例项目: {{基于该 Repo 的示例项目或实际应用}}
可能的改进: {{项目中可以优化或改进的地方}}
扩展思路: {{如何在该项目基础上进行扩展或创新}}
学到的知识点与经验
技巧一: {{学到的技巧及其应用场景}}
技巧二: {{学到的技巧及其应用场景}}
经验教训: {{在学习过程中遇到的问题和解决方法}}
总结: {{总结学习收获,以及对其他相关项目的启示}}
SMART Goal Setting
template: Metas
Qual a meta inicial que tenho em mente?
O que eu quero alcançar com esta meta?
Quem precisa ser envolver ou que eu preciso de ajuda para conseguir esta meta?
Como vou realizar esta meta?
Como eu metrifico o progresso? Quais métricas eu posso seguir no caminho?
Como eu vou saber que atingi o sucesso da meta?
A meta é coerente com meu conhecimento atual, habilidades e recursos? Se não, eu posso obtê-las?
Esta meta é realista dado os requisitos de esforço e comprometimento?
Qual é a razão, propósito ou beneficio de atingir esta meta?
Está meta vale meu tempo e esforço? Esta alinhada com meu objetivos?
Quando eu vou realizar esta meta? Esta data é realista?
date: 2023-02-16
categories: logseq
ShowToc: true
category: logseq
tags: hello
format: article
public: true
[[项目文档模板]]精简版
template-including-parent: false
template: 项目文档精简版
项目概述和范围
项目背景
项目目标
项目范围
需求分析
用户需求
功能需求
性能需求
设计与实现
系统架构
核心功能实现
功能1
代码段示例
注释和解释
功能2
代码段示例
注释和解释
数据库设计
用户界面设计
代码规范与风格
编码规范
命名规范
缩进和空格
代码结构和布局
注释规范
注释风格
注释内容要求
测试与部署
测试计划
测试用例/脚本
测试数据
测试结果和故障报告
部署流程
项目总结和经验教训
项目总结报告
经验教训总结
Daily Feelings
template: Daily Feelings
tags: <span class="bracket">[[</span><span class="link">Daily Feelings</span><span class="bracket">]]</span>
casa: cozinhando
relacionamento: encontro
refeição: frango
pessoas: família
emoções: animado
sentimento: feliz
data: <%today%>
Notas do dia
Foto do dia
*Você pode remover este bloco quando for escrever, ele apenas serve para dar uma base do que preencher nas propriedades*Sentimento: muito feliz, feliz, normal, triste, muito triste
Emoções: Animado, Relax, Esperançoso, Orgulhoso, Feliz, Entusiasmado, Renovado, Sozinho, Ansioso, Triste, Nervoso, Pesado, Irritado, Cansado
Pessoas: Amigos, Família, Companheira, Conhecido, Ninguém
Refeição: Carnes, Ovos, Frango, Peixe
Relacionamento: Encontro, Aniversário, Presente, Conflito, Sex
Casa: Cozinhando, Lavando roupa, Lavando pratos
Template em portugues para anotar sentimentos e outras infomações do seu dia a dia.
Shared by hackaponey
journal
collapsed: true
id: 65e36eb7-199c-47f8-8714-6c9f1d7ae08b
tags: <span class="tag">#templates</span>
template-including-parent: false
template: journal
date: <% today %>
tags: <span class="tag">#journal</span>
# Habit Tracking
chores: false
self-care: false
mental-stim: false
life-growth: false
exercise: false
wash-face: false
type: tracker
#+BEGIN_QUERY
query-properties: [:page :wash-face :exercise :life-growth :mental-stim :self-care :chores]
query-table: true
{
:title [:b "Habit history"]
:query [
:find
(pull ?b [:db/id :block/properties {:block/page [:block/original-name]} :block/content])
:where
[?b :block/page ?p]
[?p :page/journal? true]
[?b :block/properties ?props]
[(get ?props :type) ?type]
[(= "tracker" ?type)]
]
:result-transform
(fn [rows]
(map
(fn [row]
(->
(assoc row :block/content (get-in row [:block/page :block/original-name]))
(update-in [:block/properties :wash-face] (fn [b] (if b "✔️" "❌")))
(update-in [:block/properties :exercise] (fn [b] (if b "✔️" "❌")))
(update-in [:block/properties :life-growth] (fn [b] (if b "✔️" "❌")))
(update-in [:block/properties :mental-stim] (fn [b] (if b "✔️" "❌")))
(update-in [:block/properties :self-care] (fn [b] (if b "✔️" "❌")))
(update-in [:block/properties :chores] (fn [b] (if b "✔️" "❌")))))
rows))}
#+END_QUERY
# To-do
{{query (and (task IN-PROGRESS) (not (property :hide "true")))}}
query-table: true
# Daily Journal
tags: daily_journal
What did I do today?
GitHub Repo 笔记
template-including-parent: false
template: github
{{renderer :toc_rrznswr}}
### Repo 概述
作者: {{作者名字}}
链接: {{Repo 链接}}
项目简介: {{项目简要说明}}
核心技术: {{主要使用的技术或框架}}
### Repo 结构与组织
本地文件夹:
文件夹结构: {{简要描述项目的文件夹结构}}
代码规范: {{代码规范或风格,例如 PEP8、Google Style Guide 等}}
文档: {{描述项目的文档情况,包括注释、README、Wiki 等}}
### 部署方法
环境要求: {{项目所需的操作系统、软件和依赖库}}
虚拟环境:
安装依赖: {{安装依赖库的命令或方法}}
错误解决:
错误1:
解决方案:
配置项目: {{如何配置项目设置,例如修改配置文件}}
构建项目: {{如何构建或编译项目,例如使用 Makefile 或其他工具}}
部署项目: {{如何部署项目到服务器或本地运行,例如使用 Docker 或其他工具}}
测试项目: {{如何进行项目测试,例如使用单元测试或集成测试}}
### Commits追踪
#### Commit 1 (commit hash)
Summary
commit的摘要
Changes
列出主要的代码更改和功能添加
Learnings
学到的知识点和经验教训
Questions
在阅读和学习过程中遇到的疑问
#### Commit 2 (commit hash)
Summary
commit的摘要
Changes
列出主要的代码更改和功能添加
Learnings
学到的知识点和经验教训
Questions
在阅读和学习过程中遇到的疑问
...
### 学习过程
阅读文档: {{熟悉项目的README、Wiki、API文档等,以了解项目的整体结构、功能和使用方法}}
分析代码结构: {{浏览项目的目录结构,识别关键模块和组件}}
跟踪关键函数调用: {{找到代码的入口点(例如 main 函数),然后跟踪关键函数和方法的调用顺序,以了解代码的执行流程}}
Debug: {{使用调试器(例如:pdb、gdb等)逐步执行代码,观察变量的值和函数调用情况,以便更深入地理解代码逻辑}}
编写测试用例: {{为关键功能编写测试用例,通过实践来加深对代码的理解}}
重构与优化: {{尝试对代码进行重构和优化,以提高代码质量和可读性}}
与项目维护者交流: {{在遇到问题或需要澄清的地方时,与项目的维护者或作者进行交流,以获取更多的信息和帮助}}
学习相关资料: {{查阅相关的书籍、博客、论文等资料,以便更好地理解项目中使用的技术和算法}}
### 实践与应用
示例项目: {{基于该 Repo 的示例项目或实际应用}}
可能的改进: {{项目中可以优化或改进的地方}}
扩展思路: {{如何在该项目基础上进行扩展或创新}}
### 学到的知识点与经验
技巧一: {{学到的技巧及其应用场景}}
技巧二: {{学到的技巧及其应用场景}}
经验教训: {{在学习过程中遇到的问题和解决方法}}
总结: {{总结学习收获,以及对其他相关项目的启示}}
Code Switch Usage
template-including-parent: false
template: Code Block Usage and Information
website:
tags: code
## Title:
## Definition
## Usage
#### Example 1:
`
`
## Switches
| *Switch* | Definition |
| | |
## Requirements
*Requirement One*
logseq.order-list-type: number
## Expected Output
`
`
## Debug Information
# Grammar Item
tags: n3, は-particle, の-particle, て-form
template: Japanese Grammar Item
## 意味
Sample meaning
## 使い方
Way of using it
## 例え
こんにちは世界!
Hello World!
## Sources
爵 JLPT Sensei
輸 YouTube
book
item: Y
chapter: X
[[项目文档模板]]
template-including-parent: false
template: 项目文档
1. 项目概述和范围
collapsed: true
1.1 项目背景
1.2 项目目标
1.3 项目范围
1.4 项目变更记录
2. 需求分析
2.1 用户需求
2.2 功能需求
2.3 性能需求
2.4 需求变更记录
3. 系统设计
3.1 概念设计
3.2 系统架构
3.3 系统接口
3.4 数据字典和数据流图/UML图
3.5 系统设计变更记录
4. 方案设计
4.1 方案设计说明
4.2 技术选型
4.3 硬件/软件设计规格
4.4 安全和风险分析
4.5 方案设计变更记录
4.6 算法与工具学习记录
5. 详细设计
5.1 详细设计说明
5.2 硬件设计图纸和说明
5.3 软件源代码和注释
5.3.1 代码组织结构
5.3.1.1 目录结构
5.3.1.1.1 前端目录结构
5.3.1.1.2 后端目录结构
5.3.1.1.3 数据库目录结构
5.3.1.2 模块划分
collapsed: true
5.3.1.2.1 前端模块划分
5.3.1.2.2 后端模块划分
5.3.1.2.3 数据库模块划分
5.3.2 关键算法和数据结构
5.3.2.1 算法1
collapsed: true
5.3.2.1.1 算法描述
5.3.2.1.2 算法实现
5.3.2.1.3 算法性能分析
5.3.2.2 算法2
collapsed: true
5.3.2.2.1 算法描述
5.3.2.2.2 算法实现
5.3.2.2.3 算法性能分析
5.3.2.3 数据结构1
5.3.2.3.1 数据结构描述
5.3.2.3.2 数据结构实现
5.3.2.3.3 数据结构性能分析
5.3.2.4 数据结构2
5.3.2.4.1 数据结构描述
5.3.2.4.2 数据结构实现
5.3.2.4.3 数据结构性能分析
5.3.3 核心功能实现
5.3.3.1 功能1
5.3.3.1.1 代码段示例
5.3.3.1.2 注释和解释
5.3.3.1.3 单元测试和集成测试
5.3.3.2 功能2
5.3.3.2.1 代码段示例
5.3.3.2.2 注释和解释
5.3.3.2.3 单元测试和集成测试
5.3.4 辅助工具和库
5.3.4.1 工具1
5.3.4.1.1 工具描述
5.3.4.1.2 工具使用方法
5.3.4.2 工具2
5.3.4.2.1 工具描述
5.3.4.2.2 工具使用方法
5.3.4.3 库1
5.3.4.3.1 库描述
5.3.4.3.2 库的引入和配置
5.3.4.3.3 库的主要功能和使用示例
5.3.4.4 库2
collapsed: true
5.3.4.4.1 库描述
5.3.4.4.2 库的引入和配置
5.3.4.4.3 库的主要功能和使用示例
5.3.5 代码规范和风格
5.3.5.1 编码规范
5.3.5.1.1 命名规范
5.3.5.1.2 缩进和空格
5.3.5.1.3 代码结构和布局
5.3.5.2 注释规范
5.3.5.2.1 注释风格
5.3.5.2.2 注释内容要求
5.3.5.3 代码审查和质量保证
5.3.5.3.1 代码审查流程
5.3.5.3.2 代码审查工具和方法
5.3.5.3.3 代码质量指标和监控
5.4 数据库设计
5.5 用户界面设计
5.6 详细设计变更记录
6. 测试
6.1 测试计划
6.2 测试用例/脚本
6.3 测试数据
6.4 测试结果和故障报告
6.5 测试与部署变更记录
7. 整改和优化
7.1 变更请求和评审记录
7.2 已实施变更的详细记录
8. 工艺实现和部署
8.1 生产/部署流程
8.2 制造/部署指导书
8.3 质量检验标准和方法
8.4 供应商和物料清单(如适用)
9. 用户文档
9.1 用户手册
9.2 操作和维护手册
9.3 培训资料
9.4 常见问题解答(FAQ)
10. 项目总结和经验教训
collapsed: true
10.1 项目总结报告
10.2 经验教训总结
Company
template-including-parent: false
template: Company
Location: city
Industry: industry
Partners: company
Customers: company
Revenue: $123
Employees: 123
Parent: company
Website: /link
Category: <span class="tag">#companies</span>
Logseq CRM Company Metadata Template - A CRM you build as your business grows which enables you to manage customer relationships not just opportunities. The company metadata template is for any company (customer, partner, supplier or competitor) you work with and captures their details on a single page. Visit www.logseqcrm.com to sign up for access to more tools
Shared by mumu
Lead
template-including-parent: false
template: Lead
Company: company
Contact: name
Description: description
Stage: suspect - enquiry - qualified
Category: <span class="tag">#leads</span>
Logseq CRM Lead Metadata Template - A CRM you build as your business grows which enables you to manage customer relationships not just opportunities. The lead metadata template is for any business leads you receive from contacts and meetings and captures the details on a single page. Visit www.logseqcrm.com to sign up for access to more tools
Shared by mumu
Kick-off-Meeting
template-including-parent: false
template: Kick-Off-Meeting
### Kick off meeting (empresa_aqui) #Meeting-Scheduling #meetings
background-color: yellow
SCHEDULED: <2024-06-29 Sat 8:00>
e-mail sent
confirmed
it happened?
Date-Scheduling:
[Teams-Link]() add link into the parenthesis
Guests: []
Management report e-mail: []
Important informations: #kickoff_questions
Garden Area
template-including-parent: false
template: Garden Area
Tags: #Garden
Plants
Images
commit
template-including-parent: false
template: commit
### Commit 1 (commit hash)
Summary
commit的摘要
Changes
列出主要的代码更改和功能添加
Learnings
学到的知识点和经验教训
Questions
在阅读和学习过程中遇到的疑问
### Commit 2 (commit hash)
Summary
commit的摘要
Changes
列出主要的代码更改和功能添加
Learnings
学到的知识点和经验教训
Questions
在阅读和学习过程中遇到的疑问
...
Jinja2 Code Block
collapsed: true
template-including-parent: false
template: Code: Jinja2
Jinja2 Code
`jinja2
tags: Jinja2,
`
Sonhos
template: Sonhos
Tem o tracking no relógio?
Onde o sonho aconteceu?
O que tinha em volta, foi um lugar desconhecido ou um lugar familiar?
Como foi o sonho?
Onde você estava no sonho? Onde estavam os outros no sonho e onde estavam as pessoas conhecidas?
Com o que você sonhou?
Inclua o máximo de detalhe que você consiga lembrar sobre o que aconteceu e o que as pessoas estavam fazendo.
Como você se sentiu durante o sonho?
Você lembra de algum sentimento particular durante o sonho?
Como você se sentiu quando acordou?
Descreva como este sonhou te deixou sentindo após acordar.
Você já sonhou isso anteriormente?
Você lembra de ter alguma experiencia similar em sonhos passados?
Este foi um sonho lúcido?
Você estava consciente em algum ponto deste sonho?
Você tem alguma ideia do que este sonho possa estar te dizendo?
É um sinal do que esta na sua mente ou do que você precisar resolver?
Mais alguma coisa que você queira recordar?
Anotar seus sonhos ajuda a entender se algo faz sentido e a ter sonhos mais lucidos.
Shared by hackaponey
读书笔记
date: <% today %>
template-including-parent: false
template: 读书笔记
year: 2009
isbn: 978-7-111-25121-7
publish: <span class="bracket">[[</span><span class="link">机械工业出版社</span><span class="bracket">]]</span>
tag: <span class="tag">#计算机</span> <span class="tag">#编译原理</span>
rate: ⭐⭐⭐⭐⭐
link:
author:
name: ****
status: <span class="bracket">[[</span><span class="link">to read</span><span class="bracket">]]</span>/ <span class="bracket">[[</span><span class="link">reading</span><span class="bracket">]]</span>/ <span class="bracket">[[</span><span class="link">read</span><span class="bracket">]]</span>
type: <span class="bracket">[[</span><span class="link">Book</span><span class="bracket">]]</span>
Car Part Information
template-including-parent: false
template: Car Part Information
id: 65f26337-bc71-4e8b-984c-1b6813c85b15
website:
tags: cars, car parts
> Car Part Name:
## Information
## Links