-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Add csv-to-markdown-table extension #24358
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
- refactor: 💡 エラー時のHUDの表示を修正 - docs: ✏️ readme記載 - feat: 🎸 markdown→csv&tsv - docs: ✏️ 公開準備 - docs: ✏️ 説明とかアイコンとか見直し - feat: 🎸 csv,tsv→markdownの機能を作成 - init - Initial commit
|
Congratulations on your new Raycast extension! 🚀 Due to our current reduced availability, the initial review may take up to 10-15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile OverviewGreptile SummaryAdds a new Raycast extension for bidirectional conversion between CSV/TSV and Markdown table formats using clipboard operations. The extension provides three no-view commands that automatically detect input format and convert data between CSV, TSV, and Markdown tables. Implementation includes format detection logic, conversion utilities with unit tests, and proper error handling for invalid clipboard data. Confidence Score: 2/5
Important Files ChangedFile Analysis
|
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.
3 files reviewed, 3 comments
- Merge pull request raycast#1 from k-narusawa/copilot/fix-pipe-character-escaping - Implement pipe character escaping and comprehensive test coverage - Initial plan
- fix: 🐛 lint - refactor: 💡 japanese→english
|
Thanks for your contribution 🔥 We already have an extension in the Store that provide markdown table functionality. Could we consider enhancing the existing extension below instead of creating another one? If there are unique features or workflows you’re aiming to add, we’d love to hear them and see if they can be integrated into to avoid duplication and improve discoverability. |
Description
CSV to Markdown Table is a bidirectional converter that allows users to quickly convert between CSV/TSV and Markdown table formats using clipboard operations.
Features
Use Cases
Example
CSV → Markdown:
Markdown → CSV:
Screencast
[Add screenshots/screencast here]
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder