GitHub Tracker

by schaier-io
5
4
3
2
1
Score: 32/100

Description

Category: 3rd Party Integrations

The GitHub Tracker plugin brings GitHub issue and pull request tracking directly into your Obsidian vault. It enables users to link specific repositories and create synchronized Markdown notes for each tracked item, complete with metadata like assignees and reviewers. Users can filter which items to track, choose where the notes are stored, and configure how updates or deletions are handled. Syncing can be automated on Obsidian startup, making sure your notes stay in sync with GitHub without manual effort.

Reviews

No reviews yet.

Stats

4
stars
296
downloads
2
forks
412
days
163
days
413
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
3
total issues
3
open issues
0
closed issues
0
commits

Latest Version

a year ago

Changelog

Changes

  • Fixed manifest donation URL
  • Fixed settings spelling to sentence case
  • Code cleanup

This is mainly cleanup to release the plugin and should not change the functionality

Full Changelog: https://github.com/schaier-io/obsidian-github-tracker-plugin/compare/1.1.0...1.1.1

README file from

Github

GitHub Tracker for Obsidian

An Obsidian plugin that integrates with GitHub to track issues and pull requests directly in your vault.

GitHub Tracker Example

Features

  • Track issues and pull requests from specific GitHub repositories
  • Automatically sync GitHub data on Obsidian startup (configurable)
  • Filter tracked items by assignee and reviewers
  • Create Markdown notes for each issue or pull request

Installation

From Obsidian Community Plugins

(Note it is not yet available in the community plugins list)

  1. Open Obsidian Settings
  2. Go to "Community Plugins"
  3. Click "Browse" and search for "GitHub Tracker"
  4. Click "Install" and then "Enable"

Manual Installation

  1. Download the latest release from the GitHub releases page
  2. Extract the files to your vault's plugins folder: <vault>/.obsidian/plugins/github-tracker/
  3. Reload Obsidian
  4. Enable the plugin in Obsidian settings under "Community Plugins"

Getting Started

Setting up a GitHub Personal Access Token

  1. Create a GitHub personal access token:

  2. Configure the plugin:

    • Open the GitHub Tracker settings tab in Obsidian
    • Paste your GitHub access token in the "GitHub Token" field
    • Configure other settings as desired

Adding Repositories to Track

  1. In the GitHub Tracker settings, scroll to the "Repositories" section
  2. Click "Add" and choose either:
    • "Manual Entry" to add a repository by owner/name format
    • "From GitHub" to select from your accessible repositories
  3. Configure which items to track (issues, pull requests) (optionally) limit the issues and pull requests to track by assignee and/or reviewer

Configuration Options

General Settings

  • GitHub Token: Your personal access token for GitHub API access
  • Sync on Startup: Automatically sync data when Obsidian starts
  • Sync Notice Mode: Control the verbosity of notifications during sync
  • Content Escape Mode: Security setting for how to handle content from GitHub

Repository-Specific Settings

For each tracked repository, you can configure:

  • Issues Tracking:
    • Enable/disable tracking
    • Folder location for issue notes
    • Filter by assignee
    • Set defaults on when to update or delete the issue notes
  • Pull Request Tracking:
    • Enable/disable tracking
    • Folder location for PR notes
    • Filter by assignee and/or reviewer
    • Set defaults on when to update or delete the PR notes

Note Structure

GitHub Tracker creates standardized Markdown notes for each tracked item: You can edit the properties 'updateMode' and 'allowDelete' in the note to change the behavior of the plugin for this specific note.

Issue Notes

---
title: "Issue Title"
status: "open"
created: "2023-01-01T00:00:00Z"
url: "https://github.com/owner/repo/issues/42"
assignees: [username]
updateMode: "none|update|append"
allowDelete: true|false
---

# Issue Title

Issue description and content from GitHub...

Pull Request Notes

---
title: "PR Title"
status: "open"
created: "2023-01-01T00:00:00Z"
url: "https://github.com/owner/repo/pull/43"
assignees: [username]
requested_reviewers: [reviewer1, reviewer2]
updateMode: "none|update|append"
allowDelete: true|false
---

# PR Title

Pull request description and content from GitHub...

Commands

GitHub Tracker adds the following commands to Obsidian:

  • Sync GitHub Issues & Pull Requests: Manually trigger synchronization

Security Considerations

The plugin offers several content escaping options for added security:

  • Normal Mode: Escapes potentially dangerous characters which are used by other plugins like Templater, Dataview, etc. (recommended)
  • Strict Mode: Only allows alphanumeric characters and basic punctuation including links.
  • Very Strict Mode: Most restrictive, only alphanumeric and minimal punctuation
  • Disabled: No escaping (use with caution)

