12 lines
195 B
TypeScript
12 lines
195 B
TypeScript
|
// TODO: Figure out how to keep this up-to-date automatically
|
||
|
export const builtinPlugNames = [
|
||
|
"collab",
|
||
|
"core",
|
||
|
"directive",
|
||
|
"emoji",
|
||
|
"markdown",
|
||
|
"share",
|
||
|
"tasks",
|
||
|
"search",
|
||
|
];
|