We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would love it if a folder idem in a ccard view would link to the folder note for that folder when clicked.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
You can edit the .obsidian/folder-note-plugin/main.js, after line 440, insert that
subFolderName = subFolderPath.split('/').pop(); card.setTitleLink(subFolderPath + "/" + subFolderName + ".md");
then you can have this feature. I just make a simple test, maybe some corner cases have bug.
The folder notes name I use is the folder name. You may edit it.
I want to make a PR some days later.
Link to Folder Note when Folder Item is clicked
91bca72
Closes xpgo#71
Successfully merging a pull request may close this issue.
Would love it if a folder idem in a ccard view would link to the folder note for that folder when clicked.
The text was updated successfully, but these errors were encountered: