File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
}
10
10
11
11
group = " de.jensklingenberg"
12
- version = " 1.0"
12
+ version = " 1.0.1 "
13
13
14
14
repositories {
15
15
mavenCentral()
Original file line number Diff line number Diff line change 8
8
9
9
Turn this:
10
10
<p align="center">
11
- <img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/ master/docs/buttonhtml.png" height=500 />
11
+ <img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/master/docs/buttonhtml.png" height=500 />
12
12
</p>
13
13
14
14
Into this:
15
15
<p align="center">
16
- <img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/ master/docs/composebutton.png" height=500 />
16
+ <img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/master/docs/composebutton.png" height=500 />
17
17
</p>
18
18
19
19
## Introduction / HOW TO USE
20
20
21
21
1) Put your cursor to the place where you want to insert the Compose code.
22
22
2) Open the Plugin under Tools> HTML to Compose Web
23
23
<p align="center">
24
- <img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/ master/docs/ideatools.png" height=500 />
24
+ <img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/master/docs/ideatools.png" height=500 />
25
25
</p>
26
26
3) Add your HTML to press "Generate"
27
27
<p align="center">
28
- <img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/ master/docs/ideaWindow.png" height=500 />
28
+ <img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/master/docs/ideaWindow.png" height=500 />
29
29
</p>
30
30
4) Your code is now inserted at your cursor.
31
31
You can’t perform that action at this time.
0 commit comments