fb75ea1a65
* Fully removes real-time collaboration * URL scheme rewrite
12 lines
199 B
TypeScript
12 lines
199 B
TypeScript
// TODO: Figure out how to keep this up-to-date automatically
|
|
export const builtinPlugNames = [
|
|
"core",
|
|
"directive",
|
|
"emoji",
|
|
"markdown",
|
|
"share",
|
|
"tasks",
|
|
"search",
|
|
"federation",
|
|
];
|