Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian
GitHub

GitHub PR Autocomplete

Andrew MaoAndrew Mao92 downloads

Suggests and Autocompletes GitHub Issues and Pull Requests

Add to Obsidian
GitHub PR Autocomplete screenshot
  • Overview
  • Scorecard
  • Updates1

This plugin for Obsidian provides an autocomplete suggester for GitHub issues and pull requests from within the editor. When you type a trigger character (default is @), it fetches open issues and PRs from your configured GitHub repository and allows you to insert links to them directly into your notes.

Features

  • GitHub Issue/PR Autocomplete: Trigger a searchable list of open issues and PRs.
  • Support for Private Repositories: Link your GitHub Personal Access Token (PAT) to access private repos.
  • Secure Token Storage: Your GitHub tokens are stored securely using Obsidian's native SecretStorage API (hardware-encrypted on desktop via Keychain/DPAPI, and stored locally on mobile).
  • Multiple Tokens: Manage multiple named tokens and see their validity status (with color indicators) in the settings.
  • Customizable Trigger: Change the trigger character from @ to anything else (e.g., gh#) to avoid conflicts with other plugins.

How to use

  1. Configure Repository: In the plugin settings, enter your GitHub repository in the format owner/repo (e.g., Andrewyx/Github-PR-Autocomplete).
  2. Add Token (Optional but Recommended):
    • Create a GitHub Personal Access Token (classic) with repo scope.
    • In the plugin settings, add a new token with a name (e.g., "Work") and the token value.
    • The plugin will verify the token and show a green "Valid token saved" indicator if successful.
  3. Type to Link: In any markdown file, type @ followed by a search term or issue number. Select an item from the list to insert a markdown link.

License

MIT

Finally, thanks to https://github.com/kemayo/obsidian-smart-links for inspiring this project!

HealthExcellent
ReviewSatisfactory
About
Insert links to GitHub issues and pull requests with an inline autocomplete suggester triggered by a character (default @), letting you search open issues/PRs or jump to a number. Suggestions work with both issue number or fuzzy search by title.
AutocompleteIntegrationsLinks
Details
Current version
1.0.0
Last updated
2 months ago
Created
3 months ago
Updates
1 release
Downloads
92
Compatible with
Obsidian 1.11.4+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Author
Andrew MaoAndrew Maoandrewyx
GitHubandrewyx
  1. Community
  2. Plugins
  3. Autocomplete
  4. GitHub PR Autocomplete

Related plugins

Wikilink Types

Type @ inside wikilink aliases to add relationship types, auto-synced to YAML frontmatter.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

BRAT

Easily install a beta version of a plugin for testing.

Advanced URI

Control everything with URI.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Numerals

Turn any code block into an advanced calculator. Evaluate math expressions on each line of a code block, including units, currency, and optional TeX rendering.