mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 23:37:43 +03:00
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.
This commit is contained in:
parent
e40290af5d
commit
be666b1b1a
@ -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'),
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user