There are 2 problems with the current plugin that I want to improve:
- I need to upload a lot of images when writing documents and with Firebase's capacity limit not allowing it, I also need a more stable storage location to avoid losing image links later
- When embed image links are inserted as html
<img src="URL" width="X"/> it will cause problems if I publish the document to other platforms that do not support this format. So what I need to do is convert it to  according to Obsidian's native and correct markdown structure to support other markdown reading platforms.