Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed ghost editor dependency #8137

Merged
merged 3 commits into from
Mar 14, 2017

Conversation

disordinary
Copy link
Contributor

@disordinary disordinary commented Mar 13, 2017

Refs #7429

☢️ 👷🏻‍♀️ This PR removes the dependency on Ghost-Editor and replaces it with the Mobiledoc DOM renderer. It includes new DOM based default cards and atoms.

@disordinary disordinary changed the title (WIP) Removed mobiledoc editor (WIP) Removed ghost editor dependency Mar 13, 2017
@disordinary disordinary changed the title (WIP) Removed ghost editor dependency Removed ghost editor dependency Mar 13, 2017
};

var serializer = new SimpleDom.HTMLSerializer([]);
serializer.serialize(card.render(opts)).should.match('<hr></hr>');

This comment was marked as abuse.

disordinary added a commit to TryGhost/Admin that referenced this pull request Mar 14, 2017
Adds new "card" menus to ghost-admin.i
- Navigation with keyboard in both axis.
- Search with keyboard in both menus.
- Adds a "+" Menu for cards
- Adds a "/" Menu for cards
	- if the block has content and it becomes a markdown or HTML Embed card then the content is included into the card.
	- Image and HR cards appear below the current section

Adds new toolbar with both inline and block styling.

Adds a new 'divider' card.

Refs: TryGhost/Ghost#8106
Refs: TryGhost/Ghost#7429

Requires: TryGhost/Ghost#8137
disordinary added a commit to disordinary/Ghost-Admin that referenced this pull request Mar 14, 2017
Adds new "card" menus to ghost-admin.i
- Navigation with keyboard in both axis.
- Search with keyboard in both menus.
- Adds a "+" Menu for cards
- Adds a "/" Menu for cards
	- if the block has content and it becomes a markdown or HTML Embed card then the content is included into the card.
	- Image and HR cards appear below the current section

Adds new toolbar with both inline and block styling.

Adds a new 'divider' card.

Refs: TryGhost/Ghost#8106
Refs: TryGhost/Ghost#7429

Requires: TryGhost/Ghost#8137
kevinansfield pushed a commit to TryGhost/Admin that referenced this pull request Mar 14, 2017
refs TryGhost/Ghost#8106, TryGhost/Ghost#7429, requires TryGhost/Ghost#8137

-Adds new "card" menus
  - Navigation with keyboard in both axis.
  - Search with keyboard in both menus.
  - Adds a "+" Menu for cards
  - Adds a "/" Menu for cards
    - if the block has content and it becomes a markdown or HTML Embed card then the content is included into the card.
    - Image and HR cards appear below the current section
- Adds new toolbar with both inline and block styling.
- Adds a new 'divider' card.
disordinary and others added 3 commits March 14, 2017 17:36
Refs TryGhost#7429

☢️ 👷🏻‍♀️ This PR removes the dependency on Ghost-Editor and replaces it with the Mobiledoc DOM renderer. It includes new DOM based default cards and atoms.
@kevinansfield kevinansfield merged commit f61aa66 into TryGhost:master Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants