vault backup: 2025-05-05 11:25:04
This commit is contained in:
parent
f4de73c725
commit
bc6d3214a7
1
.obsidian/community-plugins.json
vendored
1
.obsidian/community-plugins.json
vendored
@ -8,7 +8,6 @@
|
||||
"obsidian-icon-folder",
|
||||
"obsidian-pandoc-reference-list",
|
||||
"obsidian-tasks-plugin",
|
||||
"templater-obsidian",
|
||||
"obsidian-zotero-desktop-connector",
|
||||
"spacekeys",
|
||||
"obsidian-style-settings"
|
||||
|
||||
2
.obsidian/core-plugins.json
vendored
2
.obsidian/core-plugins.json
vendored
@ -10,7 +10,7 @@
|
||||
"properties": true,
|
||||
"page-preview": true,
|
||||
"daily-notes": true,
|
||||
"templates": false,
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
|
||||
40
.obsidian/plugins/templater-obsidian/data.json
vendored
40
.obsidian/plugins/templater-obsidian/data.json
vendored
@ -1,40 +0,0 @@
|
||||
{
|
||||
"command_timeout": 5,
|
||||
"templates_folder": "1000s Templates",
|
||||
"templates_pairs": [
|
||||
[
|
||||
"",
|
||||
""
|
||||
]
|
||||
],
|
||||
"trigger_on_file_creation": false,
|
||||
"auto_jump_to_cursor": false,
|
||||
"enable_system_commands": false,
|
||||
"shell_path": "",
|
||||
"user_scripts_folder": "",
|
||||
"enable_folder_templates": true,
|
||||
"folder_templates": [
|
||||
{
|
||||
"folder": "",
|
||||
"template": ""
|
||||
}
|
||||
],
|
||||
"enable_file_templates": false,
|
||||
"file_templates": [
|
||||
{
|
||||
"regex": ".*",
|
||||
"template": ""
|
||||
}
|
||||
],
|
||||
"syntax_highlighting": true,
|
||||
"syntax_highlighting_mobile": false,
|
||||
"enabled_templates_hotkeys": [
|
||||
"1000s Templates/Daily Note Template 2.0.md",
|
||||
"1000s Templates/New Note Template.md",
|
||||
"1000s Templates/Heilmeier Catechism.md",
|
||||
"1000s Templates/This Past Week Template.md"
|
||||
],
|
||||
"startup_templates": [
|
||||
"1000s Templates/New Note Template.md"
|
||||
]
|
||||
}
|
||||
21
.obsidian/plugins/templater-obsidian/main.js
vendored
21
.obsidian/plugins/templater-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
@ -1,11 +0,0 @@
|
||||
{
|
||||
"id": "templater-obsidian",
|
||||
"name": "Templater",
|
||||
"version": "2.9.3",
|
||||
"description": "Create and use templates",
|
||||
"minAppVersion": "1.5.0",
|
||||
"author": "SilentVoid",
|
||||
"authorUrl": "https://github.com/SilentVoid13",
|
||||
"helpUrl": "https://silentvoid13.github.io/Templater/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
220
.obsidian/plugins/templater-obsidian/styles.css
vendored
220
.obsidian/plugins/templater-obsidian/styles.css
vendored
@ -1,220 +0,0 @@
|
||||
.templater_search {
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
|
||||
.templater_div {
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.templater_div > .setting-item {
|
||||
border-top: none !important;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.templater_div > .setting-item > .setting-item-control {
|
||||
justify-content: space-around;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.templater_div
|
||||
> .setting-item
|
||||
> .setting-item-control
|
||||
> .setting-editor-extra-setting-button {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.templater_donating {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.templater_title {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-top: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.templater_template {
|
||||
align-self: center;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.templater_cmd {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.templater_div2 > .setting-item {
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.templater-prompt-div {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.templater-prompt-form {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.templater-prompt-input {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.templater-button-div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
textarea.templater-prompt-input {
|
||||
height: 10rem;
|
||||
}
|
||||
|
||||
textarea.templater-prompt-input:focus {
|
||||
border-color: var(--interactive-accent);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .templater-command-bg {
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
background-color: var(--background-primary-alt);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command {
|
||||
font-size: 0.85em;
|
||||
font-family: var(--font-monospace);
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.cm-s-obsidian .templater-inline .cm-templater-command {
|
||||
background-color: var(--background-primary-alt);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
|
||||
color: var(--code-property, #008bff);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
|
||||
color: var(--code-function, #c0d700);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-keyword {
|
||||
color: var(--code-keyword, #00a7aa);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-atom {
|
||||
color: var(--code-normal, #f39b35);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-value,
|
||||
.cm-s-obsidian .cm-templater-command.cm-number,
|
||||
.cm-s-obsidian .cm-templater-command.cm-type {
|
||||
color: var(--code-value, #a06fca);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-def,
|
||||
.cm-s-obsidian .cm-templater-command.cm-type.cm-def {
|
||||
color: var(--code-normal, var(--text-normal));
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-property,
|
||||
.cm-s-obsidian .cm-templater-command.cm-property.cm-def,
|
||||
.cm-s-obsidian .cm-templater-command.cm-attribute {
|
||||
color: var(--code-function, #98e342);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-variable,
|
||||
.cm-s-obsidian .cm-templater-command.cm-variable-2,
|
||||
.cm-s-obsidian .cm-templater-command.cm-variable-3,
|
||||
.cm-s-obsidian .cm-templater-command.cm-meta {
|
||||
color: var(--code-property, #d4d4d4);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-callee,
|
||||
.cm-s-obsidian .cm-templater-command.cm-operator,
|
||||
.cm-s-obsidian .cm-templater-command.cm-qualifier,
|
||||
.cm-s-obsidian .cm-templater-command.cm-builtin {
|
||||
color: var(--code-operator, #fc4384);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-tag {
|
||||
color: var(--code-tag, #fc4384);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-comment,
|
||||
.cm-s-obsidian .cm-templater-command.cm-comment.cm-tag,
|
||||
.cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
|
||||
color: var(--code-comment, #696d70);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-string,
|
||||
.cm-s-obsidian .cm-templater-command.cm-string-2 {
|
||||
color: var(--code-string, #e6db74);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-header,
|
||||
.cm-s-obsidian .cm-templater-command.cm-hr {
|
||||
color: var(--code-keyword, #da7dae);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-link {
|
||||
color: var(--code-normal, #696d70);
|
||||
}
|
||||
|
||||
.cm-s-obsidian .cm-templater-command.cm-error {
|
||||
border-bottom: 1px solid #c42412;
|
||||
}
|
||||
|
||||
.CodeMirror-hints {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
overflow: hidden;
|
||||
list-style: none;
|
||||
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
|
||||
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
|
||||
border-radius: 3px;
|
||||
border: 1px solid silver;
|
||||
|
||||
background: white;
|
||||
font-size: 90%;
|
||||
font-family: monospace;
|
||||
|
||||
max-height: 20em;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.CodeMirror-hint {
|
||||
margin: 0;
|
||||
padding: 0 4px;
|
||||
border-radius: 2px;
|
||||
white-space: pre;
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
li.CodeMirror-hint-active {
|
||||
background: #08f;
|
||||
color: white;
|
||||
}
|
||||
2
.obsidian/templates.json
vendored
2
.obsidian/templates.json
vendored
@ -1,3 +1,3 @@
|
||||
{
|
||||
"folder": "1000s Templates"
|
||||
"folder": "Templates"
|
||||
}
|
||||
@ -1,6 +0,0 @@
|
||||
>[!Important] test
|
||||
>test
|
||||
|
||||
>[!highlight] test
|
||||
>test
|
||||
|
||||
@ -1,20 +0,0 @@
|
||||
---
|
||||
date: <% tp.file.title %>
|
||||
tags:
|
||||
---
|
||||
# Links to Other Pages
|
||||
## Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2025/<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[1 Daily Notes/2025/<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >>
|
||||
## This Week's Weekly Note
|
||||
[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -6, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD"); } %>]]
|
||||
# Summary
|
||||
## What's the plan?
|
||||
|
||||
## What's the results!
|
||||
```tasks
|
||||
done <%tp.file.title%>
|
||||
sort by urgency
|
||||
group by tags
|
||||
```
|
||||
|
||||
# Calendar Tasks
|
||||
@ -1,50 +0,0 @@
|
||||
---
|
||||
date: <% tp.file.title %>
|
||||
tags:
|
||||
---
|
||||
# Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2024/11 November/<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[1 Daily Notes/2024/11 November/<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >>
|
||||
# This Week's Weekly Note
|
||||
[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -4, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD"); } %>]]
|
||||
# Tasks for today
|
||||
## Due
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
due <= date(this.date)
|
||||
and due
|
||||
and !completed
|
||||
and status != "-"
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
## Scheduled
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
scheduled
|
||||
and scheduled <= date(this.date)
|
||||
and !completed
|
||||
and status != "-"
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
## Tasks in Progress
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
status != "-"
|
||||
and status = "/"
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
## Completed
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
completed
|
||||
and completion = date(this.date)
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
# Calendar Tasks
|
||||
@ -1,9 +0,0 @@
|
||||
### #HeilmeierQuestions
|
||||
##### What are you trying to do? Articulate your objectives using absolutely no jargon.
|
||||
##### How is it done today, and what are the limits of current practice?
|
||||
##### What is new in your approach and why do you think it will be successful?
|
||||
##### Who cares? If you are successful, what difference will it make?
|
||||
##### What are the risks?
|
||||
##### How much will it cost?
|
||||
##### How long will it take?
|
||||
##### What are the mid-term and final “exams” to check for success?
|
||||
@ -1,119 +0,0 @@
|
||||
---
|
||||
readstatus: false
|
||||
dateread:
|
||||
title: "{{ title }}"
|
||||
year: {{ date | format('YYYY') }}
|
||||
authors:
|
||||
{% for type, creators in creators | groupby('creatorType') -%}
|
||||
{% for creator in creators %}
|
||||
- "{% if creator.name %}{{ creator.name }}{% else %}{{ creator.lastName }}, {{ creator.firstName }}{% endif %}"
|
||||
{% endfor -%}
|
||||
{% endfor %}
|
||||
citekey: "{{ citekey }}"
|
||||
{% if itemType == "journalArticle" -%}
|
||||
journal: "{{ publicationTitle }}"
|
||||
{% endif -%}
|
||||
{% if volume -%}
|
||||
volume: {{ volume }}
|
||||
{% endif -%}
|
||||
{% if issue -%}
|
||||
issue: {{ issue }}
|
||||
{% endif -%}
|
||||
{% if itemType == "bookSection" -%}
|
||||
book: "{{ publicationTitle }}"
|
||||
{% endif -%}
|
||||
{% if publisher -%}
|
||||
publisher: "{{ publisher }}"
|
||||
{% endif -%}
|
||||
{% if place -%}
|
||||
location: "{{ place }}"
|
||||
{% endif -%}
|
||||
{% if pages -%}
|
||||
pages: {{ pages }}
|
||||
{% endif -%}
|
||||
---
|
||||
# Indexing Information
|
||||
{% if DOI -%}
|
||||
## DOI
|
||||
[{{ DOI }}](https://doi.org/{{ DOI }})
|
||||
{% endif -%}
|
||||
|
||||
{% if ISBN -%}
|
||||
## ISBN
|
||||
[{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }})
|
||||
{% endif -%}
|
||||
|
||||
## Tags:
|
||||
{% for t in tags -%}#{{ t.tag
|
||||
| replace(' ', '-')
|
||||
| replace('&', 'and')
|
||||
| replace('<', '')
|
||||
| replace('>', '')
|
||||
| replace('#', '')
|
||||
| replace('*', '')
|
||||
| replace('(', '')
|
||||
| replace(')', '')
|
||||
| replace('[', '')
|
||||
| replace(']', '')
|
||||
}}{% if not loop.last -%}, {% endif %}{% endfor %}
|
||||
{%- set in_read = false -%}
|
||||
{%- for collection in collections -%}
|
||||
{%- if collection.name == "Read" -%}
|
||||
{%- set in_read = true -%}
|
||||
{%- endif -%}
|
||||
{%- endfor -%}
|
||||
|
||||
{% if in_read %}
|
||||
- [x] {{title}} #Reading ✅ {{ importDate | format("YYYY-MM-DD") }}
|
||||
{% else %}
|
||||
- ["] {{title}} #Reading
|
||||
{%- endif %}
|
||||
|
||||
{% if abstractNote -%}
|
||||
>[!Abstract]
|
||||
>{{abstractNote}}{% endif -%}
|
||||
|
||||
{% if markdownNotes -%}
|
||||
>[!note] Markdown Notes
|
||||
>{{markdownNotes}}}{% endif -%}
|
||||
|
||||
>[!seealso] Related Papers
|
||||
>{% for r in relations %}[{{ r.title }}]({{ r.citekey }}){% if not loop.last %}, {% endif %}{% endfor %}
|
||||
|
||||
# Annotations
|
||||
## Notes
|
||||
{# Process non-Purple highlights -#}
|
||||
{% for a in annotations -%}
|
||||
{% if a.type == "highlight" and a.colorCategory != "Purple" -%}
|
||||
{% if a.colorCategory == "Yellow" %}
|
||||
>[!attention] Highlight
|
||||
{% elif a.colorCategory == "Green" %}
|
||||
>[!done] Insight
|
||||
{% elif a.colorCategory == "Orange" %}
|
||||
>[!warning] S?
|
||||
{% elif a.colorCategory == "Red" %}
|
||||
>[!fail] Dubious
|
||||
{% else %}
|
||||
>[!quote] Other Highlight
|
||||
{% endif -%}
|
||||
> {{ a.annotatedText }}
|
||||
{% if a.comment -%}
|
||||
>
|
||||
> *{{ a.comment }}*
|
||||
{% endif -%}
|
||||
{% endif -%}
|
||||
{%- endfor %}
|
||||
## Follow-Ups
|
||||
{# Create a separate loop for Purple highlights as tasks #}
|
||||
{% for a in annotations -%}
|
||||
{% if a.type == "highlight" and a.colorCategory == "Purple" -%}
|
||||
>[!example]
|
||||
>{{ a.annotatedText }}
|
||||
>- [ ] {{ a.comment }} #Follow-Up
|
||||
|
||||
{% if a.comment -%}
|
||||
{% endif -%}
|
||||
{% endif -%}
|
||||
{% endfor -%}
|
||||
|
||||
### Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
|
||||
@ -1,13 +0,0 @@
|
||||
---
|
||||
creation date: <% tp.date.now() %>
|
||||
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
|
||||
tags:
|
||||
---
|
||||
# Preamble
|
||||
### Notable Links
|
||||
|
||||
## What are we doing?
|
||||
|
||||
## Why are we doing it?
|
||||
|
||||
## Who cares?
|
||||
20
Templates/Paper Notes.md
Normal file
20
Templates/Paper Notes.md
Normal file
@ -0,0 +1,20 @@
|
||||
# First Pass
|
||||
**Category:**
|
||||
**Context:**
|
||||
**Correctness:**
|
||||
**Contributions:**
|
||||
**Clarity:**
|
||||
|
||||
# Second Pass
|
||||
**What is the main thrust?**
|
||||
|
||||
**What is the supporting evidence?**
|
||||
|
||||
**What are the key findings?**
|
||||
|
||||
# Third Pass
|
||||
**Recreation Notes:**
|
||||
|
||||
**Hidden Findings:**
|
||||
|
||||
**Weak Points? Strong Points?**
|
||||
@ -1,55 +0,0 @@
|
||||
---
|
||||
date: <% tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0] %>
|
||||
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
|
||||
tags: []
|
||||
---
|
||||
<< [[2 Cole Group Meeting Notes/Weekly Note <% tp.date.now("YYYY-MM-DD", -7, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]] | [[2 Cole Group Meeting Notes/Weekly Note <% tp.date.now("YYYY-MM-DD", 7, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]] >>
|
||||
|
||||
# This Week's Daily Notes
|
||||
[[<% tp.date.now("YYYY-MM-DD", -7, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
[[<% tp.date.now("YYYY-MM-DD", -6, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
[[<% tp.date.now("YYYY-MM-DD", -5, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
[[<% tp.date.now("YYYY-MM-DD", -4, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
[[<% tp.date.now("YYYY-MM-DD", -3, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
# Last Week's Plan
|
||||
# Accomplishments
|
||||
## Hour Counts
|
||||
| Category | Hours |
|
||||
| ---------------- | ----- |
|
||||
| Research | |
|
||||
| Service | |
|
||||
| Learning | |
|
||||
| Teaching | |
|
||||
| Class / Meetings | |
|
||||
| Other | |
|
||||
| **TOTAL:** | |
|
||||
## Remarks
|
||||
## Tasks and Notes From This Past Week
|
||||
>[!abstract] Read Papers
|
||||
>```tasks
|
||||
> done
|
||||
> (done after <% tp.date.now("YYYY-MM-DD", -7, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>) AND (done before <% tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0] %>)
|
||||
> tags include #Reading
|
||||
> group by tags
|
||||
> sort by done
|
||||
|
||||
|
||||
>[!done] Completed Tasks
|
||||
> ```tasks
|
||||
> done
|
||||
> (done after <% tp.date.now("YYYY-MM-DD", -7, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>) AND (done before <% tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0] %>)
|
||||
> tags does not include #Reading
|
||||
> group by tags
|
||||
> sort by done
|
||||
|
||||
# This Week's Plan
|
||||
## Remarks
|
||||
|
||||
## Task List
|
||||
>[!todo] Tasks Preview
|
||||
>```tasks
|
||||
>(due before <% tp.date.now("YYYY-MM-DD", 7, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>)
|
||||
>show urgency
|
||||
>not done
|
||||
>sort by urgency
|
||||
>```
|
||||
Loading…
x
Reference in New Issue
Block a user