Skip to content

Commit

Permalink
Default to using the note preview
Browse files Browse the repository at this point in the history
The long-term plan is to move this to a setting.
  • Loading branch information
tylersuzukinelson committed Dec 7, 2023
1 parent 2a3cdb4 commit 23ca714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ export default class ZettelkastenOutliner extends Plugin {
identation = identation.concat(" ");
}

return `${identation}- [[${file.path.replace(/\.md$/, "")}]]\n`;
return `${identation}- ![[${file.path.replace(/\.md$/, "")}]]\n`;
}
}

0 comments on commit 23ca714

Please sign in to comment.