v-thaana

V-Thaana is a generic library with a directive for Vue. Exports are - Thaana (standalone library with thaana transpilation) - v-thaana directive (default export)

Usage no npm install needed!

<script type="module">
  import vThaana from 'https://cdn.skypack.dev/v-thaana';
</script>

README

V-Thaana

N|Solid

Build Status

V-Thaana is a generic library with a directive for Vue. Exports are

  • Thaana (standalone library with thaana transpilation)
  • v-thaana directive (default export)

Features!

  • Import a HTML file and watch it magically convert to Markdown
  • Drag and drop images (requires your Dropbox account be linked)

Installation

V-thaana requires nothing in particular as a dependancy.

Install the dependencies and devDependencies and start the server.

$ npm -i v-thaana

Usage with Vue

import thaana from '@yaameen/v-thaana';
Vue.use(thaana);


<input v-thaana type="text" class="form-control" />

Usage Otherwise

import { thaana } from '@yaameen/v-thaana';

thaana(el, (v) => {
    // Handle app logic
}, options)

Todos

  • Write Tests
  • Better doc

License

MIT

Free Software, Hell Yeah!