Skip to content

Commit

Permalink
Update Ghost Editor to 0.0.8 #7429 (#7474)
Browse files Browse the repository at this point in the history
This release includes:

    Ghost Editor, this is required to get access to the built in cards

Ghost Editor includes:

    Responsive toolbars 馃敤 馃敡
    Both Ember and Plain javascript cards 馃幋
    An embeded HTML card 鉁嶏笍

This is still an early release, but things are moving in the right direction. :)

We're still defining the spec for the UI, so expect drastic changes over the next couple of weeks.

This is going to be a great writing experience and we can't wait to show what we have planned.
  • Loading branch information
disordinary authored and kevinansfield committed Oct 3, 2016
1 parent e40290a commit be666b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/server/models/post.js
Expand Up @@ -8,7 +8,7 @@ var _ = require('lodash'),
Showdown = require('showdown-ghost'),
legacyConverter = new Showdown.converter({extensions: ['ghostgfm', 'footnotes', 'highlight']}),
Mobiledoc = require('mobiledoc-html-renderer').default,
converter = new Mobiledoc(),
converter = new Mobiledoc({cards:[{name: 'html-card',type: 'html',render: function (opts) {return opts.payload.html;}}]}),
ghostBookshelf = require('./base'),
events = require('../events'),
config = require('../config'),
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -54,20 +54,20 @@
"jsonpath": "0.2.7",
"knex": "0.12.2",
"lodash": "4.16.0",
"moment": "2.15.1",
"mobiledoc-html-renderer": "0.3.0",
"moment": "2.15.1",
"moment-timezone": "0.5.5",
"morgan": "1.7.0",
"multer": "1.2.0",
"netjet": "1.1.3",
"nconf": "0.8.4",
"netjet": "1.1.3",
"node-uuid": "1.4.7",
"nodemailer": "0.7.1",
"oauth2orize": "1.5.0",
"passport": "0.3.2",
"passport-ghost": "1.0.0",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"passport-ghost": "1.0.0",
"path-match": "1.2.4",
"rss": "1.2.1",
"sanitize-html": "1.13.0",
Expand Down

0 comments on commit be666b1

Please sign in to comment.