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
#FVC #productivity
Flow, Vault, and Cycles is the framework for managing life using all the resources from [Project Compendium]]. It...Flow, Vault, and Cycles (FVC)
H6 Alignment routines
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