Skip to content

Where do the images save when copying and pasting to free text notes? #1168

Answered by Azgaar
BernatPerez asked this question in Q&A
Discussion options

You must be logged in to vote

It's not correct. When you copy paste an image to the noted editor window, it's encoded to base64 string and stored in memory. When you save the .map file, this info is added there. So the image is stored locally in memory and .map file, nothing is sent to cloud/server.

But you are correct that it's not a good way to organize your world database. Storing images as base64 is not really efficient and if you have a lot, your .map file will become too big and may even have issues with loading and parsing. So it's better to copy paste a link to image on a server you can rely on. It will not bloat .map file and work just fine.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@BernatPerez
Comment options

Comment options

You must be logged in to vote
1 reply
@BernatPerez
Comment options

Answer selected by BernatPerez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants