Gitea: Hierarchy in Wiki

Created on 2 Feb 2017  路  12Comments  路  Source: go-gitea/gitea

  • Gitea version (or commit ref): 1.0.1
  • Git version: 2.11.0
  • Operating system: Arch Linux
  • Database (use [x]):

    • [ ] PostgreSQL

    • [ ] MySQL

    • [x] SQLite

  • Can you reproduce the bug at https://try.gitea.io:

    • [ ] Yes (provide example URL)

    • [ ] No

    • [x] Not relevant

  • Log gist:

Description

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.

kinfeature revieweconfirmed

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

All 12 comments

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:

grafik

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:

grafik

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)

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.

grafik

(Red is a is an error in repository -> file exists in old and new wiki file structure)

Images
currently the images are weird:

  • external images: working
  • use absolute path: working
  • use relative path:

    • currently the path has to be relative to <giteaurl>/<user>/<repo>/<wiki>/ -> also on every wiki sub page

    • i could try to add some JS to rewrite relative urls on rendered wiki pages



      • I think thats a bad idea -> toggle JS on/off will enable/disable working images


        -> so there need to be an update on wiki renderer


        -> Any better suggestions?



Does 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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lunny picture lunny  路  3Comments

BNolet picture BNolet  路  3Comments

adpande picture adpande  路  3Comments

haytona picture haytona  路  3Comments

jakimfett picture jakimfett  路  3Comments