-
Notifications
You must be signed in to change notification settings - Fork 0
/
g-talk.html
263 lines (243 loc) · 9.07 KB
/
g-talk.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>About Gutenberg</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/solarized.css">
<link rel="stylesheet" href="css/talk.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="icon" href="fav.ico" type="image/x-icon" />
<link rel="shortcut icon" href="fav.ico" type="image/x-icon" />
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2>Discovering</h2>
<h3>🔍</h3>
<h1>Gutenberg</h1>
<h4>WordPress Toledo</h4>
<p>
<small>A talk by <a href="https://gregmiller.io">Greg Miller</a></small>
</p>
</section>
<section id="fragments">
<h2>About Greg</h2>
<p>
Web technologist & lifetime student <br>
<i class="fa fa-graduation-cap"></i> 2x Grad from BGSU
</p>
<ul class="fragment fade-left">
<li ><i class="fa fa-flask"></i> e-Learning dev for Kraft Foods & Sprint</li>
<li ><i class="fa fa-flash"></i> Animator & designer in Flash Pro</li>
<li ><i class="fa fa-code"></i> Web designer & developer</li>
<li ><i class="fa fa-wordpress"></i> WordPress Contractor</li>
</ul>
</section>
<section>
<h2>✍️ Why Gutenberg?</h2>
<blockquote>Gutenberg is a take on a new WYSIWYG post editor for WordPress. It is named after Johannes Gutenberg, who invented a printing press with movable type more than 500 years ago.
</blockquote>
</section>
<section>
<h2>⭐ Goals</h2>
<p>
Their goal is to make working in WordPress easier, especially for those just starting.
</p>
<p>
<a href="http://moc.co/sandbox/example-post/" target="_blank">See the sandbox example</a>.
</p>
</section>
<section>
<h2>👑 Meta Boxes Rule</h2>
<p>For a long time, meta boxes were behind all custom fields in our websites. You'd find them in ...</p>
<ul>
<li>🔌 Plugins <i class="fa fa-plus"></i> Themes</li>
</ul>
</section>
<section><br>
<h2>🌩️ TinyMCE</h2>
<section>
<p>Default text editor is the defacto default interface everyone uses.</p>
<p><img src="brand/tinymce_wp.jpg" alt="The TinyMCE toolbar."></p>
</section>
<section>
<p>
This editor has found its way into many CMS, with not the best user interface. For many, this is the CMS.
</p>
</section>
<section>
<p>
To implement customization, we utilize shortcodes, visual editors, and HTML to make things work.
<br> <blockquote><small>[/vc_column_text][vc_row_inner][vc_column_inner width="1/4"][/vc_column_inner][vc_column_inner width="1/2" css=".vc_custom_1507469888235{background-color:
rgba(255,255,255,0.6) !important;}"]</small></blockquote>
</p>
<p><br>
<small>It's not very pretty or readable.</small>
</p>
</section>
<section>
<p>
WordPress is changing the model.
</p>
</section>
</section>
<section>
<h2><br>🌶️ Hot Drama 🌶️ </h2>
<p>
💥 💥 💥
<p> </p>
</p>
<section>
<p></p>
</section>
<section>
<p><br><br>
Will Gutenberg support 'legacy PHP meta boxes'?
</p>
<p>
<blockquote>
<small>“...we will have tools to make everything live together happily for the forseeable future.”<br><br> --Zac Gordon, <a href="https://javascriptforwp.com/bootcamp/" target="_blank">JavaScript for Wordpress</a></small>
</blockquote>
</p>
</section>
<section id="fragments">
<p><br><br>
Moving forward, Pressers will have a choice of whether to adopt Gutenberg blocks or ...
</p>
<p class="fragment fade-left ">
Work in the Classic Editor ...
</p>
<p class="fragment fade-left ">
Or both!
</p>
</section>
</section>
<section>
<h2><br> 💥 Experimentation</h2>
<section>
<p>
Take it for a spin!
</p>
</section>
<section><br><br><br>
<p><img class="" width="500" src="brand/experimentation.jpg" alt="Install Gutenberg announcement."></p>
</section>
<section>
<br><br><br>
<p>
Add the Ramp plugin to assign what post types will use Gutenberg.
</p>
<p><img src="brand/go_gutenberg.jpg" alt="Enabled Plugins plus Ramp"></p>
</section>
<section><br><br><br>
<p><img width="500" src="brand/edit_post.jpg" alt="Gutenberg Post Editor"></p>
Edit <a href="http://wptoledo.com/wp-admin/post-new.php?gutenberg-demo" target="_blank">WordPress Toledo</a>
</section>
</section>
<section id="fragments"><br>
<h2> 🤷♀️ Alternates</h2>
<section><br><br>
<p>What if we are just not ready? <br>
<img width="500" src="brand/ostrich-head-in-sand.jpg" alt="">
</p>
</section>
<section><br>
<p>Get the classic editor instead! <br>
<img src="brand/the_classics.jpg" alt="Get the classic editor instead">
</p>
</section>
<section>
<p class=""><a href="https://www.classicpress.net/" target="_blank">ClassicPress</a> fork <br> <small>(based on Wordpress 4.9.8)</small></p>
<p class="fragment fade-left">or jump ship!</p>
<p class="fragment fade-left">But that's a different talk 😹</p>
</section>
</section>
<section id="fragements">
<h2>🔌 Love Plugins?</h2>
<p>Developers are helping bridge the gap while we adapt to the new environment</p>
<ul>
<li class="fragment fade-left"><i class="fa fa-wordpress"></i> <a href="https://wordpress.org/plugins/gutenberg-ramp/" target="_blank">Ramp</a> Automattic</li>
<li class="fragment fade-left"><i class="fa fa-wordpress"></i> <a href="https://www.advancedcustomfields.com/blog/the-state-of-acf-in-a-gutenberg-world/" target="_blank">Advanced Custom Fields Blocks</a> ACF</li>
</ul>
</section>
<section id="fragments">
<h2>🚀 Advanced Stuff</h2>
<p>
Get Gutenberg Skills?
</p>
<ul>
<li class="fragment fade-left"><i class="fa fa-youtube-play"></i> Take a course with <a href="https://javascriptforwp.com/dashboard/" target="_blank">Zac Gordon</a> or Wes Bos</li>
<li class="fragment fade-left"><i class="fa fa-github"></i> Learn the foundation skills,<br> Modern JS <i class="fa fa-arrow-right"></i> JSX <i class="fa fa-arrow-right"></i> React <i class="fa fa-arrow-right"></i> Redux</li>
<li class="fragment fade-left"><i class="fa fa-code"></i> Build with <a href="https://ahmadawais.com/create-guten-block-toolkit/" target="_blank">Create Guten-Block</a> Gutenberg Plugin Envrionment</li>
</ul>
</section>
<section>
<h2>Thank You!</h2>
<p><style>
svg {
display: block;
height: 40px;
margin: 10px auto;
}
</style>
<svg viewBox="328 355 335 276" xmlns="http://www.w3.org/2000/svg">
<path d="
M 630, 425
A 195, 195 0 0 1 331, 600
A 142, 142 0 0 0 428, 570
A 70, 70 0 0 1 370, 523
A 70, 70 0 0 0 401, 521
A 70, 70 0 0 1 344, 455
A 70, 70 0 0 0 372, 460
A 70, 70 0 0 1 354, 370
A 195, 195 0 0 0 495, 442
A 67, 67 0 0 1 611, 380
A 117, 117 0 0 0 654, 363
A 65, 65 0 0 1 623, 401
A 117, 117 0 0 0 662, 390
A 65, 65 0 0 1 630, 425
Z" style="fill:#3BA9EE;" />
</svg> @grmiller</p>
<br><br>
<p>⏰ Time for Questions ...</p>
<small><a href="g-talk.html "><i class="fa fa-home"></i></a></small>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'convex', // slide/none/fade/slide/convex/concave/zoom
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>