1
- <!DOCTYPE html> < html lang ="en ">
1
+ <!DOCTYPE html> < html lang ="en " xmlns:my =" local.uri " >
2
2
< head >
3
3
< META http-equiv ="Content-Type " content ="text/html; charset=ISO-8859-1 ">
4
4
< title > MindSlide</ title >
5
5
< meta name ="description " content ="Freeplane mindmap HTML presentation ">
6
6
< meta name ="author " content ="Yours Respectfully ">
7
7
< meta name ="generator " content ="Mindslide at http://berteh.github.io/mindslide/ ">
8
- <!--Mindslide version 0.3 -->
8
+ <!--Mindslide version 0.5 -->
9
9
< meta name ="apple-mobile-web-app-capable " content ="yes ">
10
10
< meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent ">
11
11
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no ">
12
- < link rel ="stylesheet " href ="reveal.js/css/reveal.css ">
13
- < link rel ="stylesheet " id ="theme " href ="reveal.js/css/theme/moon.css ">
12
+ < link rel ="stylesheet " href ="http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0 /css/reveal.css ">
13
+ < link rel ="stylesheet " id ="theme " href ="http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0 /css/theme/moon.css ">
14
14
<!--For syntax highlighting-->
15
- < link rel ="stylesheet " href ="reveal.js/lib/css/zenburn.css ">
15
+ < link rel ="stylesheet " href ="http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0 /lib/css/zenburn.css ">
16
16
< style type ="text/css ">
17
17
a .connector , a .subsection {margin-left : 1ex ; font-size : smaller}
18
18
.illustrations a {float : left; margin : 1ex 5px ; max-width : 100% }
24
24
.illustrations .w5 a , .illustrations .w9 a , .illustrations .w10 a {max-width : 18% }
25
25
26
26
/* bullet lists layout */
27
- . mindslide li p {margin : 0 0 ;}
28
- . mindslide section .content > ul li {font-size : 90% ;}
29
- . mindslide section .content > ul > li : first-of-type , . mindslide section .title > ul li {list-style : none; display : block; font-size : 120% ; margin-bottom : 1ex }
27
+ # mindslide li p {margin : 0 0 ;}
28
+ # mindslide section .content > ul li {font-size : 90% ;}
29
+ # mindslide section .content > ul > li : first-of-type , # mindslide section .title > ul li {list-style : none; display : block; font-size : 120% ; margin-bottom : 1ex }
30
30
31
- /*zenburn hack for inline code highlight*/
32
- pre .inline , .inline code {display : inline; width : auto;}
31
+ /* zenburn hack for inline code highlight */
32
+ pre .inline , .inline code {display : inline; width : auto;}
33
+
34
+ /* icons */
35
+ # mindslide .awesome section .content li .icon {list-style : none; margin-left : -1em }
36
+ # mindslide .awesome .fa {font-family : FontAwesome; margin-right : 1ex ;}
33
37
</ style >
34
38
<!--If the query includes 'print-pdf', use the PDF print sheet. works in Chrome, maybe not other browsers-->
35
39
< script type ="text/javascript ">
36
- document . write ( '<link rel="stylesheet" href="reveal.js/css/print/' + ( window . location . search . match ( / p r i n t - p d f / gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print" />' ) ;
40
+ document . write ( '<link rel="stylesheet" href="http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0 /css/print/' + ( window . location . search . match ( / p r i n t - p d f / gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print" />' ) ;
37
41
</ script >
38
42
<!--
39
43
[if lt IE 9]>
40
- <script src="reveal.js/lib/js/html5shiv.js"></script>
44
+ <script src="http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0 /lib/js/html5shiv.js"></script>
41
45
<![endif]
42
46
-->
43
- <!--placeholder for custom header items-->
47
+ <!--placeholder for custom header items (typically scripts or stylesheets) -->
44
48
</ head >
45
49
< body >
46
50
< div class ="reveal ">
47
51
<!--Any section element inside of this container is displayed as a slide-->
48
- < div class ="slides mindslide ">
52
+ < div id =" mindslide " class ="slides ">
49
53
< section class ="title " id ="ID_1723255651 ">
50
54
< h1 > MindSlide</ h1 >
51
55
< ul >
52
56
< li > View your Mindmap as an HTML presentation / slideshow</ li >
53
- < li > hit <space> to navigate</ li >
54
57
< li >
55
- < a href ="https://github.com/berteh/mindslide " class ="link external ">
56
- < p >
57
- < small > MindSlide source code</ small >
58
+ < p > </ p >
59
+ < p style ="text-align: center ">
60
+ hit < code > <space></ code > to navigate
61
+ </ p >
62
+ </ li >
63
+ < li >
64
+ < p style ="text-align: center ">
65
+ < small > < a href ="https://github.com/berteh/mindslide/ "> source code</ a > (on github) - < a href ="https://donorbox.org/donate-98 "> donate</ a > (on donorbox)</ small >
58
66
</ p >
59
- </ a >
60
67
</ li >
61
68
</ ul >
62
69
</ section >
@@ -110,7 +117,7 @@ <h2>Features</h2>
110
117
</ li >
111
118
< li >
112
119
< p >
113
- 2D overview < small > (hit "esc" or "o")</ small > easy navigation < small > (space, arrows, click, touch)</ small > help < small > (?)</ small >
120
+ 2D overview < small > (hit "esc" or "o")</ small > and easy navigation < small > (space, arrows, click, touch)</ small > help < small > (?)</ small >
114
121
</ p >
115
122
</ li >
116
123
< li >
@@ -278,10 +285,11 @@ <h4>Hide Nodes</h4>
278
285
</ div >
279
286
< aside class ="notes ">
280
287
< p >
281
- The original mindmap has more content in this node... but it does not show in your slides.
288
+ The original mindmap has more content in this node... but it does not show in your slides (nor do their respective speakers notes) .
282
289
</ p >
290
+ < p > </ p >
283
291
< p >
284
- Great for creating content in Freeplane, and presenting only when it's ready.
292
+ Great for preparing content in Freeplane, and presenting every part only when it's ready.
285
293
</ p >
286
294
</ aside >
287
295
</ section >
@@ -339,6 +347,11 @@ <h3>Contribute / Contact</h3>
339
347
Spread the word about < a href ="http://berteh.github.io/mindslide/ "> Mindslide</ a > , < a href ="http://freeplane.sourceforge.net/ "> Freeplane</ a > and < a href ="http://lab.hakim.se/reveal-js/ "> Reveal.js</ a >
340
348
</ p >
341
349
</ li >
350
+ < li >
351
+ < p >
352
+ Another way to help keeping this project alive is to < a href ="https://donorbox.org/donate-98 "> donate</ a > .
353
+ </ p >
354
+ </ li >
342
355
</ ul >
343
356
</ section >
344
357
< section class ="content " id ="ID_1869571896 ">
@@ -384,21 +397,37 @@ <h4>Improve the code</h4>
384
397
< h2 >
385
398
Not supported yet</ h2 >
386
399
< ul >
387
- < li > Many elements are still not supported. We welcome any pointers how to best do it, as well as help to do so!</ li >
388
- < li > node and edge style, icons and clouds</ li >
400
+ < li > Many elements are still not supported. We welcome any pointers how to best do it, as well as help to do so! Just post your ideas in our issues tracker.</ li >
401
+ < li class ="icon ">
402
+ < span aria-hidden ="true " class ="fa fa-lightbulb-o "> </ span > node and edge style, icons and clouds</ li >
389
403
< li > free "post-it" nodes are not marked differently from other nodes</ li >
390
- < li > node attributes, zoom on images, author informations</ li >
391
- < li > packaging presentation with all its dependencies in a single portable file.</ li >
392
- < li > summary nodes</ li >
404
+ < li > </ li >
405
+ < li class ="icon ">
406
+ < span aria-hidden ="true " class ="fa fa-list "> </ span > node attributes, zoom on images, author informations</ li >
407
+ < li class ="icon ">
408
+ < span aria-hidden ="true " class ="fa fa-exclamation-triangle "> </ span > < span aria-hidden ="true " class ="fa fa-bookmark "> </ span > < span aria-hidden ="true " class ="fa fa-list-ol "> </ span > < span aria-hidden ="true " class ="fa fa-eye "> </ span > icons</ li >
409
+ < li class ="icon ">
410
+ < span aria-hidden ="true " class ="fa fa-paperclip "> </ span > packaging presentation with all its dependencies in a single portable file.</ li >
393
411
< li >
394
- < a href ="https://github.com/berteh/mindslide/issues " class ="link external " > Put your suggestions on our "issues" list! </ a >
412
+ < a href ="#/ID_1915754421 " class ="link subsection " > ↴ </ a >
395
413
</ li >
396
- < li > Known Bugs< a href ="#/ID_191827926 " class ="link subsection "> ↴</ a >
414
+ < li >
415
+ < a href ="https://github.com/berteh/mindslide/issues " class ="icon "> < span aria-hidden ="true " class ="fa fa-lightbulb-o "> </ span > Put your suggestions on our "issues" list!</ a >
416
+ </ li >
417
+ < li class ="icon ">
418
+ < span aria-hidden ="true " class ="fa fa-warning "> </ span > Known Bugs< a href ="#/ID_191827926 " class ="link subsection "> ↴</ a >
397
419
</ li >
398
420
</ ul >
399
421
</ section >
422
+ < section class ="content " id ="ID_1915754421 ">
423
+ < h3 > </ h3 >
424
+ < ul >
425
+ < li > summary nodes</ li >
426
+ </ ul >
427
+ </ section >
400
428
< section class ="content " id ="ID_191827926 ">
401
- < h3 > Known Bugs</ h3 >
429
+ < h3 class ="icon ">
430
+ < span aria-hidden ="true " class ="fa fa-warning "> </ span > Known Bugs</ h3 >
402
431
< ul >
403
432
< li > Various things we should fix, any pointer how to do so is welcome.</ li >
404
433
< li >
@@ -428,6 +457,10 @@ <h2>Acknowledgments</h2>
428
457
< p >
429
458
This export tool relies on the fantastic < a href ="http://lab.hakim.se/reveal-js/ "> reveal.js</ a > HTML presentation framework, and < a href ="http://freeplane.sourceforge.net "> Freeplane</ a > ... to map your thoughts.
430
459
</ p >
460
+ < p > </ p >
461
+ < p >
462
+ If this feature helps you saving valuable time kindly consider a < a href ="https://donorbox.org/donate-98 "> donation</ a > to help keeping it alive
463
+ </ p >
431
464
</ li >
432
465
</ ul >
433
466
</ section >
@@ -441,8 +474,8 @@ <h3 class="thanks">Thank You!</h3>
441
474
</ section >
442
475
</ div >
443
476
</ div >
444
- < footer class ="info "> MindSlide | < a href ="http://berteh.github.io/mindslide/ "> Mindslide</ a > v 0.3 | < a href ="http://freeplane.sourceforge.net/ "> Freeplane</ a > map vfreeplane 1.3.0 </ footer >
445
- < script src ="reveal.js/lib/js/head.min.js "> </ script > < script src ="reveal.js/js/reveal.js "> </ script > < script >
477
+ < footer class ="info "> MindSlide | < a href ="http://berteh.github.io/mindslide/ "> Mindslide</ a > v 0.5 | < a href ="http://freeplane.sourceforge.net/ "> Freeplane</ a > map vfreeplane 1.5.9 </ footer >
478
+ < script src ="http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0/ lib/js/head.min.js "> </ script > < script src ="http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0 /js/reveal.js "> </ script > < script >
446
479
447
480
//run reveal.js
448
481
// Full list of configuration options available here:
@@ -468,7 +501,7 @@ <h3 class="thanks">Thank You!</h3>
468
501
autoSlideMethod : Reveal . navigateNext ,
469
502
mouseWheel : true ,
470
503
hideAddressBar : true ,
471
- previewLinks : false ,
504
+ previewLinks : true ,
472
505
transition : 'slide' ,
473
506
transitionSpeed : 'default' ,
474
507
backgroundTransition : 'slide' ,
@@ -484,15 +517,36 @@ <h3 class="thanks">Thank You!</h3>
484
517
485
518
// Optional libraries used to extend on reveal.js - see https://github.com/hakimel/reveal.js#dependencies
486
519
dependencies : [
487
- { src : ' reveal.js/lib/js/classList.js', condition : function ( ) { return ! document . body . classList ; } } ,
488
- { src : ' reveal.js/plugin/highlight/highlight.js', async : true , callback : function ( ) { hljs . initHighlightingOnLoad ( ) ; } } ,
489
- { src : ' reveal.js/plugin/zoom-js/zoom.js', async : true , condition : function ( ) { return ! ! document . body . classList ; } } ,
490
- { src : ' reveal.js/plugin/notes/notes.js', async : true , condition : function ( ) { return ! ! document . body . classList ; } }
491
- //{ src: ' reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
492
- //{ src: ' reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
493
- //{ src: ' reveal.js/plugin/math/math.js', async: true }
520
+ { src :'http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0 /lib/js/classList.js', condition : function ( ) { return ! document . body . classList ; } } ,
521
+ { src :'http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0 /plugin/highlight/highlight.js', async : true , callback : function ( ) { hljs . initHighlightingOnLoad ( ) ; } } ,
522
+ { src :'http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0 /plugin/zoom-js/zoom.js', async : true , condition : function ( ) { return ! ! document . body . classList ; } } ,
523
+ { src :'http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0 /plugin/notes/notes.js', async : true , condition : function ( ) { return ! ! document . body . classList ; } }
524
+ //{ src:'http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0/ plugin/markdown/marked.js', condition: function() { return !!document.querySelector('[data-markdown]' ); } },
525
+ //{ src:'http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0/ plugin/markdown/markdown.js', condition: function() { return !!document.querySelector('[data-markdown]' ); } },
526
+ //{ src:'http://cdn.rawgit.com/hakimel/ reveal.js/3.3.0 /plugin/math/math.js', async: true }
494
527
]
495
- } ) ;
496
- </ script >
528
+
529
+ } ) ;
530
+ </ script >
531
+ < link rel ="stylesheet " crossorigin ="anonymous " href ="https://opensource.keycdn.com/fontawesome/4.6.3/font-awesome.min.css ">
532
+ < script >
533
+ // add "awesome" class to #mindslide (only) if FontAwesome is loaded (for icons layout)
534
+
535
+ function css ( element , property ) {
536
+ return window . getComputedStyle ( element , null ) . getPropertyValue ( property ) ;
537
+ }
538
+
539
+ window . onload = function ( ) {
540
+ var span = document . createElement ( 'span' ) ;
541
+ span . className = 'fa' ;
542
+ span . style . display = 'none' ;
543
+ document . body . insertBefore ( span , document . body . firstChild ) ;
544
+ if ( ( css ( span , 'font-family' ) ) == 'FontAwesome' ) {
545
+ var ms = document . getElementById ( "mindslide" ) ;
546
+ ms . className += " awesome" ;
547
+ }
548
+ document . body . removeChild ( span ) ;
549
+ } ;
550
+ </ script >
497
551
</ body >
498
552
</ html >
0 commit comments