7c825348b2
* Query regen * Fix anchor completion * Dependency fixes * Changelog update
13 lines
211 B
TypeScript
13 lines
211 B
TypeScript
// TODO: Figure out how to keep this up-to-date automatically
|
|
export const builtinPlugNames = [
|
|
"collab",
|
|
"core",
|
|
"directive",
|
|
"emoji",
|
|
"markdown",
|
|
"share",
|
|
"tasks",
|
|
"search",
|
|
"federation",
|
|
];
|