Skip to content

Commit e8afdf0

Browse files
add task_ to mindstr link
1 parent 71c3d6a commit e8afdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

todo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@
897897
898898
return `./mindstr.html?map=${basePath}${
899899
todo['@id']
900-
? todo['@id'].substring(1)
900+
? `task_${todo['@id'].substring(1)}`
901901
: ''
902902
}.json&title=${encodeURIComponent(
903903
todo.title || todo.text

0 commit comments

Comments
 (0)