We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070963a commit 17771c5Copy full SHA for 17771c5
manifest.json
@@ -1,10 +1,10 @@
1
-{
2
- "id": "obsidian-sample-plugin",
3
- "name": "Sample Plugin",
4
- "version": "1.0.1",
5
- "minAppVersion": "0.9.12",
6
- "description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
7
- "author": "Obsidian",
8
- "authorUrl": "https://obsidian.md/about",
9
- "isDesktopOnly": false
10
-}
+{
+ "id": "obsidian-hackernews",
+ "name": "HackerNews",
+ "version": "1.0.1",
+ "minAppVersion": "0.9.12",
+ "description": "Periodically fetches and displays top HackerNews items.",
+ "author": "Arpit Bhayani",
+ "authorUrl": "https://arpitbhayani.me",
+ "isDesktopOnly": false
+}
0 commit comments