You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
156 lines
1.7 KiB
156 lines
1.7 KiB
3 years ago
|
---
|
||
|
|
||
|
Alias: ["Dashboard"]
|
||
|
Date: 2021-11-20
|
||
|
DocType: "Note"
|
||
|
ChildrenType: ["Task", "Note"]
|
||
|
Hierarchy: "Root"
|
||
|
TimeStamp:
|
||
|
location:
|
||
|
CollapseMetaTable: Yes
|
||
|
|
||
|
---
|
||
|
|
||
|
Parent:: [[Life Admin]]
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
```button
|
||
|
name Create Note
|
||
|
type append template
|
||
|
action NewFile
|
||
|
id CreateNote
|
||
|
```
|
||
|
^button-DailytrackerNewTask
|
||
|
|
||
|
```button
|
||
|
name Save
|
||
|
type command
|
||
|
action Save current file
|
||
|
id Save
|
||
|
```
|
||
|
^button-DailytrackerSave
|
||
|
|
||
|
 
|
||
|
|
||
|
```jsx:
|
||
|
<Clock />
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
# Main dashboard
|
||
|
|
||
|
 
|
||
|
|
||
|
```ad-abstract
|
||
|
title: Summary
|
||
|
collapse: open
|
||
|
This space is the main dashboard of my vault.
|
||
|
==WIP==
|
||
|
- React stuff?
|
||
|
- Recipes and/or other stuff?
|
||
|
Kanban board for certain stuff?
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
```toc
|
||
|
style: number
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Next 5 birthdays
|
||
|
|
||
|
 
|
||
|
|
||
|
```tasks
|
||
|
not done
|
||
|
path includes Family
|
||
|
description includes :birthday:
|
||
|
limit to 5 tasks
|
||
|
sort by due
|
||
|
hide backlink
|
||
|
hide task count
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Main tasks
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Tasks
|
||
|
|
||
|
```dataviewjs
|
||
|
const {taskFunc} = customJS
|
||
|
taskFunc.getAllTasks({app, dv, luxon, that:this, theme: "LifeHacks"})
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Next 5 recurring to-dos
|
||
|
|
||
|
```tasks
|
||
|
not done
|
||
|
is recurring
|
||
|
description does not include :birthday:
|
||
|
sort by due
|
||
|
limit to 5 tasks
|
||
|
hide backlinks
|
||
|
hide task count
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Next 5 one-off to-dos
|
||
|
|
||
|
```tasks
|
||
|
not done
|
||
|
is not recurring
|
||
|
limit to 5 tasks
|
||
|
hide backlinks
|
||
|
hide task count
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Current book
|
||
|
|
||
|
 
|
||
|
|
||
|
```dataview
|
||
|
Table without id "![](" + Source.Cover + ")" as "Cover", file.link as "Title", Source.Author as "Author", Source.Published as "Publication Date", Source.Language as "Language"
|
||
|
where Source.Type = "Book"
|
||
|
where ReadingState = "In progress"
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Obsidian Activity
|
||
|
|
||
|
```ActivityHistory
|
||
|
/
|
||
|
```
|
||
|
|
||
|
 
|
||
|
 
|