-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMindTabs.html
More file actions
453 lines (444 loc) · 19.9 KB
/
MindTabs.html
File metadata and controls
453 lines (444 loc) · 19.9 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<title>MindTabs</title>
<link href="/res/image/logo/MindTabs.ico" rel="shortcut icon" type="image/x-icon" />
<!--Libraries-->
<link rel="stylesheet" type="text/css" href="/res/css/theme.min.css" />
<link rel="stylesheet" type="text/css" href="/res/css/jquery.contextMenu.min.css" />
<link rel="stylesheet" type="text/css" href="/res/css/bootstrap-3.3.7.min.css" />
<link rel="stylesheet" type="text/css" href="/res/css/materialdesignicons.min.css" />
<link rel="stylesheet" type="text/css" href="/res/css/styles.css" />
<link rel="stylesheet" type="text/css" href="/res/css/style-responsive.min.css" />
<script src="/res/js/jquery.min.js"></script>
<script src="/res/js/bootstrap-3.3.7.min.js"></script>
<script src="/res/js/actions.js"></script>
<script src="/res/js/jquery.contextMenu.min.js"></script>
</head>
<body>
<section id="container" class="">
<header class="header fixed-top clearfix">
<div class="brand">
<a class="logo" href="/MindTabs.html">MindTabs</a>
<div class="sidebar-toggle-box btn-shadowed rounded">
<div class="mdi mdi-menu"></div>
</div>
</div>
<div class="top-nav clearfix">
<ul class="top-menu notify-row" style="float:left;">
<li class="dropdown">
<a href="#" class="dropdown-toggle tooltips btn-shadowed disabled rounded" data-placement="bottom" title="Windows opened">
<div class="mdi mdi-aspect-ratio"></div>
<span class="badge bg-success"></span>
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle tooltips btn-shadowed disabled rounded" data-placement="bottom" title="Tabs opened">
<div class="mdi mdi-tab"></div>
<span class="badge bg-info"></span>
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle tooltips btn-shadowed disabled rounded" data-placement="bottom" title="Tabs suspended">
<div class="mdi mdi-tab-unselected"></div>
<span class="badge bg-warning"></span>
</a>
</li>
</ul>
<ul class="nav top-menu" style="float:right;">
<li>
<input type="text" placeholder="󰍉 Search Tabs by URL or Title" class="form-control search searchControl shadowed" />
</li>
<li>
<div id="themeSwitch" class="headerToggleCircle tooltips btn-shadowed rounded" data-placement="bottom" title="Switch Light/Dark Theme" data-container="body" >
<div class="mdi mdi-theme-light-dark"></div>
</div>
</li>
<li>
<div class="headerToggleCircle tooltips btn-shadowed rounded" data-placement="bottom" title="About MindTabs" data-container="body" data-toggle="modal" data-target="#modalInfo">
<div class="mdi mdi-information-variant"></div>
</div>
</li>
<li>
<div id="factoryReset" class="headerToggleCircle tooltips btn-shadowed rounded" data-placement="bottom" title="Total Reset. Warning: Erasing All Data" data-container="body">
<div class="mdi mdi-cog-refresh"></div>
</div>
</li>
</ul>
</div>
</header>
<aside>
<div class="nav-collapse" id="sidebar">
<div class="leftside-navigation" style="overflow: hidden; height: 100%" tabindex="5000">
<ul id="nav-accordion" class="sidebar-menu">
<li id="btnOpen" data-action="Open" class="sub-menu tooltips" data-placement="right" data-container="body" title="Open selected item(s) in browser" >
<a href="#">
<i class="mdi mdi-window-maximize"></i>
<span class="actionName">Open</span>
</a>
</li>
<li id="btnClose" data-action="Close" class="sub-menu tooltips" data-placement="right" data-container="body" title="Close selected item(s) in browser">
<a href="#">
<i class="mdi mdi-window-close"></i>
<span class="actionName">Close</span>
</a>
</li>
<li id="btnSuspend" data-action="Suspend" class="sub-menu tooltips" data-placement="right" data-container="body" title="Suspend active tabs to inactivate" >
<a href="#">
<i class="mdi mdi-buffer"></i>
<span class="actionName">Suspend</span>
</a>
</li>
<li id="btnRestore" data-action="Restore" class="sub-menu tooltips" data-placement="right" data-container="body" title="Restore suspended tabs">
<a href="#">
<i class="mdi mdi-restore"></i>
<span class="actionName">Restore</span></a>
</li>
<li id="btnDelete" data-action="Delete" class="sub-menu tooltips" data-placement="right" data-container="body" title="Delete suspended tabs">
<a href="#">
<i class="mdi mdi-delete"></i>
<span class="actionName">Delete</span>
</a>
</li>
</ul>
<div class="aboutWrapper">
<a href="http://github.com/Moenupa" class="fg-purple">by Moenupa</a><br />
<small>BETA v0.1.3</small>
</div>
</div>
<div id="ascrail2000" class="nicescroll-rails" style="width: 3px; z-index: auto; cursor: default; position: absolute; top: 0px; left: 237px; height: 418px; opacity: 0; display: block;">
<div style="position: relative; top: 0px; float: right; width: 3px; height: 263px; background-color: rgb(31, 181, 173); border: 0px solid rgb(255, 255, 255); background-clip: padding-box; border-radius: 0px;"></div>
</div>
<div id="ascrail2000-hr" class="nicescroll-rails" style="height: 3px; z-index: auto; top: 415px; left: 0px; position: absolute; cursor: default; display: none; width: 237px; opacity: 0;">
<div style="position: relative; top: 0px; height: 3px; width: 240px; background-color: rgb(31, 181, 173); border: 0px solid rgb(255, 255, 255); background-clip: padding-box; border-radius: 0px; left: 0px;"></div>
</div>
</div>
</aside>
<section id="main-content" class="">
<section class="wrapper">
<div class="row">
<div id="tree-container" class="treeWrapper">
<section class="toolTipWrapper panel" style="display: none;">
<header class="toolTip-header panel-heading shadowed">
<span class="mdi mdi-tooltip-text-outline" ></span>
<span class="panel-title">Tips</span>
<span class="tools pull-right" style="float:right;">
<a href="#" class="mdi mdi-arrow-expand-up tooltips panel-toggler" data-placement="top" title="SHOW / HIDE"></a>
<a href="#" class="mdi mdi-bell-off-outline tooltips panel-toggler" data-placement="top" title="DISABLE"></a>
</span>
</header>
<div class="toolTip-body panel-body" style="display: none;">
<div id="tipsCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<div class="carousel-frame">
<p><b>1. Selection</b></p>
<p><small>All items are selectable. To perform actions at first select any item(s).</small></p>
<p><small>Or right click to select item and perform action from context menu.</small></p>
</div>
</div>
<div class="item">
<div class="carousel-frame">
<p><b>2. Actions</b></p>
<p><small>Select any item(s) to perform actions (activated in left toolbar). This mode allows actions for multiple items.</small></p>
<p><small>Right click to perform action for single item from context menu.</small></p>
</div>
</div>
<div class="item">
<div class="carousel-frame">
<p><b>3. Manage view</b></p>
<p><small>Click empty spave & drag it to any suitable position (or use arrow keys from keyboard).</small></p>
<p><small>Try zooming feature to get big picture of your data (or use <kbd>+</kbd> or <kbd>-</kbd> keys from keyboard).</small></p>
</div>
</div>
<div class="item">
<div class="carousel-frame">
<p><b>4. Structure data</b></p>
<p><small>All nodes are automatically grouped by URL for your convenience.</small></p>
<p><small>Right click any window / group and click "expand"/"collapse" to show / hide it's contents.</small></p>
</div>
</div>
<div class="item">
<div class="carousel-frame">
<p><b>5. Filter data</b></p>
<p><small>Use search to filter your data and get matching results. Only a few clicks to find the desired node!</small></p>
<p><small>Filtering by both website name and URL is supported. (e.g. accepts either of <code>Google</code> and <code>www.google.com</code>)</small></p>
</div>
</div>
</div>
<a class="carousel-control left" href="#tipsCarousel" data-slide="prev" style="float:left;">Previous</a>
<a class="carousel-control right" href="#tipsCarousel" data-slide="next" style="float:right;">Next</a>
</div>
</div>
</section>
<div class="controllerWrapper">
<table cellspacing="0" cellpadding="0">
<tr>
<td></td>
<td class="navigationControl" data-direction="up">
<div class="mdi mdi-menu-up controller" title="Move up (↑ key)"></div>
</td>
<td></td>
</tr>
<tr>
<td class="navigationControl" data-direction="left">
<div class="mdi mdi-menu-left controller" title="Move left (← key)"></div>
</td>
<td class="navigationControl" data-direction="center">
<div class="controller" title="Center view">•</div>
</td>
<td class="navigationControl" data-direction="right">
<div class="mdi mdi-menu-right controller" title="Move right (→ key)"></div>
</td>
</tr>
<tr>
<td></td>
<td class="navigationControl" data-direction="down">
<div class="mdi mdi-menu-down controller" title="Move down (↓ key)"></div>
</td>
<td></td>
</tr>
<tr>
<td class="controller transformScale" data-direction="zoom-in"><small class="mdi mdi-magnify-plus" title="Zoom in (+ key)"></small></td>
<td></td>
<td class="controller transformScale" data-direction="zoom-out"><small class="mdi mdi-magnify-minus" title="Zoom out (- key)"></small></td>
</tr>
</table>
</div>
</div>
</div>
</section>
</section>
</section>
<div id="contextmenu"></div>
<div class="clearfix"></div>
<div aria-hidden="true" role="dialog" tabindex="-1" id="modalInfo" class="modal fade mindTabsModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button aria-hidden="true" data-dismiss="modal" class="mdi mdi-close pull-right" type="button" style="float:right;"></button>
<h3>MindTabs</h3>
</div>
<div class="modal-body">
<div>
<img src="res/image/icon/graph.png" />
<p>
MindTabs helps to see the current browser state with a simple graphically structured tree. This tree is truly live - every branch & item within it can be changed in realtime mode.
</p>
<img src="res/image/icon/presentation.png" />
<p>
MindTabs is a flexible tool able to solve different tasks. This tasks depend on what kind of user you are. Someone will like MindTabs for it's open/close feature. Another will reveal possibilities in suspending tabs + immediate reducing memory used by Chrome.
</p>
<p>But for every user MindTabs is a big picture with endless deeping & grouping. So find your personal use case & give us feedback.</p>
</div>
<p style="font-size: larger;">Learn more about key features:</p>
<div class="panel-group" id="accordion">
<div class="panel">
<div class="panel-heading shadowed">
<div class="panel-title">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseActions" title="Learn more about key actions" id="a4">
<div class="mdi mdi-check-all">Actions</div>
</a>
</div>
</div>
<div id="collapseActions" class="panel-collapse collapse">
<div class="panel-body">
<table class="table table-rounded table-striped table-responsive">
<thead>
<tr>
<th><span class="mdi mdi-material-design"></span></th>
<th>Action</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="mdi mdi-window-maximize"></span></td>
<td>Open</td>
<td><small>double click node to open tab or right click node & select "Open". <br /><span class="badge bg-info">!</span> Select active tabs to perform this action. </small> </td>
</tr>
<tr>
<td><small class="mdi mdi-window-close"></small></td>
<td>Close</td>
<td>
<small>click to close tab / tab group / window or right click tab/tab group / window & select "Close". <br />
<span class="badge bg-info">!</span> Select active tabs to perform this action.<br /><kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>T</kbd> to open last closed tab. </small>
</td>
</tr>
<tr>
<td><span class="mdi mdi-buffer"></span></td>
<td>Suspend</td>
<td>
<small>click to save tab / tab group / window or right click tab/tab group / window & select "Suspend".<br />
<span class="badge bg-info">!</span> Select active tabs to perform this action. </small>
</td>
</tr>
<tr>
<td><span class="mdi mdi-restore"></span></td>
<td>Restore</td>
<td>
<small>click to restore suspended tab / tab group / window or right click tab/tab group / window & select "Suspend".<br />
<span class="badge bg-info">!</span> Select suspended tabs to perform this action. </small>
</td>
</tr>
<tr>
<td><span class="mdi mdi-delete"></span></td>
<td>Delete</td>
<td>
<small>click to delete suspended tab / tab group / window or right click tab/tab group / window & select "Suspend".<br />
<span class="badge bg-info">!</span> Select suspended tabs to perform this action. </small>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading shadowed">
<div class="panel-title">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSearch" title="Learn more about search" id="a5">
<div class="mdi mdi-magnify">Searching</div>
</a>
</div>
</div>
<div id="collapseSearch" class="panel-collapse collapse">
<div class="panel-body">
<p><b>Search allows to filter all tabs and access any tab faster!</b></p>
<br />
<p>Search by title or URL (even few letters) to find tabs. Start typing any keyword from tab/tab group and get matching results.</p>
<p>Hover any item to know the path for every tab/tab group.</p>
<br />
<small><span class="badge bg-info">!</span> Don't forget to clear search box to show all tabs!</small>
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading shadowed">
<div class="panel-title">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTabs" title="Learn more about Tabs, groups & windows" id="a6">
<div class="mdi mdi-share-variant">Tabs, groups, windows</div>
</a>
</div>
</div>
<div id="collapseTabs" class="panel-collapse collapse">
<div class="panel-body">
<p>
<strong>Multiple browser windows are supported. </strong>
<br />
<span>From now working in few windows has become more suitable. Switch between tabs in windows, save windows & even restore them in one click.</span>
</p>
<br />
<p>
<strong>All tabs are clustered by browser window & by URL group. </strong>
<br />
<span>E.g. few opened tabs from Google are clustered to single group named "Google".</span>
</p>
<br />
<p>
<strong>Area positioning: zooming & dragging. </strong>
<br />
<span>Use zoom buttons for zooming in/out tabs area. Click empty area and drag it to any suitable position.</span>
</p>
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading shadowed">
<div class="panel-title">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseHotKeys" title="Learn more about hotkeys for quick access" id="a7">
<div class="mdi mdi-keyboard-variant">Hotkeys</div>
</a>
</div>
</div>
<div id="collapseHotKeys" class="panel-collapse collapse">
<div class="panel-body">
<p>Use hotkeys for primary access to actions like mode toggling, zooming, moving & refresh.</p>
<table class="table table-rounded table-striped table-responsive table-centered">
<thead>
<tr>
<th>Key Binding</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><kbd><span class="mdi mdi-arrow-up-bold"></span></kbd></td>
<td>Move tabs area up</td>
</tr>
<tr>
<td><kbd><span class="mdi mdi-arrow-right-bold"></span></kbd></td>
<td>Move tabs area right</td>
</tr>
<tr>
<td><kbd><span class="mdi mdi-arrow-down-bold"></span></kbd></td>
<td>Move tabs area down</td>
</tr>
<tr>
<td><kbd><span class="mdi mdi-arrow-left-bold"></span></kbd></td>
<td>Move tabs area down</td>
</tr>
<tr>
<td><kbd><span class="mdi mdi-plus-thick"></span></kbd></td>
<td>Zoom in tabs area</td>
</tr>
<tr>
<td><kbd><span class="mdi mdi-minus-thick"></span></kbd></td>
<td>Zoom out tabs area</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<a href="https://github.com/Moenupa" target="_blank" class="fg-purple">by Moenupa</a><br />
<small>BETA v0.1.3</small>
</div>
</div>
</div>
</div>
<div aria-hidden="true" role="dialog" tabindex="-1" id="modalIntro" class="modal fade mindTabsModal">
<div id="welcome" class="modal-dialog" style="max-width: 400px">
<div class="modal-content">
<div class="modal-header">
<button aria-hidden="true" data-dismiss="modal" class="mdi mdi-close pull-right" type="button" style="float:right;"></button>
<h3>Welcome to MindTabs!</h3>
</div>
<div class="modal-body">
<div style="text-align:center;margin-bottom:20px;">
<img src="res/image/logo/MindTabs128.png" style="float: none" />
<h4>Please read this tips before you start<br />
& become a PRO just in a minute!</h4>
</div>
<div class="clearfix"></div>
<ul id="welcome-steps">
<li>
<span class="badge bg-primary"><b>1</b></span>
<span>Select any item to perform action.</span>
</li>
<li>
<span class="badge bg-primary"><b>2</b></span>
<span>Choose action for selected item(s).</span>
</li>
<li>
<span class="badge bg-primary"><b>3</b></span>
<span>Feel the true power of MindTabs!</span>
</li>
</ul>
<div style="padding:24px 24px 0">
<a id="start" class="btn btn-lg btn-primary btn-block" data-dismiss="modal">Start MindTabs</a>
</div>
</div>
<div class="modal-footer">
<a href="https://github.com/Moenupa" target="_blank" class="fg-purple">by Moenupa</a><br />
<small>BETA v0.1.3</small>
</div>
</div>
</div>
</div>
</body>
</html>