chore(docs): keep root naming

This commit is contained in:
Elian Doran
2025-03-30 22:29:29 +03:00
parent 9c83738a16
commit dc31ea2333
167 changed files with 11020 additions and 1206 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
});