We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b7a73 commit a7518cfCopy full SHA for a7518cf
src/Renderer/QueryResultsRenderer.ts
@@ -572,6 +572,7 @@ export class QueryResultsRenderer {
572
//in the description with the new file path
573
for (const link of taskLinks) {
574
const fullLink = `[[${task.path}${link.link}|${link.displayText}]]`;
575
+ // Replace the first instance of this link:
576
description = description.replace(link.original, fullLink);
577
}
578
0 commit comments