0.2.0 • Published 4 years ago

@bytemd/plugin-import-html-transform-feishu v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@bytemd/plugin-import-html-transformer-feishu

npm

ByteMD plugin to import Feishu document by pasting or dropping

Usage

import { Editor } from 'bytemd';
import importHtml from '@bytemd/plugin-import-html';
import feishu from '@bytemd/plugin-import-html-transformer-feishu';

new Editor({
  target: document.body,
  props: {
    plugins: [
      importHtml({
        transformers: feishu(),
        // ... other transformers
      }),
      // ... other plugins
    ],
  },
});

License

MIT

0.2.0

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago