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
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# GitHub Issues for Obsidian
1
+
# GitHub & GitLab Issues for Obsidian
2
2
3
-
An Obsidian plugin that integrates with GitHub to track issues and pull requests directly in your vault.
3
+
An Obsidian plugin that integrates with GitHub and GitLab to track issues and pull requests directly in your vault.
4
4
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.
@@ -11,25 +11,34 @@ Check out the [documentation](https://github.com/LonoxX/obsidian-github-issues/w
11
11
## Features
12
12
13
13
### Issue & Pull Request Tracking
14
-
- Track issues and pull requests from multiple GitHub repositories
15
-
- Automatically sync GitHub data on startup (configurable)
14
+
- Track issues and pull requests from multiple GitHub and GitLab repositories
15
+
- Automatically sync data on startup (configurable)
16
16
- Background sync at configurable intervals
17
17
- Filter by labels, assignees, and reviewers
18
18
- Include or exclude closed issues/PRs
19
19
- Automatic cleanup of old closed items
20
20
21
+
### GitLab Support
22
+
- Full support for GitLab Issues and Merge Requests
23
+
- Works with self-hosted GitLab instances
24
+
- Multiple GitLab instances can be configured simultaneously
25
+
21
26
### GitHub Projects v2 Integration
22
27
- Track GitHub Projects across repositories
23
28
- Kanban board view for project visualization
24
29
- Custom field support (status, priority, iteration)
0 commit comments