mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
chore(demo): rename top-level note
This commit is contained in:
@@ -11,7 +11,7 @@ async function main() {
|
||||
await initializeDatabase();
|
||||
|
||||
const demoBuffer = fs.readFileSync(DEMO_ZIP_PATH);
|
||||
await importData(demoBuffer, DEMO_NOTE_ID);
|
||||
await importData(demoBuffer, DEMO_NOTE_ID, "Demo", "The sub-children of this note are automatically synced.");
|
||||
|
||||
await startElectron();
|
||||
await registerHandlers();
|
||||
|
||||
Reference in New Issue
Block a user