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
+26-5Lines changed: 26 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,32 @@
2
2
3
3
An Obsidian plugin that integrates with GitHub to track issues and pull requests directly in your vault.
4
4
5
-
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.
5
+
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.
6
7
7
8
## ✨ Features
8
9
9
-
- Track issues and pull requests from specific GitHub repositories
10
-
- Automatically sync GitHub data on Obsidian startup (configurable)
11
-
- Filter tracked items by assignee and reviewers
12
-
- Create Markdown notes for each issue or pull request
10
+
### 🔄 Issue & Pull Request Tracking
11
+
- Track issues and pull requests from multiple GitHub repositories
12
+
- Automatically sync GitHub data on startup (configurable)
13
+
- Background sync at configurable intervals
14
+
- Filter by labels, assignees, and reviewers
15
+
- Include or exclude closed issues/PRs
16
+
- Automatic cleanup of old closed items
17
+
18
+
### 📊 GitHub Projects v2 Integration
19
+
- Track GitHub Projects across repositories
20
+
- Kanban board view for project visualization
21
+
- Custom field support (status, priority, iteration)
22
+
- Project-specific filtering and organization
23
+
24
+
### 📝 Markdown Notes
25
+
- Create markdown notes for each issue or PR
26
+
- Customizable filename templates with variables
27
+
- Custom content templates
28
+
- YAML frontmatter with metadata
29
+
- Preserve user content with persist blocks
30
+
- Include comments in notes
13
31
14
32
## 🚀 Installation
15
33
@@ -43,6 +61,9 @@ The configurations are heavily inspired by https://github.com/schaier-io, includ
43
61
3. Click **Add Repository** or **Add Selected Repositories**
44
62
4. The plugin will automatically fetch issues from the configured repositories
45
63
64
+
### ⭐ This repository if you like this project!
65
+
66
+
46
67
## 📄 License
47
68
48
69
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
0 commit comments