An open API service indexing awesome lists of open source software.

https://github.com/bric3/excalidraw-jetbrains-plugin

Create or edit Excalidraw files within Jetbrains IDEs (IntelliJ, CLion, Webstorm, Goland, ...)
https://github.com/bric3/excalidraw-jetbrains-plugin

clion excalidraw goland ide intellij jetbrains webstorm

Last synced: about 1 year ago
JSON representation

Create or edit Excalidraw files within Jetbrains IDEs (IntelliJ, CLion, Webstorm, Goland, ...)

Awesome Lists containing this project

README

          

# Excalidraw Integration for Jetbrains IDEs

![Build](https://github.com/bric3/excalidraw-jetbrains-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/17096.svg)](https://plugins.jetbrains.com/plugin/17096)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/17096.svg)](https://plugins.jetbrains.com/plugin/17096)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

This plugin allows creating or editing [Excalidraw](https://excalidraw.com/)
virtual whiteboard within the IDE.

light/dark plugin screenshot

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "excalidraw-jetbrains-plugin" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/bric3/excalidraw-jetbrains-plugin/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

## How do I build and run this project?

For development purpose, clone the project locally and start it with
the command:

```
./gradlew runIde
```

This will build the plugin and start a sandboxed instance of IntelliJ with
the plugin already installed. You can even start this in debug mode.

----
The Logo is inspired from the actual [Excalidraw logo](https://github.com/excalidraw/excalidraw-logo/blob/afabcf3f9f5e12d6b1574bc7abd5d63466744155/logo256.svg) (MIT licensed).