Link both READMEs to the published Marketplace listing - #15
Merged
Conversation
The extension is live as krotname.markdown-table-editor-plus, so the READMEs no longer say the listing is in preparation. Add Marketplace version, installs, and rating badges, put the listing first in the quick start, and document installing from the Marketplace alongside the VSIX route. The Marketplace renders the README bundled in the VSIX rather than the file on main, so the corrected text only reaches the listing with a new version: release this as 0.2.3. MARKETPLACE_SUBMISSION.md records the item URL, the passed verification, and that the Marketplace kept only the Formatters category out of the two declared. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The extension is live: https://marketplace.visualstudio.com/items?itemName=krotname.markdown-table-editor-plus
What changed
README.mdandREADME.en.md.listing being in preparation is gone.
code --install-extension krotname.markdown-table-editor-plus, before the VSIX route.MARKETPLACE_SUBMISSION.md: item URL, verification result, release link, refreshed releasenotes and confirmation string.
Why a version bump
The Marketplace renders the README packaged inside the VSIX, not the file on
main. Without a newversion the listing keeps showing "публикация готовится", so the corrected text ships as 0.2.3.
Verified on the live listing
docs/demo.gifanddocs/marketplace-screenshots/contact-sheet.pngload through theraw.githubusercontent rewrite that
vsceapplies.code --install-extension krotname.markdown-table-editor-plusinto a throwaway--extensions-dir/--user-data-dirinstallskrotname.markdown-table-editor-plus@0.2.2.npm run checkpasses locally on this branch.One difference worth recording: the manifest declares
FormattersandOther, but the listing andvsce showreport onlyFormatters. The VSIX is correct; the Marketplace did not carryOtherover. Noted in
MARKETPLACE_SUBMISSION.mdso it is not mistaken for a packaging bug.🤖 Generated with Claude Code