1.0.16 • Published 6 years ago

paperclone v1.0.16

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

PaperClone

A clone of Dropbox Paper using SimpleMDE. It essentially is SimpleMDE but themed with colours that match Vuetify.js default background, for my own use.

Install

npm install --save paperclone

Usage

<template>
  <paper-clone/>
</template>
 
<script>
  import PaperClone from 'paperclone'
 
  export default {
    components: {
      PaperClone
    }
  }
</script>

To modify the background of the text-area:

.CodeMirror {
  background-color: yourcolorhere;
}

Props

namedescriptionvalues
areathe ID of the textareaany, must be unique
toolbarif set to true, the formatting toolbar will displaytrue, false
1.0.16

6 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

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.5

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