[x]
):This is an "clone" of gogs issue 3087
Supporting a (folder) Hierarchy in the Wiki is an good idea.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
do you mean #822 ?
@lunny: no, #822 is about table of content, this here is about "Subdirectorys" in wiki.
Maybe it is easier to explain if you could please take a look at https://github.com/gogits/gogs/issues/3087 as this describes it realy well in my eyes.
@MorphBonehunter oh. I see.
Compared to Github this is actually a bug, I would say. I create subdirectories, in contrast to github, they're just irgnored, though.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
This would be greatly appreciated and probably not too hard to implement. Using a wiki with +300 pages is a pain without folders
Nice! That would be really great. I also have quite a few pages which isn't clear to read without folders.
Some modification on my script for #822 gives following:
This hijacks the page select/search and generates the page tree with this data.
The container is only shown on large screens >1760px -> there is no place for the container otherwise
Is more needed? Otherwise I could create an pull request. (If #822 is done)
Some modification on my script for #822 gives following:
This hijacks the page select/search and generates the page tree with this data.
The container is only shown on large screens >1760px -> there is no place for the container otherwiseIs more needed? Otherwise I could create an pull request. (If #822 is done)
This is really nice, but not the whole thing. Having real folders allows to clone the wiki repo itself and work on it. This is actually quite usefull for lager wikis and makes import/export of .md files easy
done some coding, so its now possible to render wiki pages from directories. Create/update/delete pages works well. If an old page is updated, the page will be moved to subdirectory.
(Red is a is an error in repository -> file exists in old and new wiki file structure)
Images
currently the images are weird:
<giteaurl>/<user>/<repo>/<wiki>/
-> also on every wiki sub pageDoes anyone has a good idea where to place the 'table of pages/wiki tree' on small screens?
You could try it out on this branch: https://github.com/Cherrg/gitea/tree/gitea_wiki_page_toc
I will create an PR if #822 is done
Found some solutions for both questions, see images in pull request.
Most helpful comment
This would be greatly appreciated and probably not too hard to implement. Using a wiki with +300 pages is a pain without folders