forked from trello-archive/power-up-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
section.html
19 lines (19 loc) · 943 Bytes
/
section.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<link rel="stylesheet" href="https://trello.com/power-ups/power-up.css">
<script src="https://trello.com/power-ups/power-up.min.js"></script>
</head>
<body>
<div id="content">
<p>Tips for using attachment-sections</p>
<ol>
<li>Make sure your section feels at home on the card. It should fit in with the rest of the card and not stick out.</li>
<li>You can specify a height when you claim the section, and also use t.sizeTo() to make sure your section is the perfect height.</li>
<li>Try to keep the height of your sections to a minimum.</li>
<li>It should be obvious to the user what attachments went into your section. They shouldn't be left wondering were one of their attachments disappeared to.</li>
</ol>
<p class="u-quiet">Claimed attachment urls: <span id="urls"></span></p>
</div>
<script src="./js/section.js"></script>
</body>
</html>