-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Add paste-to-markdown extension #19999
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
base: main
Are you sure you want to change the base?
Conversation
- feat: update changelog and README for version 1.0.0; enhance preferences and clipboard handling - refactor: remove github flavored markdown option - feat: update clipboard handling to use AppleScript for HTML retrieval - feat: implemented paste to markdown - feat: add product design document - init: initial commit
Congratulations on your new Raycast extension! 🚀 You can expect an initial review within five business days. Once the PR is approved and merged, the extension will be available on our Store. |
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.
PR Summary
Added new 'Paste to Markdown' extension that converts HTML clipboard content to Markdown format with configurable preferences and smart detection capabilities.
- CHANGELOG.md needs to use
{PR_MERGE_DATE}
template string in version header instead of hardcoded date - Missing required
metadata
folder with screenshots for store submission - Preferences should not manually specify types as they are autogenerated in
raycast-env.d.ts
- ESLint devDependency version (^9.29.0) in package.json needs correction as this version doesn't exist
8 files reviewed, 2 comments
Edit PR Review Bot Settings | Greptile
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.
PR Summary
Latest changes to the Paste to Markdown extension focus on implementation details and code improvements.
- Improved error handling in
paste-to-markdown.ts
with proper user feedback via HUD messages - Removed redundant Preferences interface in favor of auto-generated
Preferences.PasteToMarkdown
type - Added AppleScript integration for HTML clipboard access with plain text fallback
- Added comprehensive configuration options through extension preferences
Noted previous suggestions still need to be addressed.
2 files reviewed, no comments
Edit PR Review Bot Settings | Greptile
Description
A Raycast Extension that instantly pastes rich text or HTML content into Markdown.
Features
pmd
aliasScreencast
Screen.Recording.2025-06-23.at.8.30.59.PM.1.mp4
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder