@opentabs-dev/opentabs-plugin-reddit 0.0.84 → 0.0.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -5
- package/dist/adapter.iife.js +2 -2
- package/dist/adapter.iife.js.map +1 -1
- package/dist/tools.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -19,13 +19,14 @@ npm install -g @opentabs-dev/opentabs-plugin-reddit
|
|
|
19
19
|
1. Open [www.reddit.com](https://www.reddit.com) in Chrome and log in
|
|
20
20
|
2. Open the OpenTabs side panel — the Reddit plugin should appear as **ready**
|
|
21
21
|
|
|
22
|
-
## Tools (
|
|
22
|
+
## Tools (22)
|
|
23
23
|
|
|
24
|
-
### User (
|
|
24
|
+
### User (3)
|
|
25
25
|
|
|
26
26
|
| Tool | Description | Type |
|
|
27
27
|
|---|---|---|
|
|
28
28
|
| `get_me` | Get the current user profile | Read |
|
|
29
|
+
| `list_user_content` | List a user's posts, comments, or saved items | Read |
|
|
29
30
|
| `get_user` | Get a user profile | Read |
|
|
30
31
|
|
|
31
32
|
### Posts (4)
|
|
@@ -37,26 +38,32 @@ npm install -g @opentabs-dev/opentabs-plugin-reddit
|
|
|
37
38
|
| `search_posts` | Search Reddit posts | Read |
|
|
38
39
|
| `submit_post` | Submit a new post | Write |
|
|
39
40
|
|
|
40
|
-
### Comments (
|
|
41
|
+
### Comments (2)
|
|
41
42
|
|
|
42
43
|
| Tool | Description | Type |
|
|
43
44
|
|---|---|---|
|
|
44
45
|
| `submit_comment` | Post a comment or reply | Write |
|
|
46
|
+
| `get_comment_thread` | Get a comment and its replies | Read |
|
|
45
47
|
|
|
46
|
-
### Actions (
|
|
48
|
+
### Actions (6)
|
|
47
49
|
|
|
48
50
|
| Tool | Description | Type |
|
|
49
51
|
|---|---|---|
|
|
52
|
+
| `edit_text` | Edit a post or comment | Write |
|
|
53
|
+
| `delete` | Delete a post or comment | Write |
|
|
50
54
|
| `vote` | Vote on a post or comment | Write |
|
|
51
55
|
| `save` | Save or unsave a post/comment | Write |
|
|
56
|
+
| `hide` | Hide or unhide a post | Write |
|
|
57
|
+
| `report` | Report a post or comment | Write |
|
|
52
58
|
|
|
53
|
-
### Subreddits (
|
|
59
|
+
### Subreddits (5)
|
|
54
60
|
|
|
55
61
|
| Tool | Description | Type |
|
|
56
62
|
|---|---|---|
|
|
57
63
|
| `get_subreddit` | Get subreddit details | Read |
|
|
58
64
|
| `search_subreddits` | Search subreddits | Read |
|
|
59
65
|
| `list_subscriptions` | List subscribed subreddits | Read |
|
|
66
|
+
| `list_popular_subreddits` | List popular subreddits | Read |
|
|
60
67
|
| `subscribe` | Subscribe or unsubscribe from a subreddit | Write |
|
|
61
68
|
|
|
62
69
|
### Messages (2)
|
package/dist/adapter.iife.js
CHANGED
|
@@ -15303,7 +15303,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15303
15303
|
};
|
|
15304
15304
|
var src_default = new RedditPlugin();
|
|
15305
15305
|
|
|
15306
|
-
// dist/
|
|
15306
|
+
// dist/_adapter_entry_63873cb8-67b7-4aa0-9d9f-d3ea8fdd5270.ts
|
|
15307
15307
|
if (!globalThis.__openTabs) {
|
|
15308
15308
|
globalThis.__openTabs = {};
|
|
15309
15309
|
} else {
|
|
@@ -15519,5 +15519,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15519
15519
|
};
|
|
15520
15520
|
delete src_default.onDeactivate;
|
|
15521
15521
|
}
|
|
15522
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["reddit"]){var a=o.adapters["reddit"];a.__adapterHash="
|
|
15522
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["reddit"]){var a=o.adapters["reddit"];a.__adapterHash="26334ce06696f5e6aa3d7ae6c49c2ccf0d6fedb80216ec13060c2e1eef16ef9a";if(a.tools&&Array.isArray(a.tools)){for(var i=0;i<a.tools.length;i++){Object.freeze(a.tools[i]);}Object.freeze(a.tools);}Object.freeze(a);Object.defineProperty(o.adapters,"reddit",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15523
15523
|
//# sourceMappingURL=adapter.iife.js.map
|