Introduction
Recently, I enjoy writing articles in vscode. With the help of AI tools, translation and other tasks have become much more convenient. However, when I need images, I have to upload them to the blog and then copy the image address, which is quite troublesome.
I thought about developing a vscode plugin, but I realized that if I use other software to write articles, I still need to upload images. So, I came up with the idea of an image hosting tool.
The main reason is that I want to manage the images myself and not store them on someone else's server. Therefore, I am developing a Mac version of the image hosting tool while learning Swift
and Swift UI
.
Development Plan
- Develop the main interface
- Main upload function
- Progress display, Dock icon progress display
- Top menu upload function
- Add other third-party image hosting configurations
- Image management function
- UI interface optimization (may not change)