Package dependencies for markdown editor in UIKit

I’m new to Meteor and I’m trying to evaluate UIKit, specifically the Markdown support in the HTML Editor component. I am using zcurtis:uikit because it has the most downloads on Atmosphere, but it doesn’t seem to support the HTML editor component.

I am not sure if the package includes the component? And even if it does, how to I ensure the required dependencies (Marked and CodeMirror) are included. I tried installing them separately, but I can’t figure out how to tell Meteor that uikit depends on them. Seems, this should be done in the uikit package itself?

1 Like