zettelkasten

Search IconIcon to open search
Dark ModeDark Mode

Alignments (FVC)

#FVC

Alignments take place regularly to make sure that what we do makes sense given the context. It’s the Cycles constituent of the FVC framework. Periodically checking if actions and values are relevant and important in the context of the larger picture helps us to work towards Life.

H6 Alignment routines
FrequencyAlignmentShould take
DailyTasks –> Projects5 min
WeeklyProjects –> Disciplines10 min
MonthlyHabits –> Disciplines + Life10 min
QuarterlyDisciplines –> Life60 – 120 min
YearlyLife –> 生き甲斐0 – ∞ min
H6 Periodic Note Hierarchy

Digital alignment setup shall follow this configuration:

.
└── 050 Periodic/
    ├── 051 Daily/
    │   └── YYYY/
    │       └── MM-MMMM/
    │           └── YYYY-MM-DD.md
    ├── 052 Weekly/
    │   └── YYYY/
    │       └── YYYY-[W]ww.md
    ├── 053 Monthly/
    │   └── YYYY/
    │       └── YYYY-MM-MMMM.md
    ├── 054 Quarterly/
    │   └── YYYY-[Q]Q.md
    └── 055 Yearly/
        └── YYYY.md
H6 Alignment Templates

Here are some of my alignment templates (to be used with Templater).

Daily:

---
tags: periodic/daily
date: <% tp.file.title %>
week: <% tp.date.now("gggg-[W]ww", 0, tp.file.title, "YYYY-MM-DD") %>
month: <% tp.date.now("YYYY-MM-MMMM", 0, tp.file.title, "YYYY-MM-DD") %>
quarter: <% tp.date.now("YYYY-[Q]Q", 0, tp.file.title, "YYYY-MM-DD") %>
year: <% tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM-DD") %>
cssClass: embed-strict
---
# Periodic.

**<% tp.date.now("dddd DD MMMM YYYY [Q]Q", 0, tp.file.title, "YYYY-MM-DD") %> [[<% tp.date.now("gggg[-W]ww", 0, tp.file.title, "YYYY-MM-DD") %>]]**

<< span>% tp.date.now(& | span>% tp.date.now(& >>

### Tasks

[[Tasks Inbox]] │ [[Master Backlog]]

>  Due / Current
> ```tasks
> (due before <% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>) OR (tag includes current)
> not done
> hide due date
> ```

>  Scheduled
> ```tasks
> scheduled before <% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>
> not done
> tag does not include current
> # short mode
> hide recurrence rule
> hide scheduled date
> hide task count
> sort by due date
> ```

>  Done
> ```tasks
> done date is <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
> hide task count
> short mode
> hide done date
> ```

>  Weekly Keystone
> ```tasks
> due before <% tp.date.weekday("YYYY-MM-DD", 7, tp.file.title, "YYYY-MM-DD") %>
> not done
> description includes #keystone
> hide task count
> ```

### Inbox

### Journal

### Comms

### Notes