What if

What if...

background image

What if you had an editor?

An app you use to write stuff

And it saves the stuff you write in a file

Just ONE file, With 1 or 2, or lots of pages in it

Sound familiar?

Word ?

Pages ?

It's 2015

People should be able read what you write online

hmmm, HTML?

Yes!

So where's this editor?

And that content you just updated

that was in a text file?

Yes, a source file (think github)

The pub format

---- /page1 ----
data: text value

# markdown markdown markdown markdown

---- /page2 ----

# more markdown

And this editor tool turns that into HTML

SO, who crafts the HTML and CSS?

Designers

How?

Well

HTML and CSS are text file formats

So...

They use another editor

And how do the HTML and CSS get from the designer to my content editor?

Packages

WTF are Packages?

Ask Isaac