Skip to content

Instantly share code, notes, and snippets.

@mgmeyers
Last active May 11, 2023 15:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgmeyers/a73390d174b247dc784fa42f2347fd72 to your computer and use it in GitHub Desktop.
Save mgmeyers/a73390d174b247dc784fa42f2347fd72 to your computer and use it in GitHub Desktop.
mgmeyers' Task+Date Format Proposal

mgmeyers’ Task+Date Format Proposal

See here for a description of what this proposal is all about.


Required settings

Required consensus

  • Prefix character
    • Easily accessible possibilities: @, &, +, ?
    • Other possibilities that potentially conflict with obsidian's parser: !, ~, %
    • Below I use +

Linked to daily notes

+<date label>:: [[<daily note format>#<time format (optional)>]]

Examples

- [ ] Email Douglas Snezhana +due:: [[2021-11-04]]
- [ ] Email Angerona Viorel +completed:: [[2021-11-04#3:15pm]]
- [ ] Email Reidar Sidonia +banana:: [[2021-11-04#3:15pm]]

Not linked to daily notes

+<date label>:: {<daily note format> <time format (optional)>}

Examples

- [ ] Email Douglas Snezhana +due:: {2021-11-04}
- [ ] Email Angerona Viorel +completed:: {2021-11-04 3:15pm}
- [ ] Email Reidar Sidonia +banana:: {2021-11-04 3:15pm}

Abbreviated

+[[<daily note format>#<time format (optional)>]]

Examples

- [ ] Email Douglas Snezhana +[[2021-11-04]]
- [ ] Email Angerona Viorel +[[2021-11-04#3:15pm]]
- [ ] Email Reidar Sidonia +[[2021-11-04#3:15pm]]

+{<daily note format> <time format (optional)>}

Examples

- [ ] Email Douglas Snezhana +{2021-11-04}
- [ ] Email Angerona Viorel +{2021-11-04 3:15pm}
- [ ] Email Reidar Sidonia +{2021-11-04 3:15pm}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment