Skip to content

Commit

Permalink
fix: LineTagHoursWeek
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Jun 4, 2024
1 parent 484a092 commit 2c4dd68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/visualization-dashboard/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"plugin-type": "plugin",
"parent-plugin": "$:/plugins/linonetwo/tw-calendar",
"dependents": "$:/plugins/Gk0Wk/echarts $:/plugins/linonetwo/in-tagtree-of $:/plugins/linonetwo/date-filters",
"version": "0.3.1",
"version": "0.3.2",
"list": "readme config tree"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: <<lingo GaugeTemplate/LineTagHoursWeek/Description $:/plugins/linon
targetTiddler:
color: #66ccff

\function dayStartDate() [daystart<currentDateWeekOffset>,<dayIndex>]
\function dayEndDate() [dayend<currentDateWeekOffset>,<dayIndex>]
\function dayStartDate() [daystart<weekIndex>,<dayIndex>]
\function dayEndDate() [dayend<weekIndex>,<dayIndex>]
\function hoursToday()
[all[tiddlers]field:calendarEntry[yes]in-tagtree-of:inclusive{!!targetTiddler}] :filter[get[startDate]compare:date:gteq<dayStartDate>compare:date:lteq<dayEndDate>] +[counthours[]]
\end
Expand Down

0 comments on commit 2c4dd68

Please sign in to comment.