Skip to content

Commit

Permalink
community feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
trashhalo committed Oct 23, 2021
1 parent df7f31b commit a65343d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 70 deletions.
10 changes: 10 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "obsidian-webhook-plugin",
"name": "Webhook Plugin",
"version": "0.0.2",
"minAppVersion": "0.9.12",
"description": "Plugin that connects your notes to the internet of things through webhooks!",
"author": "Stephen Solka",
"authorUrl": "https://obsidian-buffer.web.app",
"isDesktopOnly": false
}
57 changes: 0 additions & 57 deletions plugin/README.md

This file was deleted.

6 changes: 3 additions & 3 deletions plugin/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const firebaseConfig = {
measurementId: "G-885V9M0N0C",
};

export default class MyPlugin extends Plugin {
export default class ObsidianWebhooksPlugin extends Plugin {
settings: MyPluginSettings;
firebase: FirebaseApp;
loggedIn: boolean;
Expand Down Expand Up @@ -135,11 +135,11 @@ export default class MyPlugin extends Plugin {
}

class WebhookSettingTab extends PluginSettingTab {
plugin: MyPlugin;
plugin: ObsidianWebhooksPlugin;
auth: Auth;
authObserver: Unsubscribe;

constructor(app: App, plugin: MyPlugin) {
constructor(app: App, plugin: ObsidianWebhooksPlugin) {
super(app, plugin);
this.plugin = plugin;
this.auth = getAuth(this.plugin.firebase);
Expand Down
10 changes: 0 additions & 10 deletions plugin/manifest.json

This file was deleted.

1 change: 1 addition & 0 deletions plugin/manifest.json

0 comments on commit a65343d

Please # to comment.