mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	chore(docs): keep root naming
This commit is contained in:
		| @@ -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 | ||||
| }); | ||||
		Reference in New Issue
	
	Block a user