A PowerShell library for publishing markdown files to Blogger

2 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub

AI 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).

Complexity: 2/5
bug enhancement good first issue

A PowerShell library for publishing markdown files to Blogger

PowerShell

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.

Complexity: 3/5
bug enhancement help wanted good first issue

A PowerShell library for publishing markdown files to Blogger

PowerShell