2023-05-23 18:53:53 +00:00
|
|
|
// TODO: Figure out how to keep this up-to-date automatically
|
|
|
|
export const builtinPlugNames = [
|
|
|
|
"core",
|
|
|
|
"directive",
|
|
|
|
"emoji",
|
|
|
|
"markdown",
|
|
|
|
"share",
|
|
|
|
"tasks",
|
|
|
|
"search",
|
2023-07-02 09:25:32 +00:00
|
|
|
"federation",
|
2023-05-23 18:53:53 +00:00
|
|
|
];
|