Skip to content
New issue

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

[Feature Request] Folder Items link to Folder Note #71

Open
thomasdwood opened this issue Nov 16, 2022 · 2 comments · May be fixed by #87
Open

[Feature Request] Folder Items link to Folder Note #71

thomasdwood opened this issue Nov 16, 2022 · 2 comments · May be fixed by #87

Comments

@thomasdwood
Copy link

Would love it if a folder idem in a ccard view would link to the folder note for that folder when clicked.

@Mauricio-IRV
Copy link

+1

@reticenceji
Copy link

reticenceji commented Feb 7, 2023

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.

marquiswang pushed a commit to marquiswang/obsidian-folder-note-plugin that referenced this issue Dec 3, 2023
@marquiswang marquiswang linked a pull request Dec 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants