Figures shown up seems odd
gh279760559 opened this issue · 12 comments
Hi, 1st of all thanks for providing a such awesome tool. I got few questions/issues regarding figures showup in the article:
- please check green marks, odd square brackets (I assume it is kinda like ![]?)
- a big space between the figure and the corresponding online link
So please help remove these.
another questions, do we have options to
- disable online figures download and only use online links instead
- use local figures and disable online links track
Thanks!
- please check green marks, odd square brackets (I assume it is kinda like ![]?)
- a big space between the figure and the corresponding online link
So please help remove these.
Same as #344
another questions, do we have options to
- disable online figures download and only use online links instead
- use local figures and disable online links track
Currently, we are not considering using online figures. What's your use case? Is it not better to download them?
And what do you mean "disable online links track", There'll be not online figure links after the clipping.
- please check green marks, odd square brackets (I assume it is kinda like ![]?)
- a big space between the figure and the corresponding online link
So please help remove these.Same as #344
another questions, do we have options to
- disable online figures download and only use online links instead
- use local figures and disable online links track
Currently, we are not considering using online figures. What's your use case? Is it not better to download them?
And what do you mean "disable online links track", There'll be not online figure links after the clipping.
thx for the reply.
in short I want to get online links instead and download them using the obsidian plugin which is a convenient way for me. Or it would be better that all figures are downloaded automatically without those weird space between [] which requires lots of manual works actually. (thx for pointing out the similar issue then, so it remains unsolved, does it)
"There'll be not online figure links after the clipping."--Interesting please check the link after the red mark area which is exact online figure link shown above.
from #344 I can tell it is because of the turndown js lib issue. Just curious if there is a way to remove space and square brackets themselves.
in short I want to get online links instead and download them using the obsidian plugin which is a convenient way for me. Or it would be better that all figures are downloaded automatically without those weird space between [] which requires lots of manual works actually. (thx for pointing out the similar issue then, so it remains unsolved, does it)
No, it'll get solved, these weird spaces around the image should be removed.
"There'll be not online figure links after the clipping."--Interesting please check the link after the red mark area which is exact online figure link shown above.
The link you saw actually is a hyper link (that represent a image).
By the way, to download these images with markdown, the best place to do it is on the browser. Because browser has the user environment such as cookie, token etc. So if you want to use Obsidian plugin to download online image inside markdown file, there's some rare cases that you failed to download these images, because the web server check the user environment.
The issue should be fixed on version 0.4.37, please update your extnsion.
No, it'll get solved, these weird spaces around the image should be removed.
thx to letting me know when it is solved. Tbh it requires lots of manual works currently to remove those things.
The issue should be fixed on version 0.4.37, please update your extnsion.
Super! So efficient, thank you!
Aha, this must be a new case, thanks for the update. Please post the URL of the article you clipped for further investigation.
Aha, this must be a new case, thanks for the update. Please post the URL of the article you clipped for further investigation.
check it out:https://magazine.sebastianraschka.com/p/ahead-of-ai-10-state-of-computer
The new case is cause by a blole element that has blank content, it will be converted to \n\n
by default through Turndown.
I've fix this on version 0.4.38, please update.