1.2.0 • Published 7 years ago

vue-bulma-markdown-editor v1.2.0

Weekly downloads
40
License
MIT
Repository
github
Last release
7 years ago

Vue Bulma Markdown Editor

A Vue and Bulma specific package for adding a markdown editor with preview.

Installation

Pull it in to your package.json file

npm install vue-bulma-markdown-editor --save

or

yarn add vue-bulma-markdown-editor

Usage

import { MarkdownEditor } from 'vue-bulma-markdown-editor'
Vue.component('markdown-editor', MarkdownEditor)

Props

nametyperequireddefaultdescription
nameStringtruenullThe name of the textarea
contentStringfalse''Defatult content
autosaveBooleanfalsefalseIf it should autosave
autosaveUrlStringfalsenullThe url endpoint to autosave
autosaveMethodStringfalsepatchThe rest verb for submitting the request
optionsObjectfalse{ html: true, linkify: true, breaks: true }Options to pass to markdown-it. See more at markdown-it documentation
1.2.0

7 years ago

1.1.0

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago