ledsun / redmine_wiki_page_tree

Redmine plugin to show the page tree view at the sidebar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine Wiki Page Tree Plugin

This plugin makes a page tree view in the sidebar. And you can edit parent-child relationship of wiki pages by drag & drop.

Screenshot

スクリーンショット

Installation

  1. Download this repository
  2. Move the redmine_wiki_page_tree directory into your plugins directory
  3. Restart the Redmine

See also

Redmine Wikiのページツリー構造をドラッグ&ドロップで編集できるプラグインを作りました // Speaker Deck (Japanese)

License

This plugin is released under the MIT License.

To Develop or to try to Use a sample

Use the Docker and Docker Compose to create a development environment.

  1. Start server
docker-compose up redmine
  1. Open http://localhost in your browser
  2. Login the redmine as admin with password admin
  3. Create a project
  4. Open wiki of that project
  5. Create some wiki pages and edit their parent-child relationship

About

Redmine plugin to show the page tree view at the sidebar


Languages

Language:Ruby 74.0%Language:JavaScript 19.3%Language:CSS 6.7%