This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2025-01-07 03:22:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
1ae7a52389
Ghost
/
ghost
/
admin
/
lib
/
gh-koenig
/
addon
/
cards
/
card-image_dom.js
7 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
👷🏻♀️🚧👷 Ghost-Editor integration. Integrated Ghost-Editor as an in-repo addon. Moved CSS to /app/styles/addons/ghost-editor/ Still a WIP.
2017-02-27 07:44:15 +03:00
export
default
{
📦 Card-Rename (#603) no issue - Renames Cards so they comply with the `card-{{name}}` convention rather than `{{name}}-card` - Adds a unkonwnCardHandler to the editor.
2017-03-24 13:03:52 +03:00
name
:
'card-image'
,
✨ improved card selection behaviour (#608) Refs: https://github.com/TryGhost/Ghost/issues/8191 Refs: https://github.com/TryGhost/Ghost/issues/8194 Changes the selection behaviour of mobiledoc-cards: If you navigate to a card with a keyboard or click on the new editor toolbar it "hard selects". If you click into the body of a card to edit it it "soft selects". When a card is "hard selected" you can navigate out of the card and to the previous or following blocks within the mobiledoc with the keyboard, you can delete the current card with the backspace or delete button, and you can create a new block following the card with the enter key. When a card is soft selected it is simply displayed as selected and allows the user to edit content within the card. New card toolbar: Allows a user to delete the card, save the card, and "hard select" a card. New title behaviour: Pressing the enter key within the title "splits" the title at the cursor point, if multiple characters are selected they are first deleted, and creates a new paragraph at the top of the document with the trailing characters after the split. gh-cm-editor updates: Adds an on-focus event to gh-cm-editor
2017-03-30 17:29:08 +03:00
label
:
'Image'
,
👷🏻♀️🚧👷 Ghost-Editor integration. Integrated Ghost-Editor as an in-repo addon. Moved CSS to /app/styles/addons/ghost-editor/ Still a WIP.
2017-02-27 07:44:15 +03:00
icon
:
''
,
genus
:
'ember'
}
;
Reference in New Issue
Copy Permalink