dive2Pro / roam-datepicker-enhance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datepick Enhancer

Datepick Enhancer allows Roam's date picker to convey additional information about each date:

  1. the number of blocks present
  2. whether the date has been mentioned
  3. the number of tasks due

An enhanced date picker

Number of blocks

Each date is shaded according to how many blocks are present in its corresponding Daily Note. The more blocks present, the deeper the shade of green.

Mentions

An orange border is drawn around any date which has been mentioned at least once.

Tasks due (optional)

A small number next to each date indicates the number of tasks due. A block is considered a due task when it both:

  1. is a {{[[TODO]]}}
  2. has a child block which both:
    1. begins with due:: or has the tag #due
    2. mentions a [[Date]], e.g. [[January 1st, 2024]]

Set another page to be used in place of due in Datepick Enhancer's settings, or set to 0 to disable this functionality.

Example of a due task

Structure of a minimal due task

About


Languages

Language:TypeScript 74.4%Language:CSS 24.9%Language:Shell 0.7%