-
-
Notifications
You must be signed in to change notification settings - Fork 8
Add plugin.md #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add plugin.md #50
Conversation
📝 WalkthroughWalkthroughThe pull request updates the documentation for the LinkOpener plugin. It removes outdated, commented-out sections related to videos and images and adds detailed descriptions of the plugin's functionality. New content explains the plugin overview, setup for keywords, titles, URLs, and illustrates three configurations—Search Without Arguments, Search With Arguments, and Multi-Search With Arguments—with images to guide users in effective usage. Changes
Suggested reviewers
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (6)
src/data/plugins/link-opener/plugin.md (6)
19-19: Add Alt Text to Image for AccessibilityThe image on line 19 is missing alternative text. For accessibility, please add descriptive alt text such as "Search Without Arguments Settings".
- +🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
19-19: Images should have alternate text (alt text)
null(MD045, no-alt-text)
21-21: Provide Descriptive Alt Text for ImageThe image on line 21 lacks alt text. Consider adding alt text like "Search Without Arguments Result" to improve accessibility.
- +🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
21-21: Images should have alternate text (alt text)
null(MD045, no-alt-text)
26-26: Insert Alt Text for "Search With Arguments" Settings ImageFor accessibility, please add descriptive alt text to the image on line 26. For example, "Search With Arguments Settings" would be appropriate.
- +🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
26-26: Images should have alternate text (alt text)
null(MD045, no-alt-text)
28-28: Add Alt Text for "Search With Arguments" Result ImageThe image on line 28 should include alt text such as "Search With Arguments Result" to help users with accessibility needs.
- +🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
28-28: Images should have alternate text (alt text)
null(MD045, no-alt-text)
33-33: Include Alt Text for "Multi-Search With Arguments" Settings ImageThe image on line 33 is missing alt text. Please add a descriptive alternative such as "Multi-Search With Arguments Settings".
- +🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
33-33: Images should have alternate text (alt text)
null(MD045, no-alt-text)
35-35: Provide Alt Text for "Multi-Search With Arguments" Result ImageThe image on line 35 also needs alt text for better accessibility. A suggestion is "Multi-Search With Arguments Result".
- +🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
35-35: Images should have alternate text (alt text)
null(MD045, no-alt-text)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (6)
src/data/plugins/link-opener/images/MultiSearchWithArgs.pngis excluded by!**/*.pngsrc/data/plugins/link-opener/images/MultiSearchWithArgsSettings.pngis excluded by!**/*.pngsrc/data/plugins/link-opener/images/SearchWithArgs.pngis excluded by!**/*.pngsrc/data/plugins/link-opener/images/SearchWithArgsSettings.pngis excluded by!**/*.pngsrc/data/plugins/link-opener/images/SearchWithoutArgs.pngis excluded by!**/*.pngsrc/data/plugins/link-opener/images/SearchWithoutArgsSettings.pngis excluded by!**/*.png
📒 Files selected for processing (1)
src/data/plugins/link-opener/plugin.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
src/data/plugins/link-opener/plugin.md
19-19: Images should have alternate text (alt text)
null
(MD045, no-alt-text)
21-21: Images should have alternate text (alt text)
null
(MD045, no-alt-text)
26-26: Images should have alternate text (alt text)
null
(MD045, no-alt-text)
28-28: Images should have alternate text (alt text)
null
(MD045, no-alt-text)
33-33: Images should have alternate text (alt text)
null
(MD045, no-alt-text)
35-35: Images should have alternate text (alt text)
null
(MD045, no-alt-text)
🔇 Additional comments (6)
src/data/plugins/link-opener/plugin.md (6)
1-6: Front Matter is Well-FormattedThe YAML metadata is clearly defined with an ID and appropriate tags. This helps in cataloguing the plugin.
8-11: Clear Plugin OverviewThe introductory section succinctly describes what the LinkOpener plugin does. It sets a good context for users to understand the functionality.
12-16: Usage Instructions are ConciseThe "Usage" section provides clear directions for configuring the plugin with necessary details like keywords, titles, and URLs.
17-18: Section Header for "Search Without Arguments"The section header is clear and immediately indicates what the upcoming configuration is about.
24-25: Section Header for "Search With Arguments"The header clearly introduces the configuration for searching with arguments. The accompanying description is succinct and informative.
31-32: Section Header for "Multi-Search With Arguments"The header clearly introduces the multi-search configuration section. The content is well-organized.
No description provided.