Please report any issues you encounter to the GitHub Issues page.

Note: While following best practices and ensuring safety as best as possible. This plugin is not responsible for any issues that may occur from using its features. It is your responsibility to ensure that the content you are syncing is safe and does not contain any malicious content. Especially if using Plugins that enable script execution.

Customization

CSS Customization

The plugin uses CSS variables for consistent styling. You can customize the appearance by adding rules to your Obsidian CSS snippets. For details see the styles.css file.

New Features

You found something that is missing?

You can create a new issue or pull request on the GitHub repository

I am happy to add new features and bug fixes. If you have any other questions or feedback, please also let me know.

In case you want to quickly add it yourself, contributions are welcome :)

Developing

If you want to contribute to the plugin:

  1. Clone the repository
  2. Install dependencies with npm install
  3. Use npm run dev to start the compilation in watch mode
  4. Make your changes
  5. Use npm run build to create a production build

Troubleshooting

Common Issues

  1. GitHub API Rate Limit Exceeded

    • GitHub has API rate limits that may affect sync operations
    • Consider reducing sync frequency or limiting the number of tracked repositories
  2. Authentication Failures

    • Ensure your GitHub token has the correct permissions
    • Try generating a new token if issues persist
  3. Content Not Updating

    • Check you added the repository to track in the GitHub Tracker settings and enabled tracking for issues and/or pull requests
    • Verify your repository access permissions on GitHub

Release Notes

See the CHANGELOG.md file for details about each release.

