mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-02 19:36:12 +01:00 
			
		
		
		
	added #titleTemplate, closes #2852
This commit is contained in:
		@@ -66,7 +66,6 @@ export default class Entrypoints extends Component {
 | 
			
		||||
        const inboxNote = await dateNoteService.getInboxNote();
 | 
			
		||||
 | 
			
		||||
        const {note} = await server.post(`notes/${inboxNote.noteId}/children?target=into`, {
 | 
			
		||||
            title: 'new note',
 | 
			
		||||
            content: '',
 | 
			
		||||
            type: 'text',
 | 
			
		||||
            isProtected: inboxNote.isProtected && protectedSessionHolder.isProtectedSessionAvailable()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user