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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,16 @@ The plugin periodically fetches and displays top stories from [HackerNews](https
13
13
- Open the *Command Palette* (default: `ctrl` + `p`),
14
14
- Search for *Open HackerNews* and run the command.
15
15
- You will see that a new View appears in the right Sidebar of Obsidian.
16
+
- Drag and drop like any other pane and power-up your Obsidian.
16
17
17
18
18
19
## Manual Install
19
20
20
21
You can also install this plugin manually through the following steps
21
22
- Create the folder `obsidian-hackernews` under the path `.obsidian/plugins`
22
23
- Download `main.js` and `manifest.json` from the [latest release](https://github.com/arpitbbhayani/obsidian-hackernews/releases) and place them in the folder `.obsidian/plugins/obsidian-hackernews`
24
+
- Reload the Installed plugins under Community Plugins tab, and you would see HackerNews plugin now in the list.
25
+
- Enable this HackerNews plugin and see it in action.
23
26
24
27
# Is this plugin for you?
25
28
@@ -38,7 +41,7 @@ Recently, I switched to a Windows machine and found it not having a similar util
38
41
39
42
This is how this Plugin was conceptualized, and now my Obsidian workspace looks like this.
40
43
41
-
TODO Image.
44
+

42
45
43
46
# Privacy
44
47
This plugin makes calls to the following APIs to fetch the top stories from HackerNews
0 commit comments