-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add orcid extension #25005
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
Draft
alvgaona
wants to merge
6
commits into
raycast:main
Choose a base branch
from
alvgaona:ext/orcid
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,020
−0
Draft
Add orcid extension #25005
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9da8e44
feat: initial ORCID extension for Raycast
alvgaona fb1c44b
chore: remove unused orcid-icon.svg
alvgaona 4a01b6d
docs: add CHANGELOG.md
alvgaona cbc5a17
Update orcid extension
alvgaona 3f83538
fix: remove manual Preferences interface, use auto-generated type
alvgaona 85f9c76
Update extensions/orcid/.gitignore
alvgaona File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "root": true, | ||
| "extends": ["@raycast"] | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| # Dependencies | ||
| node_modules/ | ||
|
|
||
| # Build output | ||
| dist/ | ||
|
|
||
| # Environment | ||
| .env | ||
| .env.local | ||
|
|
||
| # IDE | ||
| .idea/ | ||
| .vscode/ | ||
| *.swp | ||
| *.swo | ||
| .DS_Store | ||
|
|
||
| # Raycast specific files | ||
| raycast-env.d.ts | ||
| .raycast-swift-build | ||
| .swiftpm | ||
| compiled_raycast_swift | ||
| compiled_raycast_rust |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # ORCID Changelog | ||
|
|
||
| ## [Initial Version] - {PR_MERGE_DATE} | ||
|
|
||
| - Copy ORCID iD to clipboard | ||
| - Copy name from ORCID profile | ||
| - Open ORCID profile in browser | ||
| - Find researchers by name |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # ORCID for Raycast | ||
|
|
||
| Search researchers and access your ORCID profile directly from Raycast. | ||
|
|
||
| ## Setup | ||
|
|
||
| This extension requires ORCID API credentials. Follow these steps: | ||
|
|
||
| 1. **Create an ORCID account** at [orcid.org](https://orcid.org) if you don't have one | ||
| 2. **Register for API credentials** at [orcid.org/developer-tools](https://orcid.org/developer-tools) | ||
| 3. **Set the Redirect URI** to: `https://raycast.com/redirect?packageName=orcid` | ||
| 4. **Copy your Client ID and Client Secret** into the extension preferences | ||
|
|
||
| ## Commands | ||
|
|
||
| - **Copy ORCID** - Copy your ORCID iD to clipboard | ||
| - **Copy Name** - Copy your name from ORCID to clipboard | ||
| - **Open My Profile** - Open your ORCID profile in browser | ||
| - **Find Researchers** - Search for researchers by name | ||
|
|
||
| ## Preferences | ||
|
|
||
| | Preference | Description | Required | | ||
| |------------|-------------|----------| | ||
| | Client ID | Your ORCID Public API Client ID | Yes | | ||
| | Client Secret | Your ORCID Public API Client Secret | Yes | | ||
| | Use Sandbox | Enable sandbox mode for testing | No | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. issue: metadata image style Could you make sure that the metadata images use the same background/appearance as the rest to maintain the same visual expression? Reference: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
issue: metadata image style
Could you make sure that the metadata images use the same background/appearance as the rest to maintain the same visual expression?
Reference: