Skip to content

Commit

Permalink
fix: only show task in sub task list
Browse files Browse the repository at this point in the history
fixes #50
  • Loading branch information
linonetwo committed May 5, 2024
1 parent c281484 commit 4783ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tags: $:/tags/ITKG/UnderTask
<fieldset>
<legend><<lingo List/SubTasksPredecessorsSuccessors/CurrentSubTask>></legend>
<div class="itkg-project-list">
<$list filter="[tag<currentTiddler>]">
<$list filter="[tag<currentTiddler>tag{$:/plugins/linonetwo/intention-tower-knowledge-graph/Config/task-tag}]">
<$link><<currentTiddler>></$link>&nbsp;&nbsp;
</$list>
</div>
Expand Down

0 comments on commit 4783ef7

Please sign in to comment.