@bytemd/plugin-external-links

ByteMD plugin to open external links in new window

Usage no npm install needed!

<script type="module">
  import bytemdPluginExternalLinks from 'https://cdn.skypack.dev/@bytemd/plugin-external-links';
</script>

README

@bytemd/plugin-external-links

npm

ByteMD plugin to open external links in new window

Usage

import { Editor } from 'bytemd';
import externalLinks from '@bytemd/plugin-external-links';

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

License

MIT