Skip to content

Commit ff74fef

Browse files
hedietahus1
authored andcommitted
Implememts mvp.
1 parent 4553ab4 commit ff74fef

34 files changed

+1844
-1
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# patreon: # Replace with a single Patreon username
44
open_collective: doctoolchain
5-
github: [ahus1, rdmueller]
5+
github: [ahus1, rdmueller, hediet]
66
# ko_fi: # Replace with a single Ko-fi username
77
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
88
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "src/webview/drawio"]
2+
path = src/webview/drawio
3+
url = https://github.com/jgraph/drawio

.idea/.name

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

+270
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
2+
3+
# Draw.io Integration Changelog
4+
5+
## [0.0.1]
6+
### Added
7+
- MVP

CODE_OF_CONDUCT.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Code of Conduct
2+
3+
This project and the corresponding community is governed by the [JetBrains Open Source and Community Code of Conduct](https://confluence.jetbrains.com/display/ALL/JetBrains+Open+Source+and+Community+Code+of+Conduct). Please make sure you read it.
4+

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Draw.io Integration For IntelliJ
2+
3+
[![](https://img.shields.io/twitter/follow/hediet_dev.svg?style=social)](https://twitter.com/intent/follow?screen_name=hediet_dev)
4+
5+
<!-- Plugin description -->
6+
This unofficial extension integrates [Draw.io](https://app.diagrams.net/) into IntelliJ.
7+
<!-- Plugin description end -->

0 commit comments

Comments
 (0)