mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	preparing 0.59 without ocr/pdf, userguide, note ancillaries
This commit is contained in:
		| @@ -124,12 +124,4 @@ export default class RootCommandExecutor extends Component { | ||||
|             await appContext.tabManager.openContextWithNote(notePath, { activate: true, viewMode: 'source' }); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     async showNoteAncillariesCommand() { | ||||
|         const notePath = appContext.tabManager.getActiveContextNotePath(); | ||||
|  | ||||
|         if (notePath) { | ||||
|             await appContext.tabManager.openContextWithNote(notePath, { activate: true, viewMode: 'ancillaries' }); | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user