Devlogs
The build diary
What changed this week, what broke, and what I got wrong. These are not tutorials and they do not pretend the work went smoothly.
Filter by project ImageMagick for VS Code: Native image editing inside the editor
Grouped by project so someone following one build can read only that.
ImageMagick for Obsidian 1.0.0: the port that deleted more than it added
I ported my ImageMagick VS Code extension to Obsidian. The port removed about 700 lines, and then a rotate slider that would not slide taught me where the real cost was hiding.
ImageMagick for VS Code 0.5.0: cutting 100 lines and a bug I did not know I had
A cleanup release for my ImageMagick VS Code extension. No new features, 98 fewer lines, and one real bug that fell out when I deleted the code that was hiding it.
ImageMagick for VS Code 0.4.0: optimization presets
0.4.0 of my ImageMagick VS Code extension adds saved optimization presets and a one-click optimize from the Explorer, encoded in the extension host with no panel and no uploads.
ImageMagick for VS Code 0.3.0: Explorer drag-and-drop
The 0.3.0 release of my ImageMagick VS Code extension fixes drag-and-drop from the Explorer, plus what is coming next.