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
An Obsidian plugin that integrates with GitHub and GitLab to track issues and pull requests directly in your vault.
5
12
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.
13
+
>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
14
8
15
# Documentation
16
+
9
17
Check out the [documentation](https://github.com/LonoxX/obsidian-github-issues/wiki) for detailed information on setup, configuration, and usage.
10
18
11
19
## Features
12
20
13
21
### Issue & Pull Request Tracking
14
-
- Track issues and pull requests from multiple GitHub repositories
15
-
- Automatically sync GitHub data on startup (configurable)
22
+
23
+
- Track issues and pull requests from multiple GitHub and GitLab repositories
24
+
- Automatically sync data on startup (configurable)
16
25
- Background sync at configurable intervals
17
26
- Filter by labels, assignees, and reviewers
18
27
- Include or exclude closed issues/PRs
19
28
- Automatic cleanup of old closed items
20
29
30
+
### GitLab Support
31
+
32
+
- Full support for GitLab Issues and Merge Requests
33
+
- Works with self-hosted GitLab instances
34
+
- Multiple GitLab instances can be configured simultaneously
35
+
21
36
### GitHub Projects v2 Integration
37
+
22
38
- Track GitHub Projects across repositories
23
39
- Kanban board view for project visualization
24
40
- Custom field support (status, priority, iteration)
0 commit comments