The Tree of Widsdom

智慧の樹

@Modified= date1 – date2

Type: Agent

Actual name: agentModifiedRange

Finds all notes inside BlogTopNote modified between date1 and date2. Make date1 and date2 the first two paragraphs in your note.

Query only

($Modified>=$Text(agent).split("\n").at(0)) & ($Modified<=$Text(agent).split("\n").at(1))

The agent’s display expression is set by c_agentModifiedRange_DE:

Display expression

(if($AgentPriority!=-1){"@"}else{"• "}) + "Modified= " + firstWord($Text).split("/").at(0) + "/" + firstWord($Text).split("/").at(1) + " - " + lastWord($Text).split("/").at(0) + "/" + lastWord($Text).split("/").at(1) + " [" + $ChildCount + "]"