You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Added search shortcut
This commit is contained in:
		| @@ -361,6 +361,11 @@ class AppGui { | ||||
| 			canRunAlongOtherCommands: true, | ||||
| 		} | ||||
|  | ||||
| 		shortcuts['/'] = { | ||||
| 			description: _('Search'), | ||||
| 			action: { type: 'prompt', initialText: 'search ""', cursorPosition: -2 }, | ||||
| 		}; | ||||
|  | ||||
| 		shortcuts['tm'] = { | ||||
| 			description: _('[t]oggle note [m]etadata.'), | ||||
| 			action: () => { | ||||
|   | ||||
| @@ -48,6 +48,9 @@ msgstr "" | ||||
| msgid "[t]oggle [c]onsole between maximized/minimized/hidden/visible." | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Search" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "[t]oggle note [m]etadata." | ||||
| msgstr "" | ||||
|  | ||||
| @@ -781,9 +784,6 @@ msgstr "" | ||||
| msgid "Login with OneDrive" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Search" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "" | ||||
| "Click on the (+) button to create a new note or notebook. Click on the side " | ||||
| "menu to access your existing notebooks." | ||||
|   | ||||
| @@ -52,6 +52,9 @@ msgstr "Tâches non-complétées et récentes" | ||||
| msgid "[t]oggle [c]onsole between maximized/minimized/hidden/visible." | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Search" | ||||
| msgstr "Chercher" | ||||
|  | ||||
| msgid "[t]oggle note [m]etadata." | ||||
| msgstr "" | ||||
|  | ||||
| @@ -856,9 +859,6 @@ msgstr "Supprimer le carnet" | ||||
| msgid "Login with OneDrive" | ||||
| msgstr "Se connecter avec OneDrive" | ||||
|  | ||||
| msgid "Search" | ||||
| msgstr "Chercher" | ||||
|  | ||||
| msgid "" | ||||
| "Click on the (+) button to create a new note or notebook. Click on the side " | ||||
| "menu to access your existing notebooks." | ||||
|   | ||||
| @@ -48,6 +48,9 @@ msgstr "" | ||||
| msgid "[t]oggle [c]onsole between maximized/minimized/hidden/visible." | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Search" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "[t]oggle note [m]etadata." | ||||
| msgstr "" | ||||
|  | ||||
| @@ -781,9 +784,6 @@ msgstr "" | ||||
| msgid "Login with OneDrive" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Search" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "" | ||||
| "Click on the (+) button to create a new note or notebook. Click on the side " | ||||
| "menu to access your existing notebooks." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user