Open Issues Need Help
View All on GitHubAI Summary: Add a `-Preview` switch to the `Publish-BlogPost` and `Publish-MarkdownBloggerPost` cmdlets in the PSBlogger PowerShell library. This switch should control whether a browser is automatically launched to preview the published post after execution. The default behavior should remain unchanged (automatically launching the browser).
AI Summary: The task is to modify the PSBlogger PowerShell module to preserve the subfolder path when uploading images to Google Drive. Currently, the module uploads images to the root folder, ignoring the subfolder structure in the markdown file's relative path. The solution requires updating the image upload logic to create necessary subfolders in Google Drive mirroring the original file structure, preventing naming conflicts and improving organization.