1
0
silverbullet/plugs/builtin_plugs.ts
Zef Hemel 0313565610
Complete redo of content indexing and querying (#517)
Complete redo of data store
Introduces live queries and live templates
2023-10-03 14:16:33 +02:00

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",
];