Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git Wiki EditorNew to Visual Studio Code? Get it now.
Git Wiki Editor

Git Wiki Editor

Dennise Catolos

|
247 installs
| (0) | Free
An easy way to quickly edit wikis locally inside your editor!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Icon Git Wiki Editor

Visual Studio Marketplace Version Visual Studio Marketplace Downloads

An easy way to quickly edit wikis locally inside your editor!

What is my rationale of making this extension? I want to edit my projects' wiki quickly and easily right inside my editor just by running commands instead of typing commands manually inside the terminal. There wasn't any specialized extensions for editing GitHub wikis and extensions like Remote Repositories doesn't allow you to remotely access them as well. So, why not make my own extension? I thought it would be fun learning something new. 😎

⚒️ Usage

To get started, go check out the wiki to learn how to use this extension.

⚙️ Features

  • [x] Supports GitHub
  • [x] Able to clone wiki in isolation (stored in temp folder)
  • [x] Allows you to commit either as a new commit or a single (orphaned) commit

Roadmap

  • [ ] Support GitLab, CodeBerg and Azure DevOps (need help)
  • [ ] Designate special repositories (e.g. dentolos19/dentolos19) as a hub for the user's knowledgebase

🧑‍💻 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Prerequisites

  • Node.js 18+
  • pnpm 8+
  • Visual Studio Code 1.87+

Installation

  1. Clone the repo: git clone https://github.com/dentolos19/git-wiki-editor.git
  2. Install dependencies: pnpm install
  3. Open the project: code .
  4. Run the extension: F5

💖 Credits

  • Icon by icon wind

📜 License

Distributed under the MIT License. See LICENSE for more information.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft