forked from GreenAsh/code-highlighter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.html
33 lines (33 loc) · 1.26 KB
/
install.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="https://miro.com/app/static/styles.1.0.css"/>
<title>Install Code Highlighter Miro Plugin</title>
<style>
body {
padding: 20px;
}
</style>
</head>
<body>
<div style="width: 700px; text-align: left">
<p>
<span class="miro-h2">Code highlighter for miro.com</span><br/><br />
<a href="https://miro.com/oauth/authorize/?response_type=token&client_id=3074457347020676712&redirect_uri=/">
<button class="miro-btn miro-btn--primary miro-btn--medium">Install</button>
</a><br /><br />
<a href="https://github.com/GreenAsh/code-highlighter/">source code</a>
</p>
<div class="miro-h1">How to use plugin</div>
<p>
<span class="miro-p-large">For highlighting just select widgets and press on the plugin icon in the bottom bar</span><br />
<img src="docs/img/help_highlight_selection.gif" width="100%" />
</p>
<p>
<span class="miro-p-large">For opening settings, just click the plugin icon in the bottom toolbar without selecting any widget:</span><br />
<img src="docs/img/help_open_settings.gif" width="100%" />
</p>
</div>
</body>
</html>