editorjs-blocks-react-renderer icon indicating copy to clipboard operation
editorjs-blocks-react-renderer copied to clipboard

Implement Attaches

Open lightningspirit opened this issue 4 years ago • 0 comments

https://github.com/editor-js/attaches

Expose a simple link such as

<a href="{{ data.file.url }}" download title="Download {{ data.file.name }} ({{ data.file.size }} bytes)">
  {{ data.title }}
</a>

lightningspirit avatar Oct 25 '21 18:10 lightningspirit