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

An assortment of Markdown Editor fixes #198

Merged
merged 10 commits into from
Dec 30, 2016
Merged

Conversation

biilmann
Copy link
Contributor

This PR updates Prosemirror to 0.16.0

It also fixes previews of uploaded images in the markdown editor by making
sure the markdown preview renderer always passes image paths through the
getMedia function.

To make this more performant, I added some memoization around media proxy
lookups.

This PR also implements drag and drop image uploads for both the raw and
the rich markdown editor.

Apart from that it changes the behavior of lists in ProseMirror. By default
lists always gets a

inserted within each

  • . This change makes all
    lists "tight" which means they no longer gets

    s inserted in the serialized
    output.

  • @biilmann biilmann merged commit 112bdd3 into master Dec 30, 2016
    @biilmann biilmann deleted the prosemirror-polishing branch December 30, 2016 17:49
    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.

    1 participant