quill custom tag / container
Budget: €8 – €30 EUR
Hello,
i need a custom quill-extension to achive the following:
```
<p>this is a normal paragraph that has nothing to do with the extension</p>
<signature id="custom-id-that-will-be-given-in-quill-options">
<p>here is</p>
<p>my signature content</p>
<img src="" />
</signature>
<p>and some text</p>
<signature id="some-id-from-a-previous-edit-whatever-this-remains-untouched">...</signature>
```
basicly i would like to use the quill-editor to write emails, but i would like to be able to identify the signature (and swap it if needed), but of course only the current signature, not a signature from a previous reply-message (therefore the id that will be generated and passed in the quill-options)
is anybody able to do this?
i need a custom quill-extension to achive the following:
```
<p>this is a normal paragraph that has nothing to do with the extension</p>
<signature id="custom-id-that-will-be-given-in-quill-options">
<p>here is</p>
<p>my signature content</p>
<img src="" />
</signature>
<p>and some text</p>
<signature id="some-id-from-a-previous-edit-whatever-this-remains-untouched">...</signature>
```
basicly i would like to use the quill-editor to write emails, but i would like to be able to identify the signature (and swap it if needed), but of course only the current signature, not a signature from a previous reply-message (therefore the id that will be generated and passed in the quill-options)
is anybody able to do this?