Skip to content

Commit 47f3a34

Browse files
committed
add VimConf 2024 slides for main sessions
1 parent 13cbcf3 commit 47f3a34

File tree

2 files changed

+155
-143
lines changed

2 files changed

+155
-143
lines changed

2024/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,11 @@ <h3>Time table</h3>
200200
<td>{{ program.language }}</td>
201201

202202
{% if program.slides %}
203-
<td><a href="slides/{{ program.slides }}">PDF</a></td>
203+
<td><a href="https://slides.vimconf.org/2024/{{ program.slides }}">PDF</a></td>
204204
{% else %}
205205
<td></td>
206206
{% endif %}
207+
207208
</tr>
208209
{% endfor %}
209210
</tbody>

_data/y2024/timetable.yaml

Lines changed: 153 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -1,142 +1,153 @@
1-
# コピペ用
2-
# - start: ''
3-
# end: ''
4-
# duration: ''
5-
# title: ''
6-
# speaker: ''
7-
# language: ''
8-
# session_id: ''
9-
# video: ''
10-
# slides: ''
11-
12-
- start: '09:30'
13-
end: '10:00'
14-
duration: '30min'
15-
title: Reception
16-
17-
- start: '10:00'
18-
end: '10:10'
19-
duration: '10min'
20-
title: 'Opening'
21-
speaker: 'mopp'
22-
language: 'English'
23-
24-
- start: '10:10'
25-
end: '11:10'
26-
duration: '60min'
27-
title: 'Keynote - The new Vim project - What has changed after Bram'
28-
speaker: 'Christian Brabandt'
29-
session_id: 'christian'
30-
language: 'English'
31-
32-
- title: 'Short break'
33-
duration: '10min'
34-
35-
- start: '11:20'
36-
end: '12:00'
37-
duration: '40min'
38-
title: 'Keynote - (Neo)Vim Made Me a Better Software Developer'
39-
speaker: 'TJ DeVries'
40-
session_id: 'tj'
41-
language: 'English'
42-
43-
- title: 'Lunch break'
44-
duration: '60min'
45-
46-
- start: '13:00'
47-
end: '13:15'
48-
duration: '15min'
49-
title: 'Mastering Quickfix'
50-
speaker: 'daisuzu'
51-
session_id: 'daisuzu'
52-
language: 'English'
53-
54-
- start: '13:15'
55-
end: '13:45'
56-
duration: '30min'
57-
title: 'Hacking Vim script'
58-
speaker: 'Kota Kato'
59-
session_id: 'kato'
60-
language: 'Japanese'
61-
62-
- start: '13:45'
63-
end: '14:00'
64-
duration: '15min'
65-
title: 'Switch between projects like a Ninja 🥷'
66-
speaker: 'Yuki Ito'
67-
session_id: '110y'
68-
language: 'English'
69-
70-
- title: 'Short break'
71-
duration: '15min'
72-
73-
- start: '14:15'
74-
end: '14:35'
75-
duration: '20min'
76-
title: 'Vim meets Local LLM: Edit Text beyond the Speed of Thought'
77-
speaker: 'yuys13'
78-
session_id: 'yuys13'
79-
language: 'Japanese'
80-
81-
- start: '14:35'
82-
end: '14:50'
83-
duration: '15min'
84-
title: 'Creating the Vim Version of VSCode Dev Container Extension: Why and How'
85-
speaker: 'mikoto2000'
86-
session_id: 'mikoto2000'
87-
language: 'Japanese'
88-
89-
- start: '14:50'
90-
end: '15:10'
91-
duration: '20min'
92-
title: 'Neovim for Frontend Developers: Boosting Productivity and Creativity'
93-
speaker: 'ryoppippi'
94-
session_id: 'ryoppippi'
95-
language: 'English'
96-
97-
- title: 'Short break'
98-
duration: '15min'
99-
100-
- start: '15:25'
101-
end: '15:45'
102-
duration: '20min'
103-
title: 'Building Neovim Plugins: A Journey from Novice to Pro'
104-
speaker: '2KAbhishek'
105-
session_id: '2KAbhishek'
106-
language: 'English'
107-
108-
- start: '15:45'
109-
end: '16:15'
110-
duration: '30min'
111-
title: "Can't Help Falling in Vim ~ Wise men say only fools reinvent the wheel, but I can't help building yet another fuzzy finder: Fall"
112-
speaker: 'Λlisue'
113-
session_id: 'lambdalisue'
114-
language: 'English'
115-
116-
- start: '16:15'
117-
end: '16:35'
118-
duration: '20min'
119-
title: 'The latest dark deno powered plugins'
120-
speaker: 'Shougo Matsushita'
121-
session_id: 'Shougo'
122-
language: 'English'
123-
124-
- title: 'Short break'
125-
duration: '15min'
126-
127-
- start: '16:50'
128-
end: '17:20'
129-
duration: '30min'
130-
title: 'Lightning Talks (5min x 6)'
131-
132-
- start: '17:20'
133-
end: '17:30'
134-
duration: '10min'
135-
title: 'Closing'
136-
speaker: 'mopp'
137-
language: 'English'
138-
139-
- start: '17:30'
140-
end: '19:30'
141-
duration: '120min'
142-
title: 'After party'
1+
# コピペ用
2+
# - start: ''
3+
# end: ''
4+
# duration: ''
5+
# title: ''
6+
# speaker: ''
7+
# language: ''
8+
# session_id: ''
9+
# video: ''
10+
# slides: ''
11+
12+
- start: '09:30'
13+
end: '10:00'
14+
duration: '30min'
15+
title: Reception
16+
17+
- start: '10:00'
18+
end: '10:10'
19+
duration: '10min'
20+
title: 'Opening'
21+
speaker: 'mopp'
22+
language: 'English'
23+
24+
- start: '10:10'
25+
end: '11:10'
26+
duration: '60min'
27+
title: 'Keynote - The new Vim project - What has changed after Bram'
28+
speaker: 'Christian Brabandt'
29+
session_id: 'christian'
30+
language: 'English'
31+
slides: '01-chrisbra-the_new_vim_project.pdf'
32+
33+
- title: 'Short break'
34+
duration: '10min'
35+
36+
- start: '11:20'
37+
end: '12:00'
38+
duration: '40min'
39+
title: 'Keynote - (Neo)Vim Made Me a Better Software Developer'
40+
speaker: 'TJ DeVries'
41+
session_id: 'tj'
42+
language: 'English'
43+
slides: '02-tjdevries-how_neovim_make_me_a_better_software_developer.pdf'
44+
45+
- title: 'Lunch break'
46+
duration: '60min'
47+
48+
- start: '13:00'
49+
end: '13:15'
50+
duration: '15min'
51+
title: 'Mastering Quickfix'
52+
speaker: 'daisuzu'
53+
session_id: 'daisuzu'
54+
language: 'English'
55+
slides: '03-daisuzu-mastering_quickfix.pdf'
56+
57+
- start: '13:15'
58+
end: '13:45'
59+
duration: '30min'
60+
title: 'Hacking Vim script'
61+
speaker: 'Kota Kato'
62+
session_id: 'kato'
63+
language: 'Japanese'
64+
slides: '04-kat0h-hacking_vim_script.pdf'
65+
66+
- start: '13:45'
67+
end: '14:00'
68+
duration: '15min'
69+
title: 'Switch between projects like a Ninja 🥷'
70+
speaker: 'Yuki Ito'
71+
session_id: '110y'
72+
language: 'English'
73+
slides: '05-110y-switch_between_projects_like_a_ninja.pdf'
74+
75+
- title: 'Short break'
76+
duration: '15min'
77+
78+
- start: '14:15'
79+
end: '14:35'
80+
duration: '20min'
81+
title: 'Vim meets Local LLM: Edit Text beyond the Speed of Thought'
82+
speaker: 'yuys13'
83+
session_id: 'yuys13'
84+
language: 'Japanese'
85+
slides: '06-yuys13-vim_meets_local_llm.pdf'
86+
87+
- start: '14:35'
88+
end: '14:50'
89+
duration: '15min'
90+
title: 'Creating the Vim Version of VSCode Dev Container Extension: Why and How'
91+
speaker: 'mikoto2000'
92+
session_id: 'mikoto2000'
93+
language: 'Japanese'
94+
slides: '07-mikoto2000-creating_the_vim_version_of_vscode_dev_container_extension.pdf'
95+
96+
- start: '14:50'
97+
end: '15:10'
98+
duration: '20min'
99+
title: 'Neovim for Frontend Developers: Boosting Productivity and Creativity'
100+
speaker: 'ryoppippi'
101+
session_id: 'ryoppippi'
102+
language: 'English'
103+
slides: '08-ryoppippi-neovim_for_frontend_developers.pdf'
104+
105+
- title: 'Short break'
106+
duration: '15min'
107+
108+
- start: '15:25'
109+
end: '15:45'
110+
duration: '20min'
111+
title: 'Building Neovim Plugins: A Journey from Novice to Pro'
112+
speaker: '2KAbhishek'
113+
session_id: '2KAbhishek'
114+
language: 'English'
115+
slides: '09-2KAbhishek-building_neovim_plugins.pdf'
116+
117+
- start: '15:45'
118+
end: '16:15'
119+
duration: '30min'
120+
title: "Can't Help Falling in Vim ~ Wise men say only fools reinvent the wheel, but I can't help building yet another fuzzy finder: Fall"
121+
speaker: 'Λlisue'
122+
session_id: 'lambdalisue'
123+
language: 'English'
124+
slides: '10-lambdalisue-cant_help_falling_in_vim.pdf'
125+
126+
- start: '16:15'
127+
end: '16:35'
128+
duration: '20min'
129+
title: 'The latest dark deno powered plugins'
130+
speaker: 'Shougo Matsushita'
131+
session_id: 'Shougo'
132+
language: 'English'
133+
slides: '11-shougo-the_latest_dark_deno_powered_plugins.pdf'
134+
135+
- title: 'Short break'
136+
duration: '15min'
137+
138+
- start: '16:50'
139+
end: '17:20'
140+
duration: '30min'
141+
title: 'Lightning Talks (5min x 6)'
142+
143+
- start: '17:20'
144+
end: '17:30'
145+
duration: '10min'
146+
title: 'Closing'
147+
speaker: 'mopp'
148+
language: 'English'
149+
150+
- start: '17:30'
151+
end: '19:30'
152+
duration: '120min'
153+
title: 'After party'

0 commit comments

Comments
 (0)