jasonwilliams / anki

Anki VSCode Plugin
MIT License
275 stars 31 forks source link

Request to support images from the network #29

Open ouyangjunyi opened 3 years ago

ouyangjunyi commented 3 years ago

Now only local images are supported. However, web images are not supported. image

ouyangjunyi commented 3 years ago

![image](https://raw.githubusercontent.com/ouyangjunyi/PicGo/master/images/20201214222127.png)

jasonwilliams commented 2 years ago

The change would be here: https://github.com/jasonwilliams/anki/blob/master/src/markdown/Serializer.ts#L127-L136

Good first issue for someone to pick up