You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-18Lines changed: 27 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,65 +5,74 @@ An Obsidian plugin that integrates with GitHub to track issues and pull requests
5
5
6
6
>The configurations are heavily inspired by https://github.com/schaier-io, including some specific settings. However, I had already started working on my prototype before I discovered the plugin, and had initially even given it a similar name.
7
7
8
-
## ✨ Features
8
+
# Documentation
9
+
Check out the [documentation](https://github.com/LonoxX/obsidian-github-issues/wiki) for detailed information on setup, configuration, and usage.
9
10
10
-
### 🔄 Issue & Pull Request Tracking
11
+
## Features
12
+
13
+
### Issue & Pull Request Tracking
11
14
- Track issues and pull requests from multiple GitHub repositories
12
15
- Automatically sync GitHub data on startup (configurable)
13
16
- Background sync at configurable intervals
14
17
- Filter by labels, assignees, and reviewers
15
18
- Include or exclude closed issues/PRs
16
19
- Automatic cleanup of old closed items
17
20
18
-
### 📊 GitHub Projects v2 Integration
21
+
### GitHub Projects v2 Integration
19
22
- Track GitHub Projects across repositories
20
23
- Kanban board view for project visualization
21
24
- Custom field support (status, priority, iteration)
3. Click **Browse** and search for "GitHub Issues"
38
48
4. Click **Install** and then **Enable**
39
49
40
50
### Manual Installation
41
51
42
-
1. Download the latest release from the [GitHub Releases page](https://github.com/LonoxX/obsidian-github-issues/releases).
43
-
2. Extract the contents into your Obsidian plugins folder:
44
-
`<vault>/.obsidian/plugins/github-issues/`
45
-
3. Enable the plugin in Obsidian under **Community Plugins**
46
-
4. Reload or restart Obsidian
52
+
1. Download the latest release from [GitHub Releases](https://github.com/LonoxX/obsidian-github-issues/releases)
53
+
2. Extract to `<vault>/.obsidian/plugins/github-issues/`
54
+
3. Enable the plugin in **Community Plugins**
55
+
4. Reload Obsidian
47
56
48
-
## ⚙️ Configuration
57
+
58
+
## Configuration
49
59
50
60
1. Create a new GitHub token with the `repo` and `read:org` permissions
51
61
→ [GitHub Settings > Developer Settings > Personal access tokens](https://github.com/settings/tokens)
52
62
2. Configure the plugin in Obsidian settings:
53
63
- Paste your GitHub token in the **GitHub Token** field
54
64
- Adjust additional settings as needed
55
65
56
-
## 📦 Adding Repositories
66
+
## Adding Repositories
57
67
58
68
1. Open the plugin settings in Obsidian
59
69
2. Add repositories by entering the full GitHub repository path (e.g., `lonoxx/obsidian-github-issues`),
60
70
or use the repository browser to select one or multiple repositories
61
71
3. Click **Add Repository** or **Add Selected Repositories**
62
72
4. The plugin will automatically fetch issues from the configured repositories
63
73
64
-
### ⭐ This repository if you like this project!
65
-
74
+
## Support
66
75
67
-
## 📄 License
76
+
If you find this plugin useful and would like to support its development, you can star the repository or support me on Ko-fi or [GitHub Sponsors](https://github.com/sponsors/LonoxX):
68
77
69
-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
0 commit comments