0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Markdown card (#7568)

Refs #7429
- Added mobiledoc card, this uses the mobiledoc editor from within Ghost. In the future we'll pull this out and replace it with a textarea as the preview is too small to fit in the content.
- Made the HTML editor a codemirror editor (pulled in from ghost-admin to save duplicating libraries).
- Ghost-Admin now passes the paths for the ghost-api and the image directory for tools.
- Fixed the scrolling issue.
This commit is contained in:
Ryan McCarvill 2016-10-15 01:42:48 +13:00 committed by Katharina Irrgang
parent 56a2e56b1c
commit ea2c3a0a3f

View file

@ -46,7 +46,7 @@
"express-hbs": "1.0.3",
"extract-zip-fork": "1.5.1",
"fs-extra": "0.30.0",
"ghost-editor": "0.0.10",
"ghost-editor": "0.0.11",
"ghost-gql": "0.0.5",
"glob": "5.0.15",
"gscan": "0.0.15",