Kibela Custom Template
Kibela にはテンプレートで使用可能な変数があります。例えば %{day} や %{month} です。
kibela-custom-template は新たに変数を追加したり既存の変数を拡張したりします。
拡張機能をインストールすることで新たに使える変数の一例を紹介します。
%{week}
%{weekday}
%{day:+2day}
%{day:=fri}
%{month:+1w:=fri}
各変数で使用可能な値は異なります。詳細は https://github.com/shooontan/kibela-custom-template にまとめられています。