Ghost/ghost/admin/app/templates/components/gh-markdown-editor.hbs

18 lines
533 B
Handlebars
Raw Normal View History

{{yield (hash
editor=(component "gh-simplemde"
value=markdown
placeholder=placeholder
autofocus=autofocus
onChange=(action "updateMarkdown")
onEditorInit=(action "setEditor")
onEditorDestroy=(action "destroyEditor")
options=simpleMDEOptions)
isFullScreen=_isFullScreen
isSplitScreen=_isSplitScreen
focus=(action "focusEditor")
)}}
<div style="display:none">
{{gh-file-input multiple=true action=(action onImageFilesSelected) accept=imageMimeTypes}}
</div>