chore(demo): rename top-level note

This commit is contained in:
Elian Doran
2025-03-30 22:08:52 +03:00
parent 575201fbe8
commit e6d77f3058
171 changed files with 9160 additions and 168 deletions

View File

@@ -0,0 +1,10 @@
// will add a launcher to the left sidebar
api.createOrUpdateLauncher({
id: 'taskmanager',
type: 'script',
title: 'New task',
icon: 'bx-task',
keyboardShortcut: 'alt+n',
scriptNoteId: api.currentNote.getRelationValue('createNewTask'),
isVisible: true
});