!today, !2hours, etc...Show me your text expanders for dynalist

I am using espanso.

  # dynalist !1d = tomorrow
  - trigger: "!1d"
    replace: "!({{mydate}})"
    vars:
      - name: mydate
        type: date
        params:
          format: "%m-%d-%Y"
          offset: 86400

  # dynalist !2d = in 2 days
  - trigger: "!2d"
    replace: "!({{mydate}})"
    vars:
      - name: mydate
        type: date
        params:
          format: "%m-%d-%Y"
          offset: 172800

  # dynalist !3d = in 3 days
  - trigger: "!3d"
    replace: "!({{mydate}})"
    vars:
      - name: mydate
        type: date
        params:
          format: "%m-%d-%Y"
          offset: 259200

  # dynalist !1h = in 1 hour
  - trigger: "!1h"
    replace: "!({{mydate}})"
    vars:
      - name: mydate
        type: date
        params:
          format: "%m-%d-%Y %H:%M"
          offset: 3600

  # dynalist !2h = in 2 hour
  - trigger: "!2h"
    replace: "!({{mydate}})"
    vars:
      - name: mydate
        type: date
        params:
          format: "%m-%d-%Y %H:%M"
          offset: 7200

  # dynalist !3h = in 3 hour
  - trigger: "!3h"
    replace: "!({{mydate}})"
    vars:
      - name: mydate
        type: date
        params:
          format: "%m-%d-%Y %H:%M"
          offset: 10800
6 Likes

Great tool, thank you BigChungus.

Now I can use !tod, !tom and !week in “capture into my inbox” feature.
I changed format: "%Y-%m-%d", because I like my dates without time.

1 Like

I use this to only see the tasks that do not have “dependencies”.

0ch = -has:children

I just started playing with Text Blaze. It has great promise but the real powerful stuff requires a $36 annual subscription. I would pay that one time, but not every year. For heavy users in the working world, it might be worth it.

Your first example would be {time: MM-DD-YY; shift=+2D} That “snippet” would be assigned a keyboard shortcut which you use to insert the date into Dynalist.

Espanso looks good but I do a lot of work on my Chromebook. Text Blaze works as a chrome browser extension, so it is cross-platform, except sadly not mobile ios. If anybody knows of a text expander with mobile capability, I am all ears.