-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanual.html
54 lines (44 loc) · 1.6 KB
/
manual.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>CoolBox</title>
<style>
/* Shout-out to http://bettermotherfuckingwebsite.com/ for this CSS */
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px;
}
h1,
h2,
h3 {
line-height: 1.2
}
</style>
</head>
<body>
<a style="display: flex; justify-content: center;">
<img style="width: 100px;" src="https://pbs.twimg.com/profile_images/969614361349251072/z9DXgjbP_400x400.jpg" alt="your_logo_goes_here"
/>
</a>
<h1 align="center">CoolBox</h1>
<hr>
<p align="center">A blender like tool box for krita</p>
<h2>Description</h2>
<p>Just an attempt to build a blender link toolbox, to see how people react to the new design.</p>
<h2>Setup</h2>
<p>
Download the zip file from the releases tab and go to Tools -> Scripts -> Import Python Plugin. Follow the instructions there. After restarting Krita, you can see a new docker added to the Settings -> Dockers menu called CoolBox, just activate that and deactivate the original toolbox.
</p>
<h2>Usage</h2>
<p>Click on the respective tool to activate, long press if you need to open the sub tools popup. Remember if you release the mouse the popup will close with the last highlighted tool as active.</p>
<h2>Feedback</h2>
<p>Opening an thread in Krita Artists or an issue in Github works, PRs are welcomed.</p>
</body>
</html>