Support

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Obsidian for the amazing knowledge management tool
  • GitHub API for providing access to repository data

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
KOReader Sync
4 years ago by Federico "Edo" Granata
Obsidian.md plugin to sync highlights/notes from koreader
Pinboard Sync
4 years ago by Mathew Spolin
Obsidian plugin to sync Pinboard.in links to Daily Notes
Save as Gist
4 years ago by ghedamat
Vim Multibyte Char Search
4 years ago by anselmwang
Search multibyte characters by the corresponding input method encoding. For example, for Chinese, search "用来" by "yl"
Typing speed
4 years ago by supercyp
A little plugin for showing the current typing speed in obsidian
Enveloppe
4 years ago by Mara-Li
Enveloppe helps you to publish your notes on a GitHub repository from your Obsidian Vault, for free!
Share as Gist
4 years ago by timrogers
An Obsidian (https://obsidian.md/) plugin for sharing your notes as a GitHub gist - either privately or publicly.
Weread Plugin
4 years ago by hank zhao
Obsidian Weread Plugin is a plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.
Douban
4 years ago by Wanxp
an obsidian plugin that can pull data from douban to your markdown file
Readavocado Sync
4 years ago by Cyrus Zhang
Readavocado obsidian plugin to sync your favorite highlights.
Obsidian Gitlab Issues
4 years ago by Ben Roberts
Obsidian plugin to create/update/remove notes based on GitLab issues
Awesome Flashcard
4 years ago by AwesomeDog
Handy Anki integration for Obsidian.
Emo
3 years ago by yaleiyale
Use image/file hosting in Obsidian by clipboard or draging file. Obsidian 图床聚合 & Github上传器
SamePage
3 years ago by SamePage
Sync Graph Settings
3 years ago by Xallt
This is a plugin for syncing graph settings (Color Groups and Search Filters) to Local Graphs
Awesome Reader
3 years ago by AwesomeDog
Make Obsidian a proper Reader.
WuCai highlights Official
3 years ago by 希果壳五彩
WuCai highlights Official, for Sync highlights into your obsidian notes
GitHub Issue Augmentation
3 years ago by samprintz
Askify Sync
3 years ago by Kishlay Raj
Mood Tracker
3 years ago by dartungar
mood tracking for obsidian.md
Invio
3 years ago by frontend-engineering
Publish obsidian docs online
Syncthing Integration
3 years ago by LBF38
Obsidian plugin for Syncthing integration
Birthday-Tracker
3 years ago by Marius Wörfel
Obsidian plugin to keep track of all birthdays of your family and friends.
TickTick
3 years ago by Viduy Cheung
GitHub Embeds
3 years ago by Gino Valente
Embed GitHub issues, PRs, and code snippets directly in Obsidian
Share to NotionNext
3 years ago by EasyChris, jxpeng98
Share obsidian markdown file to any Notion database and generate notion share link 同步obsdian文件到任意Notion数据库。
AnkiSync+
3 years ago by RochaG0
Notes Sync Share
3 years ago by Alt-er
Sync and share (publish) your notes in your own private service.
TickTickSync
2 years ago by thesamim
Peerdraft
2 years ago by Peerdraft
Collaboration for Obsidian – Sync, Share, and Edit anywhere
GitHobs
2 years ago by GabAlpha and MarcoG
Use Obsidian as Github issue editor! A simple plugin to create Github issues directly from Obsidian with logic taken from Git
Instapaper
2 years ago by Instapaper
Official Instapaper plugin for Obsidian
Settings profiles
2 years ago by 4Source
This is a plugin for Obsidian (https://obsidian.md). Allows you to create various global settings profiles. You can sync them between different vaults. To keep all your settings in sync, you'll never have to manually adjust them again for every vault you have or create in the future.
GitHub Sync
2 years ago by Kevin Chin
Sync Obsidian vault to personal GitHub
GitHub Link
2 years ago by Nathonius
BookFusion
2 years ago by BookFusion
BookFusion Obsidian Plugin
Confluence Sync
2 years ago by Prateek Grover
Obsidian plugin for obsidian confluence sync
Gistr
2 years ago by Aetherinox
Obsidian.md plugin which allows you to use your notes to embed, create, and update gists for Github and Opengist. Light & dark theme support, create / update public & private gists either manually or with autosave.
Fit
2 years ago by joshuakto
File gIT (FIT) to sync your files across mobile and desktop devices using GitHub.
Cicada Synchronizer
2 years ago by Adapole, Adapole, Mahyar Mirrashed
Sync config folder to common folder
2 years ago by codeonquer
Voicenotes Sync
2 years ago by Andrew Lombardi
Official Obsidian plugin that syncs your notes from VoiceNotes.com into your vault
Github Copilot
2 years ago by Vasseur Pierre-Adrien
A bridge between Obsidian and Github Copilot
Memos Sync
2 years ago by RyoJerryYu
Syncing Memos to Obsidian daily note. Fully compatible with official Daily Notes plugin, Calendar plugin and Periodic Notes plugin.
DocBase (Unofficial)
2 years ago by yurikuvanov
Unofficial DocBase plugin for Obsidian
Vikunja Sync
2 years ago by Peter Heiss
Manage your tasks in vikunja.
AnySocket Sync
2 years ago by Andrei Vaduva
Securely Synchronize your Vault on a self-hosted server
Import GitHub Readme
2 years ago by Chasebank87
Vault to blog
2 years ago by barkstone2
Automation tool of making react SPA blog by obsidian vault.
Todoist Sync
6 years ago by jamiebrynes7
Materialize Todoist tasks in Obsidian notes
Filename Heading Sync
5 years ago by dvcrn
Obisdian.md plugin to keep the filename and the first header of the file in sync
Daily Stats
5 years ago by Dhruvik Parikh
Plugin to view your daily word count across all notes in your Obsidian.md vault.
Tracker
5 years ago by pyrochlore
A plugin tracks occurrences and numbers in your notes
Readwise Mirror
5 years ago by jsonmartin
Taskbone
5 years ago by Dominik Schlund
Obsidian OCR plugin - extract text from images
Gist
5 years ago by Jun Lin
📒 Gist View for Obsidian(https://obsidian.md)
Habit Tracker
5 years ago by duo
This plguin for Obsidian creates a simple month view for visualizing your punch records.
Publish and GitHub URL
5 years ago by kometenstaub
Copy or open the Obsidian Publish URL of a note. You can also open its Git commit history on GitHub.
Remotely Save
4 years ago by fyears
Sync notes between local and cloud with smart conflict: S3 (Amazon S3/Cloudflare R2/Backblaze B2/...), Dropbox, webdav (NextCloud/InfiniCLOUD/Synology/...), OneDrive, Google Drive (GDrive), Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.
Generic Initiative Tracker
4 years ago by Beau Shinkle
TTRPG Initiative Tracker for Obsidian.md
Alignment Tracker
2 years ago by LittleOwl
This is a plugin made for Obsidian to thrack a character's alignment.
Command Tracker
2 years ago by namikaze-40p
An Obsidian plugin that tracks the number of times the command is used.
BookXNote Sync
2 years ago by CodeListening
将bookxnote中的笔记同步到obsidian指定的文件夹中
Cloud Storage
2 years ago by Jiajun Ma
Obsidian Cloud Storage is a powerful and user-friendly plugin designed to seamlessly integrate cloud storage capabilities into your Obsidian workflow. This plugin allows you to effortlessly upload your attachments to the cloud, freeing up local storage space and enabling easy sharing and access across all your devices.
Strava Sync
2 years ago by Howard Wilson
Sync Strava activities to your Obsidian vault
ExMemo Client
2 years ago by Yan.Xie
exmemo obsidian plugin
Unearthed (Kindle Sync)
2 years ago by CheersCal
HackMD Sync
2 years ago by thor kampefner
obsidian extension to push and pull notes from hackmd conveniently
Google Drive Sync
2 years ago by Richard Xiong
A plugin to make Obsidian work in Google Drive to enable access to iOS.
Sync to Hugo
a year ago by Cray Huang
Sync the selected notes from Obsidian to Hugo
Sync Cnblog
a year ago by zhanglei
同步文章到博客园
WikiDocs
a year ago by pahkey
BetaX NAS Sync
a year ago by Skye
Obsidian NAS Sync
Hoarder Sync
a year ago by Jordan Hofker
An Obsidian.md community plugin that allows syncing with https://karakeep.app/
Feedly Annotations Sync
a year ago by Nick Felker
Download my Feedly annotations
Glasp
a year ago by Glasp
Obsidian plugin to import highlights and notes from Glasp
Minote Sync
a year ago by Emac Shen
Minote Sync is a Obsidian plugin to sync Minote(小米笔记) into your Vault.
Checkbox Sync
a year ago by Grol
Keep parent/child checkboxes in sync automatically within your Obsidian task lists.
VaultSync
a year ago by Justin Bird
Obsidian plugin to link your vault to a cloud storage provider.
KOI Sync
a year ago by Luke Miller
Memos AI Sync
a year ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
Jade Publisher
a year ago by Lucas Ji
This is a simple plugin to help publish your Obsidian vault to a public website(build with Jade).
Sync Vault CE
a year ago by Camus Qiu
The missing bridge between your 10+ TB cloud drive and your AI brain.
InfoFlow
a year ago by RockieStar Inc.
Obsidian plugin for InfoFlow.app - This plugin integrates InfoFlow with Obsidian, allowing you to sync your saved articles, web pages, notes, and highlights directly into your Obsidian vault.
LINE Notes Sync
a year ago by onikun94
GitHub Gitless Sync
a year ago by Silvano Cerza
Sync a GitHub repository with vaults on different platforms without requiring git installation
GitHub Stars
a year ago by Flying Nobita
Obsidian plugin that displays GitHub star ⭐ counts next to repository links in your notes, in Reading View, Live Preview, and embedded markdown.
Open in GitHub
a year ago by Muurphy Chen
This is an Obsidian plugin designed to open project or files directly in GitHub via your browser.
Browser History
a year ago by noy4
Sync your browser history to notes.
Anki Integration
a year ago by Noah Boos AKA Rift
Create flashcards from your notes with a seamless interface, structuring them with metadata and syncing effortlessly via AnkiConnect.
Jira Issue Manager
a year ago by Alamion
Obisdian plugin to sync tasks between Obsidian and Jira
Cubox
a year ago by delphi-2015
Cubox Official Obsidian Plugin
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
GitHub Integration
a year ago by Kirill Zhuravlev
Plugin that fetch your github stars into notes
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
Markdown Hijacker
a year ago by Yongmini
Beyond the Vault. One hub for every Markdown, everywhere
Google Contacts
a year ago by aleksejs1
Obsidian plugin for sync Google Contacts with obsidian notes
Yandex Wiki Integration
10 months ago by Pavel Sokolov
Github Issues
10 months ago by LonoxX
An Obsidian plugin that integrates with GitHub to track issues and pull requests directly in your vault.
GitHub Tasks
9 months ago by Mike Thicke
Obsidian plugin to sync GitHub issues and PRs to Obsidian TODOs
NotePix
8 months ago by Ayush Parkara
NotePix automatically uploads images, screenshots from your Obsidian vault to a designated GitHub repository. It then seamlessly replaces the local link with a fast URL, keeping your vault lightweight and portable.
Sync-safe file names
7 months ago by j-maas
Ensure your Obsidian files can always be synced across all your devices.
MrDoc
7 months ago by zmister
An Obsidian plugin for MrDoc that enables two-way synchronization between local Obsidian documents and MrDoc.一个 Obsidian 的 MrDoc 插件,用于 Obsidian 本地文档与 MrDoc 的双向同步
GH Links Shortener
7 months ago by David Barnett
Obsidian plugin to set shortened link text for pasted GitHub URLs
Nutstore Sync
6 months ago by nutstore-dev
Hardcover
3 months ago by aliceinwaterdeep