Ji Gaoqiang
Results
1
comments of
Ji Gaoqiang
You can edit the .obsidian/folder-note-plugin/main.js, after line 440, insert that ```js subFolderName = subFolderPath.split('/').pop(); card.setTitleLink(subFolderPath + "/" + subFolderName + ".md"); ``` then you can have this feature. I just...