mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master'
This commit is contained in:
		
						commit
						7fab75b085
					
				@ -129,7 +129,7 @@ ws.subscribeToMessages(async message => {
 | 
			
		||||
        toastService.showPersistent(makeToast(message.taskId, "Export in progress: " + message.progressCount));
 | 
			
		||||
    }
 | 
			
		||||
    else if (message.type === 'task-succeeded') {
 | 
			
		||||
        const toast = makeToast(message.taskId, "Import finished successfully.");
 | 
			
		||||
        const toast = makeToast(message.taskId, "Export finished successfully.");
 | 
			
		||||
        toast.closeAfter = 5000;
 | 
			
		||||
 | 
			
		||||
        toastService.showPersistent(toast);
 | 
			
		||||
 | 
			
		||||
@ -29,7 +29,7 @@ const TPL = `
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <p>Zooming can be controlled with CTRL-+ and CTRL-= shortcuts as well.</p>
 | 
			
		||||
    <p>Zooming can be controlled with CTRL+- and CTRL+= shortcuts as well.</p>
 | 
			
		||||
 | 
			
		||||
    <h4>Font sizes</h4>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -106,7 +106,7 @@
 | 
			
		||||
 | 
			
		||||
                            <p class="card-text">
 | 
			
		||||
                                <ul>
 | 
			
		||||
                                    <li><kbd>#</kbd>, <kbd>##</kbd>, <kbd>###</kbd> etc. followed by space for headings</li>
 | 
			
		||||
                                    <li><kbd>##</kbd>, <kbd>###</kbd>, <kbd>####</kbd> etc. followed by space for headings</li>
 | 
			
		||||
                                    <li><kbd>*</kbd> or <kbd>-</kbd> followed by space for bullet list</li>
 | 
			
		||||
                                    <li><kbd>1.</kbd> or <kbd>1)</kbd> followed by space for numbered list</li>
 | 
			
		||||
                                    <li>start a line with <kbd>></kbd> followed by space for block quote</li>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user