vimdeck 0.1.4 → 0.1.5
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.
- data/VERSION +1 -1
- data/lib/vimdeck.rb +1 -1
- data/presentation/script.vim +25 -21
- data/presentation/slide002.md +1 -0
- data/presentation/slide003.md +10 -8
- data/presentation/slide004.md +8 -10
- data/presentation/slide005.md +1 -0
- data/presentation/slide006.md +1 -0
- data/presentation/slide007.md +10 -16
- data/presentation/slide014.md +16 -6
- data/slides.md +7 -0
- data/vimdeck-0.1.4.gem +0 -0
- metadata +2 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.5
|
data/lib/vimdeck.rb
CHANGED
data/presentation/script.vim
CHANGED
@@ -22,27 +22,25 @@ b 3
|
|
22
22
|
b 4
|
23
23
|
|
24
24
|
|
25
|
-
call matchadd("Comment", "\\n • Second\\n • Third\\(\\_.*slide 4\\)\\@=")
|
26
|
-
|
27
25
|
|
28
26
|
b 5
|
29
27
|
|
30
28
|
|
31
|
-
call matchadd("Comment", "•
|
32
|
-
|
33
|
-
call matchadd("Comment", "\\n • Third\\(\\_.*slide 5\\)\\@=")
|
29
|
+
call matchadd("Comment", "\\n • Second\\n • Third\\(\\_.*slide 5\\)\\@=")
|
34
30
|
|
35
31
|
|
36
32
|
b 6
|
37
33
|
|
38
34
|
|
39
|
-
call matchadd("Comment", "• First\\
|
35
|
+
call matchadd("Comment", "• First\\(\\_.*slide 6\\)\\@=")
|
36
|
+
|
37
|
+
call matchadd("Comment", "\\n • Third\\(\\_.*slide 6\\)\\@=")
|
40
38
|
|
41
39
|
|
42
40
|
b 7
|
43
41
|
|
44
|
-
6,17SyntaxInclude ruby
|
45
42
|
|
43
|
+
call matchadd("Comment", "• First\\n • Second\\(\\_.*slide 7\\)\\@=")
|
46
44
|
|
47
45
|
|
48
46
|
b 8
|
@@ -50,19 +48,15 @@ b 8
|
|
50
48
|
6,17SyntaxInclude ruby
|
51
49
|
|
52
50
|
|
53
|
-
call matchadd("Comment", "module Parts\\n class foo\\n def slide\\n \"of a\"\\n end\\n\\n def can\\n highlight = \\(\\_.*slide 8\\)\\@=")
|
54
|
-
|
55
|
-
call matchadd("Comment", "\\n end\\n end\\n end\\(\\_.*slide 8\\)\\@=")
|
56
|
-
|
57
51
|
|
58
52
|
b 9
|
59
53
|
|
60
54
|
6,17SyntaxInclude ruby
|
61
55
|
|
62
56
|
|
63
|
-
call matchadd("Comment", "module Parts\\n class foo\\n def slide\\n \"of a\"\\n end\\n\\n def\\(\\_.*slide 9\\)\\@=")
|
57
|
+
call matchadd("Comment", "module Parts\\n class foo\\n def slide\\n \"of a\"\\n end\\n\\n def can\\n highlight = \\(\\_.*slide 9\\)\\@=")
|
64
58
|
|
65
|
-
call matchadd("Comment", "
|
59
|
+
call matchadd("Comment", "\\n end\\n end\\n end\\(\\_.*slide 9\\)\\@=")
|
66
60
|
|
67
61
|
|
68
62
|
b 10
|
@@ -70,9 +64,9 @@ b 10
|
|
70
64
|
6,17SyntaxInclude ruby
|
71
65
|
|
72
66
|
|
73
|
-
call matchadd("Comment", "module Parts\\n class foo\\n def slide\\n \"of a\"\\n end\\n\\n def
|
67
|
+
call matchadd("Comment", "module Parts\\n class foo\\n def slide\\n \"of a\"\\n end\\n\\n def\\(\\_.*slide 10\\)\\@=")
|
74
68
|
|
75
|
-
call matchadd("Comment", "= \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 10\\)\\@=")
|
69
|
+
call matchadd("Comment", "highlight = \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 10\\)\\@=")
|
76
70
|
|
77
71
|
|
78
72
|
b 11
|
@@ -80,9 +74,9 @@ b 11
|
|
80
74
|
6,17SyntaxInclude ruby
|
81
75
|
|
82
76
|
|
83
|
-
call matchadd("Comment", "module\\(\\_.*slide 11\\)\\@=")
|
77
|
+
call matchadd("Comment", "module Parts\\n class foo\\n def slide\\n \"of a\"\\n end\\n\\n def can\\(\\_.*slide 11\\)\\@=")
|
84
78
|
|
85
|
-
call matchadd("Comment", "
|
79
|
+
call matchadd("Comment", "= \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 11\\)\\@=")
|
86
80
|
|
87
81
|
|
88
82
|
b 12
|
@@ -90,9 +84,9 @@ b 12
|
|
90
84
|
6,17SyntaxInclude ruby
|
91
85
|
|
92
86
|
|
93
|
-
call matchadd("Comment", "module
|
87
|
+
call matchadd("Comment", "module\\(\\_.*slide 12\\)\\@=")
|
94
88
|
|
95
|
-
call matchadd("Comment", "end\\n\\n def can\\n highlight = \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 12\\)\\@=")
|
89
|
+
call matchadd("Comment", "class foo\\n def slide\\n \"of a\"\\n end\\n\\n def can\\n highlight = \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 12\\)\\@=")
|
96
90
|
|
97
91
|
|
98
92
|
b 13
|
@@ -100,13 +94,23 @@ b 13
|
|
100
94
|
6,17SyntaxInclude ruby
|
101
95
|
|
102
96
|
|
103
|
-
call matchadd("Comment", "module Parts\\n class foo\\n def\\(\\_.*slide 13\\)\\@=")
|
97
|
+
call matchadd("Comment", "module Parts\\n class foo\\n def slide\\(\\_.*slide 13\\)\\@=")
|
104
98
|
|
105
|
-
call matchadd("Comment", "
|
99
|
+
call matchadd("Comment", "end\\n\\n def can\\n highlight = \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 13\\)\\@=")
|
106
100
|
|
107
101
|
|
108
102
|
b 14
|
109
103
|
|
104
|
+
6,17SyntaxInclude ruby
|
105
|
+
|
106
|
+
|
107
|
+
call matchadd("Comment", "module Parts\\n class foo\\n def\\(\\_.*slide 14\\)\\@=")
|
108
|
+
|
109
|
+
call matchadd("Comment", "\"of a\"\\n end\\n\\n def can\\n highlight = \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 14\\)\\@=")
|
110
|
+
|
111
|
+
|
112
|
+
b 15
|
113
|
+
|
110
114
|
|
111
115
|
|
112
116
|
b 1
|
data/presentation/slide002.md
CHANGED
data/presentation/slide003.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1
|
-
|
2
|
-
/
|
3
|
-
/
|
4
|
-
/_
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
1
|
+
___ ___ ___ ___ ________ ___ ___ __ ______
|
2
|
+
/ _ \/ _ | / _ \/ _ |/ ___/ _ \/ _ | / _ \/ // / __/
|
3
|
+
/ ___/ __ |/ , _/ __ / (_ / , _/ __ |/ ___/ _ /\ \
|
4
|
+
/_/ /_/ |_/_/|_/_/ |_\___/_/|_/_/ |_/_/ /_//_/___/
|
5
|
+
|
6
|
+
This is a paragraph (plain text)
|
7
|
+
|
8
|
+
This is another paragraph
|
9
|
+
|
10
|
+
|
9
11
|
|
10
12
|
|
11
13
|
|
data/presentation/slide004.md
CHANGED
@@ -1,13 +1,11 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
• Third
|
10
|
-
|
1
|
+
_ ____ ____ ______ _______ _______ __ ______________
|
2
|
+
/ |/ / / / / |/ / _ )/ __/ _ \/ __/ _ \ / / / _/ __/_ __/
|
3
|
+
/ / /_/ / /|_/ / _ / _// , _/ _// // / / /___/ /_\ \ / /
|
4
|
+
/_/|_/\____/_/ /_/____/___/_/|_/___/____/ /____/___/___/ /_/
|
5
|
+
|
6
|
+
1. This is how a numbered list
|
7
|
+
2. Looks in vimdeck
|
8
|
+
3. What do you think?
|
11
9
|
|
12
10
|
|
13
11
|
|
data/presentation/slide005.md
CHANGED
data/presentation/slide006.md
CHANGED
data/presentation/slide007.md
CHANGED
@@ -1,19 +1,13 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
def can
|
13
|
-
highlight = "vimdeck"
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
1
|
+
____ __ ____ __ _________________
|
2
|
+
/ __ )/ / / / / / / / ____/_ __/ ___/
|
3
|
+
/ __ / / / / / / / / __/ / / \__ \
|
4
|
+
/ /_/ / /_/ / /___/ /___/ /___ / / ___/ /
|
5
|
+
/_____/\____/_____/_____/_____/ /_/ /____/
|
6
|
+
|
7
|
+
• First
|
8
|
+
• Second
|
9
|
+
• Third
|
10
|
+
|
17
11
|
|
18
12
|
|
19
13
|
|
data/presentation/slide014.md
CHANGED
@@ -1,9 +1,19 @@
|
|
1
|
-
|
2
|
-
/
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
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
|
7
17
|
|
8
18
|
|
9
19
|
|
data/slides.md
CHANGED
data/vimdeck-0.1.4.gem
ADDED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vimdeck
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -102,6 +102,7 @@ files:
|
|
102
102
|
- vimdeck-0.1.1.gem
|
103
103
|
- vimdeck-0.1.2.gem
|
104
104
|
- vimdeck-0.1.3.gem
|
105
|
+
- vimdeck-0.1.4.gem
|
105
106
|
- vimdeck.gemspec
|
106
107
|
homepage: http://github.com/tybenz/vimdeck
|
107
108
|
licenses:
|