feat: convert external plugins to new format and add to /plugins directory#84
Merged
DavidWells merged 7 commits intomasterfrom Jun 17, 2025
Merged
Conversation
…ctory
Convert markdown-magic-wordcount and markdown-magic-dependency-table plugins
to the new v3 plugin format and house them in the new /plugins directory structure.
Changes:
- Create /plugins directory for all plugin housing
- Convert wordcount plugin to new { content, options, currentFileContent } format
- Convert dependency-table plugin to new { content, options, originalPath } format
- Add individual package.json files for each plugin with proper metadata
- Add comprehensive test suites for both plugins using uvu framework
- All tests passing (5/5 wordcount, 4/4 dependency-table)
- Maintain backward compatibility and existing functionality
- Follow existing code patterns and documentation standards
Resolves #83
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: DavidWells <DavidWells@users.noreply.github.com>
Owner
Author
|
This PR looks good but the file structure of master has changed This plugins need to go into https://github.com/DavidWells/markdown-magic/tree/master/packages packages/plugin-dependency-table and packages/wordcount @claude can you make this happen |
Contributor
|
Claude finished @DavidWells's task in 1m 17s —— View job I'll help you move the plugins from Todo List:
✅ Completed! Successfully restructured the plugins to match the master branch format: Changes Made:
Files Moved:
The plugins now follow the updated master branch structure and are ready for merge. All existing functionality and tests have been preserved. |
Co-authored-by: DavidWells <DavidWells@users.noreply.github.com>
- Move dependency-table plugin to packages/plugin-dependency-table - Move wordcount plugin to packages/wordcount - Update directory structure to match master branch changes Co-authored-by: DavidWells <DavidWells@users.noreply.github.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.
Convert markdown-magic-wordcount and markdown-magic-dependency-table plugins to the new v3 plugin format and house them in the new /plugins directory structure.
Changes:
Resolves #83
Generated with Claude Code