0313565610
Complete redo of data store Introduces live queries and live templates
17 lines
265 B
TypeScript
17 lines
265 B
TypeScript
// TODO: Figure out how to keep this up-to-date automatically
|
|
export const builtinPlugNames = [
|
|
"editor",
|
|
"index",
|
|
"sync",
|
|
"template",
|
|
"plug-manager",
|
|
"directive",
|
|
"emoji",
|
|
"query",
|
|
"markdown",
|
|
"share",
|
|
"tasks",
|
|
"search",
|
|
"federation",
|
|
];
|