Gitbook To Wiki

screenshot of Gitbook To Wiki

Export your GitBook as a GitHub Wiki or Docsify pages.

Overview

If you're looking for a seamless way to convert GitBook content into GitHub Wiki format, the gitbook-to-wiki CLI tool is an impressive solution. Originally built for the Iris Wiki, this tool simplifies the migration process, making it an invaluable asset for developers and documentarians alike. With robust handling of Markdown elements and a user-friendly setup process, it caters perfectly to both new and seasoned users.

This tool not only eases the transition of your GitBook into a Wiki format but also ensures that essential elements like code snippets, links, and directories are preserved during the process. With active support from the developer, you can expect updates and improvements that enhance functionality over time.

Features

  • Markdown Handling: Automatically unescapes necessary characters for correct Markdown syntax when transferring content, ensuring readability is maintained.

  • Page Reference Management: Efficiently manages internal page references, so links remain functional and unbroken in the migrated content.

  • Code Preservation: Keeps code snippets intact during the conversion, addressing a common issue faced by users of other tools that disrupt code formatting.

  • Asset Link Handling: Supports both absolute and relative image links, allowing for smooth integration of visual elements in your Wiki.

  • Section Link Conversion: Converts links to sections correctly, facilitating easy navigation within the new Wiki format.

  • Directory Structuring: Automatically adjusts directory structures to maintain uniqueness in GitHub Wiki, which doesn’t support sub-directory content.

  • Sidebar Conversion: Transforms SUMMARY.md into a functional _Sidebar.md, ensuring that navigational aspects are preserved without loss of information.

  • Open Source License: Distributed under the MIT License, promoting community usage and contribution, making it ideal for collaborative projects.