diff --git a/src/api/plugin.ts b/src/api/plugin.ts index 19c796e..9c1b147 100644 --- a/src/api/plugin.ts +++ b/src/api/plugin.ts @@ -1,11 +1,8 @@ -//TODO: separate currently running status from enabled on reload - -//ugh am i gonna remake the internal plugin format again? (yes) +///ugh am i gonna remake the internal plugin format again? (yes) /*[plugin name]: { enabled: Bool, //doubles as our running status (my explanation is too complex to fit in this comment so get fucked) iife: String, //we can't store functions in iDB? well fuck you, I'll make plugin devs package to an iife string desc: String //self-descriptory - //TODO: should we be saving this in a separate metadata object? }*/ import { idb, nests } from "./common";