-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
65 lines (51 loc) · 1.92 KB
/
index.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
55
56
57
58
59
60
61
62
63
64
<head>
<title>Print Trello Lists/Cards/...</title>
<link rel=stylesheet type=text/css href=style.css></link>
<script src=board.js?q=9></script>
<script src=pref.js?q=9></script>
<script src=layout.js?q=9></script>
<script src=showdown.js></script>
</head>
<body>
<div id=HOWTO class=noprint>
<div align=right><a href=about.htm>about ...</a></div>
<p>
This page will give you a printable copy of your Trello Board, lists - cards - labels - desc - comments - votes. This is helpful even when you just want to be able to scan quickly, without having to turn each card over.
<p>
You may safely use this for private/proprietary data
as no information leaves this browser page.
</p>
<fieldset><legend>Step.1 - Import your Trello Board contents</legend>
<ol>
<li>in another window or tab, access your Trello Board
<li>click show sidebar (top-right)
<li>right sidebar -> Menu -> Share,Print,Export -> Export JSON
<li>after the new JSON data appears, COPY the JSON content to your clipboard
<li>use Ctrl-V to PASTE your Trello Board's JSON into this box:
<br><textarea id=TA rows=2 cols=80 NOWRAP></textarea>
<br><input type=button value='READY' onClick=step1()>
</ol>
</fieldset>
<div id=prefDiv style='display:none'>
<fieldset><legend>Step.2 - review/set your printing preferences</legend>
<div id=PREF_FORM></div>
<p></p>
<div id=prefJsonDiv style='display:none'>
<fieldset><legend>Saving your printing preferences</legend>
You may save these printing preferences with your Trello board:
<ul class=mini>
<li>Create a card with title:
<script>document.write(prefCardTitle)</script>
<li>Add the json below as a COMMENT, and change the nickname field to something meaningful to you.
<textarea id=prefJsonOUT NOWRAP rows=2 cols=80></textarea>
</ul>
</fieldset>
<p class=hilite>Note: when you print this page - only the report below will be printed</p>
</div>
</fieldset>
</div>
<hr>
</div> <!-- end of HOWTO -->
<div id=MAIN>
<!--report will go here-->
</div>