•  


Adding or editing wiki pages - GitHub Docs
Skip to main content

Adding or editing wiki pages

You can add and edit wiki pages directly on GitHub or locally using the command line.

Who can use this feature?

Wikis are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud and GitHub Enterprise Server. For more information, see " GitHub’s plans ."

Adding wiki pages

  1. On GitHub.com, navigate to the main page of the repository.

  2. Under your repository name, click Wiki .

    Screenshot of the menu in a repository. The "Wiki" option is outlined in dark orange.

  3. In the upper-right corner of the page, click New Page .

  4. Optionally, to write in a format other than Markdown, use the "Edit mode" dropdown to choose a different format.

    Screenshot of the "Create new page" page. The "Edit mode" dropdown is outlined in dark orange.

  5. Use the text editor to add your page's content.

  6. In the "Edit message" field, type a commit message describing the new file you’re adding.

  7. To commit your changes to the wiki, click Save Page .

Editing wiki pages

  1. On GitHub.com, navigate to the main page of the repository.

  2. Under your repository name, click Wiki .

    Screenshot of the menu in a repository. The "Wiki" option is outlined in dark orange.

  3. Using the wiki sidebar on the right, navigate to the page you want to change. In the upper-right corner of the page, click Edit .

  4. Use the text editor to edit the page's content.

  5. In the "Edit message" field, type a commit message describing the new file you’re adding.

  6. To commit your changes to the wiki, click Save Page .

Adding or editing wiki pages locally

Wikis are part of Git repositories, so you can make changes locally and push them to your repository using a Git workflow.

Cloning wikis to your computer

Every wiki provides an easy way to clone its contents down to your computer. Once you've created an initial page on GitHub, you can clone the repository to your computer with the provided URL:

$ 
git 
clone
 https://github.com/YOUR-USERNAME/YOUR-REPOSITORY.wiki.git

# 
Clones the wiki locally

Once you have cloned the wiki, you can add new files, edit existing ones, and commit your changes. You and your collaborators can create branches when working on wikis, but only changes pushed to the default branch will be made live and available to your readers.

About wiki filenames

The filename determines the title of your wiki page, and the file extension determines how your wiki content is rendered.

Wikis use our open-source Markup library to convert the markup, and it determines which converter to use by a file's extension. For example, if you name a file foo.md or foo.markdown , wiki will use the Markdown converter, while a file named foo.textile will use the Textile converter.

Don't use the following characters in your wiki page's titles: \ / : * ? " < > | . Users on certain operating systems won't be able to work with filenames containing these characters. Be sure to write your content using a markup language that matches the extension, or your content won't render properly.

- "漢字路" 한글한자자동변환 서비스는 교육부 고전문헌국역지원사업의 지원으로 구축되었습니다.
- "漢字路" 한글한자자동변환 서비스는 전통문화연구회 "울산대학교한국어처리연구실 옥철영(IT융합전공)교수팀"에서 개발한 한글한자자동변환기를 바탕하여 지속적으로 공동 연구 개발하고 있는 서비스입니다.
- 현재 고유명사(인명, 지명등)을 비롯한 여러 변환오류가 있으며 이를 해결하고자 많은 연구 개발을 진행하고자 하고 있습니다. 이를 인지하시고 다른 곳에서 인용시 한자 변환 결과를 한번 더 검토하시고 사용해 주시기 바랍니다.
- 변환오류 및 건의,문의사항은 juntong@juntong.or.kr로 메일로 보내주시면 감사하겠습니다. .
Copyright ⓒ 2020 By '전통문화연구회(傳統文化硏究會)' All Rights reserved.
 한국   대만   중국   일본