Project: pasting Markdown documents

Problem

Users have a lot of information stored in markdown files that they would want to be imported into Mintter. We need to support markdown parsing into our custom block types.

Solution

We can create a custom editor extension, in which we need to intercept the paste event in the editor and detect markdown, parse markdown into html format that the editor understands, and map that html into our custom blocks.

Scope

1 week

Rabbit Holes

No Goes