Github wiki's should support proper directory pathing for linking files #14020
Replies: 12 comments
|
Please implement this. I've just hit this - when you're trying to store a non-trivial amount of documentation in a GitHub wiki, the number of files in the single folder gets out of hand. Directories existed on 1970's UNIX. Please add them to 2020's GitHub. |
|
agree |
|
I agree, it gets in the way of using wikis to their full potential. |
|
This is truly a major deficiency since it does not allow you to simply use the standard Markdown files stored in the repo (with their correct links) within the Wiki too and forces you to either create a whole set of duplicated documentation or find a creative way to perform some link conversion to make this work. What would be even better is to somehow have that Wiki repo be able to directly reference the Markdown files that already exist in the main repo. This would avoid implementing an automatic sync Actions Workflow between the Main repo and Wiki. |
|
Also missing this feature |
|
Alas, I am here to agree, why the heck isn't this a thing in 2025? |
|
Yep same... need this done |
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Azure DevOps has this for years now... |
|
It would be great if this issue can get some attention after 10 years of people requesting it. It appears fairly simple |
|
+1 - wikis with subdirectories would be a great feature. This way one could integrate docs like PRDs for a project as git submodule and have a comfortable way to view and edit them. |
Uh oh!
There was an error while loading. Please reload this page.
This has been brought up at various points for a while. Basically: folderizing wiki files (markdown files) in Github is a bit jank. I appreciate that progress has been made (folders work), but it feels far more intuitive to link files through appropriate file paths (either relative or absolute).
I admit part of the motivation for this is that this way wiki repos will be more compatible across Gitlab and Github.
This has been brought up before:
https://stackoverflow.com/questions/11088285/github-wiki-directories
It's unclear from the docs how to properly link to pages in subfolders:
https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages
How to link files in subfolders in Github wikis:
https://github.com/tajmone/github-tests/wiki/subfolders#the-right-way-to-link
^What I'm requesting is that the Github wiki renderer (not sure if that's the right term) would allow
[Link To Page In Subdirectory](subdirectory/page.md)syntax to work.All reactions