brantje / nextnote

A full Evernote / OneNote style WYSIWYG note editor for Nextcloud / ownCloud. Join our telegram at: https://t.me/NextNote
GNU Affero General Public License v3.0
163 stars 19 forks source link

Embed nextcloud images as base64 #31

Closed ThomasDaheim closed 6 years ago

ThomasDaheim commented 7 years ago

I know its probably by design BUT :-)

When inserting an image via "Insert/edit image", it is stored in the note as <p><img src="../../../remote.php/webdav/ThomasKlassentrefffen_20150627_cut.jpg" alt="Description" width="100" height="85" /></p>

brantje commented 7 years ago

I can return a full URL, but remering file changes is out of the scope.

ThomasDaheim commented 7 years ago

I can understand. Thats why ownnote converted everything to inline base64...

brantje commented 7 years ago

Great idea. We could use this to convert the image to base64.