scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 90 forks source link

Any plans for improved navigation? #52

Open alvinchow86 opened 9 years ago

alvinchow86 commented 9 years ago

Really slick project! One thing I noticed (unless I'm mistaken) is right now it doesn't seem like there is much facility for structured navigation around a wiki with multiple pages.

Some ideas for things that might help:

vasili111 commented 8 years ago

Very interesting project! I agree with @alvinchow86, it needs navigation support.

zeigerpuppy commented 8 years ago

I thought the gollum method may work, (create _Sidebar.md with contents [[TOC]]) but no dice. I guess the underlying code as similar to gollum as I thought! I think realms-wiki is still a better start for an independent wiki that gollum but these issues would be great to resolve.

ShonM commented 8 years ago

Not "structured" navigation but what about GitHub's file finder? https://github.com/blog/793-introducing-the-file-finder

I also want to :+1: for header/footer/sidebar templated files, very handy

ShonM commented 8 years ago

Another idea that is structured, breadcrumbs! Example from the Bootstrap 3 docs http://getbootstrap.com/components/#breadcrumbs

This would be nice as a minimal start towards something stronger like sidebars, TOC's, and what have you

SimJoSt commented 8 years ago

+1 for this feature request. We have implemented a navigation sidebar in our gollum wiki and don't want to miss it, but we really want to migrate to Realms.

jmatsushita commented 8 years ago

+1 for support of the Gollum sidebar/header/footer options!

jmatsushita commented 8 years ago

Just been told there's a fork by @Seba0691 which implement some sidebar functionality (as well as other improvements). https://github.com/Seba0691/realms-wiki

Phat3 commented 8 years ago

HI

The sidebar implementation is already finished (for now it provides a "table of content" listing the file in the current directory and its sub-directories).

I'm currently working on the image upload functionality during the creation/edit of the page, and when i will finish i would like to do a pull request.

I can provide some screenshots if you are interested.

Advices and suggestions are appreciated :)

stevezau commented 8 years ago

any plans to merge https://github.com/Seba0691/realms-wiki features in?