-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to compose notes with external images (by their url) #6752
Comments
On this feature, remote image availability issues should be taken into account.
|
If the user can type the syntax, he/she probably knows what he/she is doing. Beginners won't use it anyway. I am not against one-time warning, but other platforms are doing fine without that. update: post preview (#6751) would combine perfectly with this feature. |
I warn, because posts with broken images are already an issue across the internet. |
I understand the concern on broken image BUT it's still something that can happen in the current way of doing things 👍 if i delete an image from my drive, my post which displayed it will also have broken image Pretty sure it's not that big a deal, is it ? |
Are you saying that removing the image from the drive kept the notes? |
Sorry, i thought notes were kept when media were deleted, and assumed notes were displayed with a broken image (i think i saw some placeholder looking like that in misskey's repo) But like you said, when a media is deleted so are notes using it. It's actually stated by the UI >_< my mistake |
I'd like to add that this could be a valuable feature for linking to images such as on boorus, or twitter, where if the image is deleted from the booru/twitter, we may also want to not display the image anymore (if the creator decided to remove it), or to avoid accidentally downsizing/compressing the image. |
I'd also like to add that embedded images in markdown from other servers such as pleroma display. However, shitposter.club is currently having issues, so it doesn't appear at the link, but it's still possible in pleroma |
Also as an aside, when I delete media from my drive that still has posts remaining, the posts still display, just without the attached media anymore. So I think that failures to embed in this ticket aren't very different than what happens when an image is deleted from the drive right now |
related #93 |
Currently the only choice you have is to upload image to Drive.
Allowing external images could potentially reduce the load on Misskey instance, and give users more flexibility.
Pleroma and Friendica support this and I use it often to post pictures directly from Matrix chatroom.
Markdown defines the syntax as
![Alt Text](url)
The text was updated successfully, but these errors were encountered: