mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
61cf4d46db
refs https://github.com/TryGhost/Ghost/issues/9311 Koenig is being fully rebooted, first port of call is to focus on getting the rich-text only aspect of mobiledoc-kit working with our popup toolbar. - renames old koenig implementation (used for reference, will eventually be deleted) - new `{{koenig-editor}}` mobiledoc-kit component implementation based on ember-mobiledoc-editor - markdown text expansions - new `{{gh-koenig-edtor}}` that wraps our title+editor and handles keyboard navigation between the two - clicks below content will focus the editor - new `{{koenig-toolbar}}` component for the popup formatting toolbar with improved behaviour and simplified code
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"name": "koenig-editor",
|
|
"version": "0.0.1",
|
|
"description": "A mobiledoc-kit based editor for Ghost.",
|
|
"author": "Ghost Foundation",
|
|
"homepage": "http://ghost.org",
|
|
"bugs": "https://github.com/TryGhost/Ghost/issues",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"dependencies": {
|
|
"ember-cli-babel": "^6.11.0",
|
|
"ember-cli-htmlbars": "^2.0.3"
|
|
}
|
|
}
|