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
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,26 @@ Obsidian GitHub Issues is a plugin for the Obsidian note-taking app that enables
9
9
-**Rich Preview:** View a comprehensive preview of the embedded issues, including their status, comments, assignees, labels, and other relevant details. This feature helps you quickly gain context and stay informed about the progress of your issues.
10
10
11
11
## Installation
12
+
13
+
### Prerequisites
14
+
Before installing the Obsidian GitHub Issues plugin, you need to generate a Personal Access Token (PAT) for your GitHub account. This token is used to authenticate your Obsidian app with GitHub and enable the plugin to access your GitHub repositories. To generate a PAT, follow these steps:
15
+
16
+
- Navigate to your GitHub account settings.
17
+
- Click on the "Developer Settings" tab.
18
+
- Select "Personal Access Tokens" from the sidebar.
19
+
- Click on the "Generate New Token (classic)" button.
20
+
- Give it a name and an expiration date.
21
+
- The token needs the following permissions:
22
+
- If you want to use the plugin with public and private repositories, you need to select the following permissions:
23
+
- repo (Full control of private repositories)
24
+
- If you only want to use the plugin with public repositories, you need to select the following permissions:
25
+
- public_repo (Access public repositories)
26
+
- Click on the "Generate Token" button.
27
+
- Copy the generated token and save it somewhere safe.
28
+
-**Note:** This token is only displayed once. If you lose it, you will have to generate a new one.
29
+
30
+
### Install from Obsidian
31
+
12
32
To install the Obsidian GitHub Issues plugin, follow these steps:
13
33
14
34
- Open Obsidian and navigate to the "Community Plugins" section in the settings.
@@ -17,4 +37,11 @@ To install the Obsidian GitHub Issues plugin, follow these steps:
17
37
- Click the "Install" button next to the plugin name.
18
38
- Once the installation is complete, open the plugin settings and enter your GitHub Username and Personal Access Token
19
39
40
+
### Install from GitHub
41
+
42
+
To install the Obsidian GitHub Issues plugin from GitHub, follow these steps:
20
43
44
+
- Download the latest release of the plugin from the GitHub repository
45
+
- Extract the contents of the zip file into your Obsidian vault's plugins folder.
46
+
- Open the plugin settings and enter your GitHub Username and Personal Access Token
0 commit comments