Edit diagrams directly in GitHub with draw.io and github.dev

draw.io 21 Sep 2021

Share:

For developers, github.dev allows you to edit files stored in GitHub repositories in a web-based code editor. It has many of the benefits of Visual Studio Code - search, syntax highlighting, and a source control view. After installing the unofficial draw.io extension for Visual Studio Code into the web-based editor, you can quickly navigate, view and edit diagram files stored in your GitHub repositories without ever leaving your browser.

Navigate to and click on a diagram file in your repository via github.dev to open it in the diagram editor

Use a web-based code editor for GitHub

The github.dev version of the site is useful when you want to have more editing and syntax highlighting features in your web browser as you step through, test and edit code in a GitHub repository.

This lightweight web-based editor runs entirely within your browser’s sandbox, similar to our free online diagram editor, and does not need to explicitly clone a repository to work with the files within it, unlike a desktop code editor.

See the github.dev documentation for more details.

Edit diagrams in a repository with github.dev

You also need a visual editor to edit the diagram files that typically accompany software documentation and projects stored in GitHub.

The unofficial draw.io extension, developed by Henning Dieterichs, allows you to quickly and easily navigate, update and add to the collections of diagrams and visual documentation in your repositories via the web-based editor.

Open your repository in github.dev

  1. In your browser, go to the repository you want to work with at github.com, and make sure you are signed into your GitHub account.
  2. Replace the .com part of the URL with .dev and reload the page.
    For example, from https://github.com/jgraph/drawio-diagrams to https://github.dev/jgraph/drawio-diagrams
    Step 1 - Open your repository in the lightweight web-based editor via github.dev

Install the diagramming extension

  1. Click on the Extensions tab in the left menu, or press Shift+Ctrl+X on Windows, Shift+Cmd+X on macOS.
  2. Search for draw.io and click Install on the unofficial extension developed by Henning Dieterichs.
    Install the diagramming extension in the web-based editor at github.dev

The diagramming extension will be enabled globally, and will persist until you clear your browser’s cache.

See how to use the unofficial draw.io extension in Visual Studio Code

Edit a diagram file in your repository

Now you can edit diagram files that have the .drawio file suffix directly in your browser.

  1. Navigate to a diagram file in the repository that you have open in the left panel. When you click on the file, the diagram editor will open in the right pane.
  2. When you edit the diagram, your changes are auto-saved. The repository listing on the left will update to show that the file has been edited.
    Navigate to and click on a diagram file in your repository via github.dev to open it in the diagram editor

Commit the edited diagram to the repository

Before you commit the changes you have made to the diagram file in the web-based code editor, you can compare the two versions of the diagram.

  1. Go to the Source Control tab on the left to see the changed files.
  2. Click on a .drawio file to open both the original and edited version side-by-side to compare the two versions.
  3. Stage and commit your changes to save and update your repository.
    Compare and commit the changes you made to the diagram files in your repository via github.dev

Further resources and troubleshooting

Follow us on GitHub, Twitter, Facebook.

Share: