LeanAdmin / feature-discussions

The place for discussing new features
6 stars 0 forks source link

Markdown field #10

Open stancl opened 3 years ago

stancl commented 3 years ago

The field should show both the markdown and a preview, kind of like GitHub. Would be nice if the markdown were rich like in Nova.

I'd appreciate some editor recommendations.

gavinhewitt commented 3 years ago

Toast UI (https://ui.toast.com/tui-editor) looks pretty solid.

stancl commented 3 years ago

Something like this https://twitter.com/ryangjchandler/status/1351549885875679233 by @ryangjchandler could be nice if it's gonna be a lightweight editor. I'd like to avoid pulling in heavy editors with unnecessary features.

ryangjchandler commented 3 years ago

@stancl Hoping to have a v0.1 release by mid-February. That's the core editing framework as well as reusable Markdown editor.

stancl commented 3 years ago

Think I'll add some standard markdown library now and when your package is released I can make a SimpleMarkdown field or something like that.

ryangjchandler commented 3 years ago

Think I'll add some standard markdown library now and when your package is released I can make a SimpleMarkdown field or something like that.

Yeah that's cool.