mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
chore(demo): rename top-level note
This commit is contained in:
@@ -17,7 +17,7 @@ async function main() {
|
||||
await initializeTranslations();
|
||||
const zipBuffer = await createImportZip();
|
||||
await initializeDatabase();
|
||||
await importData(zipBuffer, NOTE_ID_USER_GUIDE);
|
||||
await importData(zipBuffer, NOTE_ID_USER_GUIDE, "User Guide", "The sub-children of this note are automatically synced.");
|
||||
await startElectron();
|
||||
await registerHandlers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user