vimdeck 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -0
- data/VERSION +1 -1
- data/lib/templates/script.vim.erb +2 -0
- data/presentation/script.vim +4 -0
- data/presentation/slide001.md +5 -4
- data/presentation/slide001.txt +92 -0
- data/presentation/slide002.md +15 -15
- data/presentation/slide002.txt +106 -0
- data/presentation/slide003.md +5 -4
- data/presentation/slide003.txt +90 -0
- data/presentation/slide004.md +5 -4
- data/presentation/slide004.txt +90 -0
- data/presentation/slide005.txt +91 -0
- data/presentation/slide006.txt +91 -0
- data/presentation/slide007.txt +91 -0
- data/presentation/slide008.md +5 -4
- data/presentation/slide008.txt +97 -0
- data/presentation/slide009.md +5 -4
- data/presentation/slide009.txt +97 -0
- data/presentation/slide010.md +5 -4
- data/presentation/slide010.txt +97 -0
- data/presentation/slide011.md +5 -4
- data/presentation/slide011.txt +97 -0
- data/presentation/slide012.md +5 -4
- data/presentation/slide012.txt +97 -0
- data/presentation/slide013.md +5 -4
- data/presentation/slide013.txt +97 -0
- data/presentation/slide014.md +5 -4
- data/presentation/slide014.txt +97 -0
- data/presentation/slide015.md +5 -4
- data/presentation/slide015.txt +95 -0
- data/presentation/slide016.md +5 -4
- data/presentation/slide016.txt +95 -0
- data/presentation/slide017.md +5 -4
- data/presentation/slide017.txt +95 -0
- data/presentation/slide018.md +5 -4
- data/presentation/slide018.txt +95 -0
- data/presentation/slide019.txt +87 -0
- data/vimdeck.gemspec +0 -1
- metadata +29 -10
@@ -0,0 +1,97 @@
|
|
1
|
+
_________ ___ ____
|
2
|
+
/ ___/ __ \/ _ \/ __/
|
3
|
+
/ /__/ /_/ / // / _/
|
4
|
+
\___/\____/____/___/
|
5
|
+
|
6
|
+
module Parts
|
7
|
+
class foo
|
8
|
+
def slide
|
9
|
+
"of a"
|
10
|
+
end
|
11
|
+
|
12
|
+
def can
|
13
|
+
highlight = "vimdeck"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
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
|
+
slide 014
|
data/presentation/slide015.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
__________ ____ ______ ____ ______ ___
|
2
|
+
/ ____/ __ \/ __ \/ ____/ / __ \_ __/ |__ \
|
3
|
+
/ / / / / / / / / __/ / /_/ // / __/ /
|
4
|
+
/ /___/ /_/ / /_/ / /___ / ____// / / __/
|
5
|
+
\____/\____/_____/_____/ /_/ /_/ /____/
|
5
6
|
|
6
7
|
(function( window, $, undefined ) {
|
7
8
|
$( '.hello' ).on( 'click', function sayHello() {
|
@@ -0,0 +1,95 @@
|
|
1
|
+
_________ ___ ____ ___ ______ ___
|
2
|
+
/ ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
|
3
|
+
/ /__/ /_/ / // / _/ / ___// / / __/
|
4
|
+
\___/\____/____/___/ /_/ /_/ /____/
|
5
|
+
|
6
|
+
(function( window, $, undefined ) {
|
7
|
+
$( '.hello' ).on( 'click', function sayHello() {
|
8
|
+
alert( 'Why, hello there!' );
|
9
|
+
});
|
10
|
+
})( window, jQuery );
|
11
|
+
|
12
|
+
<body>
|
13
|
+
<a href="#" class="hello">Hello!</a>
|
14
|
+
</body>
|
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
|
+
slide 015
|
data/presentation/slide016.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
__________ ____ ______ ____ ______ ___
|
2
|
+
/ ____/ __ \/ __ \/ ____/ / __ \_ __/ |__ \
|
3
|
+
/ / / / / / / / / __/ / /_/ // / __/ /
|
4
|
+
/ /___/ /_/ / /_/ / /___ / ____// / / __/
|
5
|
+
\____/\____/_____/_____/ /_/ /_/ /____/
|
5
6
|
|
6
7
|
(function( window, $, undefined ) {
|
7
8
|
$( '.hello' ).on( 'click', function sayHello() {
|
@@ -0,0 +1,95 @@
|
|
1
|
+
_________ ___ ____ ___ ______ ___
|
2
|
+
/ ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
|
3
|
+
/ /__/ /_/ / // / _/ / ___// / / __/
|
4
|
+
\___/\____/____/___/ /_/ /_/ /____/
|
5
|
+
|
6
|
+
(function( window, $, undefined ) {
|
7
|
+
$( '.hello' ).on( 'click', function sayHello() {
|
8
|
+
alert( 'Why, hello there!' );
|
9
|
+
});
|
10
|
+
})( window, jQuery );
|
11
|
+
|
12
|
+
<body>
|
13
|
+
<a href="#" class="hello">Hello!</a>
|
14
|
+
</body>
|
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
|
+
slide 016
|
data/presentation/slide017.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
__________ ____ ______ ____ ______ ___
|
2
|
+
/ ____/ __ \/ __ \/ ____/ / __ \_ __/ |__ \
|
3
|
+
/ / / / / / / / / __/ / /_/ // / __/ /
|
4
|
+
/ /___/ /_/ / /_/ / /___ / ____// / / __/
|
5
|
+
\____/\____/_____/_____/ /_/ /_/ /____/
|
5
6
|
|
6
7
|
(function( window, $, undefined ) {
|
7
8
|
$( '.hello' ).on( 'click', function sayHello() {
|
@@ -0,0 +1,95 @@
|
|
1
|
+
_________ ___ ____ ___ ______ ___
|
2
|
+
/ ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
|
3
|
+
/ /__/ /_/ / // / _/ / ___// / / __/
|
4
|
+
\___/\____/____/___/ /_/ /_/ /____/
|
5
|
+
|
6
|
+
(function( window, $, undefined ) {
|
7
|
+
$( '.hello' ).on( 'click', function sayHello() {
|
8
|
+
alert( 'Why, hello there!' );
|
9
|
+
});
|
10
|
+
})( window, jQuery );
|
11
|
+
|
12
|
+
<body>
|
13
|
+
<a href="#" class="hello">Hello!</a>
|
14
|
+
</body>
|
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
|
+
slide 017
|
data/presentation/slide018.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
__________ ____ ______ ____ ______ ___
|
2
|
+
/ ____/ __ \/ __ \/ ____/ / __ \_ __/ |__ \
|
3
|
+
/ / / / / / / / / __/ / /_/ // / __/ /
|
4
|
+
/ /___/ /_/ / /_/ / /___ / ____// / / __/
|
5
|
+
\____/\____/_____/_____/ /_/ /_/ /____/
|
5
6
|
|
6
7
|
(function( window, $, undefined ) {
|
7
8
|
$( '.hello' ).on( 'click', function sayHello() {
|
@@ -0,0 +1,95 @@
|
|
1
|
+
_________ ___ ____ ___ ______ ___
|
2
|
+
/ ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
|
3
|
+
/ /__/ /_/ / // / _/ / ___// / / __/
|
4
|
+
\___/\____/____/___/ /_/ /_/ /____/
|
5
|
+
|
6
|
+
(function( window, $, undefined ) {
|
7
|
+
$( '.hello' ).on( 'click', function sayHello() {
|
8
|
+
alert( 'Why, hello there!' );
|
9
|
+
});
|
10
|
+
})( window, jQuery );
|
11
|
+
|
12
|
+
<body>
|
13
|
+
<a href="#" class="hello">Hello!</a>
|
14
|
+
</body>
|
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
|
+
slide 018
|