mirror of
https://github.com/idreesinc/Waypoint.git
synced 2026-07-22 06:20:32 +00:00
update format for folder notes
This commit is contained in:
parent
fe5b0639de
commit
507a3cee4b
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -154,7 +154,7 @@ export default class Waypoint extends Plugin {
|
|||
let text = `${bullet} **${node.name}**`;
|
||||
const folderNote = this.app.vault.getAbstractFileByPath(node.path + "/" + node.name + ".md");
|
||||
if (folderNote instanceof TFile) {
|
||||
text = `${bullet} **[[${folderNote.basename}]]**`;
|
||||
text = `${bullet} **[${folderNote.basename}](${folderNote.path})**`;
|
||||
if (!topLevel) {
|
||||
if (this.settings.stopScanAtFolderNotes) {
|
||||
return text;
|
||||
|
|
|
|||
Loading…
Reference in a new issue