BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.07k stars 1.47k forks source link

Issue with image display #3619

Closed dodoflyy closed 4 years ago

dodoflyy commented 4 years ago

Current behavior

I store notes and images in my Mobile hard disk so I can use boostnote on different computer without network.
I drop image to my notes with mouse this generate image path, however the path may change when I open boostnote, even on the same computer after reboot.
Here is example, I drop image get the path yesterday.

![Mut_4Cluster.png](:storage\9688f4ca-a6ce-445b-b529-d8026d65918c\e95126b7.png)

Today, the link is broken, I drop again and get

![Mut_4Cluster.png](:storage\9688f4ca-a6ce-445b-b529-d8026d65918c\0e823cc4.png)

Image path on my computer is

D:\Notes\images\TCGA_BLCA_2017\Mut_4Cluster.png

Where D:\Notes is notes stroge.

Expected behavior

Generate stable image path.

Environment

Win 10. Boostnote Legacy 0.16.0

dodoflyy commented 4 years ago

Updata, today's link also broken now. No compute reboot, just have boostnote reboot.

Flexo013 commented 4 years ago

Once you paste an image into Boostnote it makes a copy of the image into the storage/attachments. There are some other errors that currently exist with regards to images: #3348. It is possible you are running into those.

Are all of your images no longer working, or only a few?

dodoflyy commented 4 years ago

Once you paste an image into Boostnote it makes a copy of the image into the storage/attachments. There are some other errors that currently exist with regards to images: #3348. It is possible you are running into those.

Are all of your images no longer working, or only a few?

Only a few, and I solved this problem by disable "Delete attachments, that are not referenced in the text anymore", thanks anyway.

Flexo013 commented 4 years ago

Glad to hear that it was fixed that way 👍