Skip to content

Commit

Permalink
Update quickly-add-multiple-tasks.tid
Browse files Browse the repository at this point in the history
  • Loading branch information
dongrentianyu committed Sep 9, 2023
1 parent 32c2432 commit 13af668
Showing 1 changed file with 30 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ tags=<<currentTiddler>>
tmo_taskState="New"
tmo_timeSpent="30"
tmo_priority="Medium"
tmo_completionDate=""
tmo_completionDate=<<now "YYYY-0MM-0DD" >>
tmo_estimatedSpent=""
tmo_taskAssessment=""
quickly-add-multiple-tasks-tft="yes"
quickly-add-multiple-tasks-tft=<<currentTiddler>>
/>
</$list>
{{$:/plugins/mabuqian/time-for-task/Images/Task}} 快速添加多个任务
Expand All @@ -34,7 +34,18 @@ quickly-add-multiple-tasks-tft="yes"
</$list>
清除quickly-add-multiple-tasks-tft字段
</$button>

<$let
a="["
b="]"
c="quickly-add-multiple-tasks-tft"
d=<<currentTiddler>>
e={{{ [<c>addsuffix<a>addsuffix<d>addsuffix<b>addsuffix<b>addprefix<a>] }}}
>
<$button message="tm-copy-to-clipboard" param=<<e>> >
<$action-navigate $to="$:/Commander"/>
复制筛选器表达式
</$button>
</$let>

下面是具有换行来添加多个任务的

Expand All @@ -54,10 +65,10 @@ tags=<<currentTiddler>>
tmo_taskState="New"
tmo_timeSpent="30"
tmo_priority="Medium"
tmo_completionDate=""
tmo_completionDate=<<now "YYYY-0MM-0DD" >>
tmo_estimatedSpent=""
tmo_taskAssessment=""
quickly-add-multiple-tasks-tft="yes"
quickly-add-multiple-tasks-tft=<<currentTiddler>>
/>
</$list>
{{$:/plugins/mabuqian/time-for-task/Images/Task}} 快速添加多个任务
Expand All @@ -75,4 +86,17 @@ quickly-add-multiple-tasks-tft="yes"
<$action-deletefield $tiddler=<<thisTitle>> $field="quickly-add-multiple-tasks-tft"/>
</$list>
清除quickly-add-multiple-tasks-tft字段
</$button>
</$button>

<$let
a="["
b="]"
c="quickly-add-multiple-tasks-tft"
d=<<currentTiddler>>
e={{{ [<c>addsuffix<a>addsuffix<d>addsuffix<b>addsuffix<b>addprefix<a>] }}}
>
<$button message="tm-copy-to-clipboard" param=<<e>> >
<$action-navigate $to="$:/Commander"/>
复制筛选器表达式
</$button>
</$let>

0 comments on commit 13af668

Please sign in to comment.