mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	simplification of triggering events from links
This commit is contained in:
		| @@ -1,7 +1,18 @@ | ||||
| import StandardWidget from "./standard_widget.js"; | ||||
|  | ||||
| const TPL = ` | ||||
| <table class="note-info-table" style="table-layout: fixed; width: 100%;"> | ||||
| <table class="note-info-widget-table"> | ||||
|     <style> | ||||
|         .note-info-widget-table { | ||||
|             table-layout: fixed;  | ||||
|             width: 100%; | ||||
|         }  | ||||
|     | ||||
|         .note-info-widget-table td, .note-info-widget-table th { | ||||
|             padding: 5px; | ||||
|         } | ||||
|     </style> | ||||
|  | ||||
|     <tr> | ||||
|         <th nowrap>Note ID:</th> | ||||
|         <td nowrap colspan="3" class="note-info-note-id"></td> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user