1
When pasting <img>, any workaround to upload rather than src linking?
Source: outline/outline#9809 · opened by @rxunique
Currently, when pasting html content, <img> reference source link, and outline will add a globe icon on mouse over
<img width="321" height="258" alt="image" src=" />
I'm searching for a workaround to keep the image locally with upload (No globe icon), rather then depending on source image and end up with below
<img width="842" height="101" alt="image" src=" />
It's trivial and tedious to "copy image" then paste maunlly one by one.
My setup uses local file storage, but this shouldn't be related regardless of S3 or Minio
In theory it is possible to use API to Retrieve doc, processes each <img> and call upload attachement, then call update doc .
Is there a simpler method?
<img width="321" height="258" alt="image" src=" />
I'm searching for a workaround to keep the image locally with upload (No globe icon), rather then depending on source image and end up with below
<img width="842" height="101" alt="image" src=" />
It's trivial and tedious to "copy image" then paste maunlly one by one.
My setup uses local file storage, but this shouldn't be related regardless of S3 or Minio
In theory it is possible to use API to Retrieve doc, processes each <img> and call upload attachement, then call update doc .
Is there a simpler method?
No pledges yet. Be the first to back this.
Comments
Similar requests
feat: Public comments in shared documents
0 votes · 0 comments
Passkeys Pc Support
2 votes · 0 comments
More Page Preview types: "Popup view" and "Sheet view"
2 votes · 0 comments
Flexible Datepicker instead of only current date
2 votes · 0 comments
Feature Request: Support selectable checkbox when exporting as PDF
1 vote · 0 comments
No comments yet.