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
+7-7
Original file line number
Diff line number
Diff line change
@@ -19,22 +19,22 @@ The plugin periodically fetches and displays top stories from [HackerNews](https
19
19
20
20
You can also install this plugin manually through the following steps
21
21
- Create the folder `obsidian-hackernews` under the path `.obsidian/plugins`
22
-
- Download `main.js` and `manifest.json` from the the [latest release](https://github.com/arpitbbhayani/obsidian-hackernews/releases) and place them in the folder `.obsidian/plugins/obsidian-hackernews`
22
+
- 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`
23
23
24
24
# Is this plugin for you?
25
25
26
-
This plugin is for you, if you use [Obsidian](https://obsidian.md) and
26
+
This plugin is for you if you use [Obsidian](https://obsidian.md) and
27
27
- are a passionate engineer
28
28
- want to discover amazing articles, resources, and projects
29
29
- want to stay updated with the happenings in the tech world
30
30
31
31
32
32
# Why I created this plugin?
33
-
I love reading technical articles and stay updated with the latest happenings in the tech world, and I find [HackerNews](https://news.ycombinator.com/) ideal for this. I have read some of the best articles and found amazing open source libraries through it and hence have a knack for keeping a close eye on it.
33
+
I love reading technical articles and stay updated with the latest happenings in the tech world, and I find [HackerNews](https://news.ycombinator.com/) ideal for this. I have read some of the best articles and found amazing open source libraries through it, and hence I always like to keep a clock eye on HackerNews.
34
34
35
-
On Mac, I used to install [YCombinator Plugin](https://github.com/martinsirbe/ycombinator-bitbar) on [BitBar](https://xbarapp.com/), and it used to show top stories from [HackerNews](https://news.ycombinator.com/) in the top menu bar without me needing to visit the website. I was addicted to discovering, reading, and exploring top content through this plugin.
35
+
On Mac, I used [YCombinator Plugin](https://github.com/martinsirbe/ycombinator-bitbar) on [BitBar](https://xbarapp.com/), which is very similar and shows one top story from [HackerNews](https://news.ycombinator.com/) in the top menu bar. If the title is enticing enough, I can always learn more about it by clicking the item. This is a great way for me to discover the best resources out there.
36
36
37
-
Recently, I switched to a Windows machine and found it not having a similar utility; plus, writing a widget for Windows was a mess. When I discovered Obsidian, I found myself using it quite frequently. So I thought of creating a plugin similar to the [YCombinator Plugin](https://github.com/martinsirbe/ycombinator-bitbar) to fetch random top story from HackerNews and show it to me in the side pane.
37
+
Recently, I switched to a Windows machine and found it not having a similar utility; plus, writing a widget for Windows is a mess. When I discovered Obsidian, I found myself using it quite frequently. So I thought of creating a plugin similar to the [YCombinator Plugin](https://github.com/martinsirbe/ycombinator-bitbar) to fetch random top story from HackerNews and show it to me in the side pane.
38
38
39
39
This is how this Plugin was conceptualized, and now my Obsidian workspace looks like this.
40
40
@@ -49,9 +49,9 @@ The API calls are mere GET calls that do not pass any client-side information th
49
49
50
50
# About me
51
51
52
-
Hello, I am Arpit Bhayani - a CS Engineer, Educator, and a Polymath. I love everything around Computer Science, Programming, Mathematics, and Art. You can find me at[Twitter](https://twitter.com/arpit_bhayani), tweeting mostly about nerdy stuff.
52
+
Hello, I am Arpit Bhayani - a CS Engineer, Educator, and a Polymath. I love everything around Computer Science, Programming, Mathematics, and Art. You can find me on[Twitter](https://twitter.com/arpit_bhayani), tweeting mostly about nerdy stuff.
53
53
54
-
In January 2020, I started my [newsletter](https://arpitbhayani.me/newsletter), where I write and share an essay about Distributed Systems, System Design, Programming languages internals, and deep dives on some super-clever algorithms. The newsletter currently has close to **1900+** subscribers.
54
+
In January 2020, I started my [newsletter](https://arpitbhayani.me/newsletter), where I write and share an essay about Distributed Systems, System Design, Programming languages internals, and deep dives on some super-clever algorithms. The newsletter currently has close to **2000+** subscribers.
55
55
56
56
I have been running a niche [Cohort-based Course](https://arpitbhayani.me/masterclass) on System Design to help engineering become better at designing _scalable_, _fault-tolerant_, and _highly available_ systems.
0 commit comments