forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
post-content.js
172 lines (135 loc) · 9.12 KB
/
post-content.js
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
/**
* Temporary test post content
*/
window._wpGutenbergPost.title = {
raw: 'Welcome to the Gutenberg Editor',
};
window._wpGutenbergPost.content = {
raw: [
'<!-- wp:cover-image {"url":"https://cldup.com/Fz-ASbo2s3.jpg","align":"wide"} -->',
'<div class="wp-block-cover-image has-background-dim alignwide" style="background-image:url(https://cldup.com/Fz-ASbo2s3.jpg)"><p class="wp-block-cover-image-text">Of Mountains & Printing Presses</p></div>',
'<!-- /wp:cover-image -->',
'<!-- wp:paragraph -->',
'<p>The goal of this new editor is to make adding rich content to WordPress simple and enjoyable. This whole post is composed of <em>pieces of content</em>—somewhat similar to LEGO bricks—that you can move around and interact with. Move your cursor around and you\'ll notice the different blocks light up with outlines and arrows. Press the arrows to reposition blocks quickly, without fearing about losing things in the process of copying and pasting.</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:paragraph -->',
'<p>What you are reading now is a <strong>text block</strong>, the most basic block of all. The text block has its own controls to be moved freely around the post...</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:paragraph {"align":"right"} -->',
'<p style="text-align:right">... like this one, which is right aligned.</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:paragraph -->',
'<p>Headings are separate blocks as well, which helps with the outline and organization of your content.</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:heading -->',
'<h2>A Picture is worth a Thousand Words</h2>',
'<!-- /wp:heading -->',
'<!-- wp:paragraph -->',
'<p>Handling images and media with the utmost care is a primary focus of the new editor. Hopefully, you\'ll find aspects of adding captions or going full-width with your pictures much easier and robust than before.</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:image {"align":"center"} -->',
'<figure class="wp-block-image aligncenter"><img src="https://cldup.com/cXyG__fTLN.jpg" alt="Beautiful landscape" /><figcaption>If your theme supports it, you\'ll see the "wide" button on the image toolbar. Give it a try.</figcaption></figure>',
'<!-- /wp:image -->',
'<!-- wp:paragraph -->',
'<p>Try selecting and removing or editing the caption, now you don\'t have to be careful about selecting the image or other text by mistake and ruining the presentation.</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:heading -->',
'<h2>The <em>Inserter</em> Tool</h2>',
'<!-- /wp:heading -->',
'<!-- wp:paragraph -->',
'<p>Imagine everything that WordPress can do is available to you quickly and in the same place on the interface. No need to figure out HTML tags, classes, or remember complicated shortcode syntax. That\'s the spirit behind the inserter—the <code>(+)</code> button you\'ll see around the editor—which allows you to browse all available content blocks and add them into your post. Plugins and themes are able to register their own, opening up all sort of possibilities for rich editing and publishing.</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:paragraph -->',
'<p>Go give it a try, you may discover things WordPress can already add into your posts that you didn\'t know about. Here\'s a short list of what you can currently find there:</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:list -->',
'<ul><li>Text & Headings</li><li>Images & Videos</li><li>Galleries</li><li>Embeds, like YouTube, Tweets, or other WordPress posts.</li><li>Layout blocks, like Buttons, Hero Images, Separators, etc.</li><li>And <em>Lists</em> like this one of course :)</li></ul>',
'<!-- /wp:list -->',
'<!-- wp:separator -->',
'<hr class="wp-block-separator" />',
'<!-- /wp:separator -->',
'<!-- wp:heading -->',
'<h2>Visual Editing</h2>',
'<!-- /wp:heading -->',
'<!-- wp:paragraph -->',
'<p>A huge benefit of blocks is that you can edit them in place and manipulate your content directly. Instead of having fields for editing things like the source of a quote, or the text of a button, you can directly change the content. Try editing the following quote:</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:quote {"style":1} -->',
'<blockquote class="wp-block-quote">',
'<!-- wp:paragraph -->',
'<p>The editor will endeavour to create a new page and post building experience that makes writing rich posts effortless, and has “blocks” to make it easy what today might take shortcodes, custom HTML, or “mystery meat” embed discovery.</p>',
'<!-- /wp:paragraph -->',
'<cite>Matt Mullenweg, 2017</cite>',
'</blockquote>',
'<!-- /wp:quote -->',
'<!-- wp:paragraph -->',
'<p>The information corresponding to the source of the quote is a separate text field, similar to captions under images, so the structure of the quote is protected even if you select, modify, or remove the source. It\'s always easy to add it back.</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:paragraph -->',
'<p>Blocks can be anything you need. For instance, you may want to add a subdued quote as part of the composition of your text, or you may prefer to display a giant stylized one. All of these options are available in the inserter.</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:gallery {"columns":2} -->',
'<ul class="wp-block-gallery alignnone columns-2 is-cropped">',
'<li class="blocks-gallery-item"><figure><img src="https://cldup.com/n0g6ME5VKC.jpg" alt="" /></figure></li>',
'<li class="blocks-gallery-item"><figure><img src="https://cldup.com/ZjESfxPI3R.jpg" alt="" /></figure></li>',
'<li class="blocks-gallery-item"><figure><img src="https://cldup.com/EKNF8xD2UM.jpg" alt="" /></figure></li>',
'</ul>',
'<!-- /wp:gallery -->',
'<!-- wp:paragraph -->',
'<p>You can change the amount of columns in your galleries by dragging a slider in the block inspector in the sidebar.</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:heading -->',
'<h2>Media Rich</h2>',
'<!-- /wp:heading -->',
'<!-- wp:paragraph -->',
'<p>If you combine the new <strong>wide</strong> and <strong>full-wide</strong> alignments with galleries, you can create a very media rich layout, very quickly:</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:image {"align":"full"} -->',
'<figure class="wp-block-image alignfull"><img src="https://cldup.com/8lhI-gKnI2.jpg" alt="Accessibility is important don\'t forget image alt attribute" /></figure>',
'<!-- /wp:image -->',
'<!-- wp:paragraph -->',
'<p>Sure, the full-wide image can be pretty big. But sometimes the image is worth it.</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:gallery {"align":"wide","images":[{"url":"https://cldup.com/_rSwtEeDGD.jpg","alt":""},{"url":"https://cldup.com/L-cC3qX2DN.jpg","alt":""}]} -->',
'<ul class="wp-block-gallery alignwide columns-2 is-cropped">',
'<li class="blocks-gallery-item"><figure><img src="https://cldup.com/_rSwtEeDGD.jpg" alt="" /></figure></li>',
'<li class="blocks-gallery-item"><figure><img src="https://cldup.com/L-cC3qX2DN.jpg" alt="" /></figure></li>',
'</ul>',
'<!-- /wp:gallery -->',
'<!-- wp:paragraph -->',
'<p>The above is a gallery with just two images. It\'s an easier way to create visually appealing layouts, without having to deal with floats. You can also easily convert the gallery back to individual images again, by using the block switcher.</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:paragraph -->',
'<p>Any block can opt into these alignments. The embed block has them also, and is responsive out of the box:</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:embed {"url":"https://vimeo.com/22439234","align":"wide","type":"video","providerNameSlug":"vimeo"} -->',
'<figure class="wp-block-embed alignwide is-type-video is-provider-vimeo">https://vimeo.com/22439234</figure>',
'<!-- /wp:embed -->',
'<!-- wp:paragraph -->',
'<p>You can build any block you like, static or dynamic, decorative or plain. Here\'s a pullquote block:</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:pullquote -->',
'<blockquote class="wp-block-pullquote alignnone">',
'<!-- wp:paragraph -->',
'<p>Code is Poetry</p>',
'<!-- /wp:paragraph -->',
'<cite>The WordPress community</cite>',
'</blockquote>',
'<!-- /wp:pullquote -->',
'<!-- wp:paragraph {"align":"center"} -->',
'<p style="text-align:center"><em>If you want to learn more about how to build additional blocks, or if you are interested in helping with the project, head over to the <a href="https://github.com/WordPress/gutenberg">GitHub repository</a>.</em></p>',
'<!-- /wp:paragraph -->',
'<!-- wp:button { "align": "center" } -->',
'<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://github.com/WordPress/gutenberg">Help build Gutenberg</a></div>',
'<!-- /wp:button -->',
'<!-- wp:separator -->',
'<hr class="wp-block-separator" />',
'<!-- /wp:separator -->',
'<!-- wp:paragraph {"align":"center"} -->',
'<p style="text-align:center">Thanks for testing Gutenberg!</p>',
'<!-- /wp:paragraph -->',
'<!-- wp:paragraph {"align":"center"} -->',
'<p style="text-align:center"><img draggable="false" class="emoji" alt="👋" src="https://s.w.org/images/core/emoji/2.3/svg/1f44b.svg" /></p>',
'<!-- /wp:paragraph -->',
].join( '' ),
};