mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix(website): feature block descriptions
This commit is contained in:
		| @@ -27,6 +27,7 @@ | |||||||
|                 <p class="text-lg mb-6 text-gray-700 dark:text-gray-300"> |                 <p class="text-lg mb-6 text-gray-700 dark:text-gray-300"> | ||||||
|                     Trilium Notes helps you build and organize complex personal knowledge bases effortlessly.   |                     Trilium Notes helps you build and organize complex personal knowledge bases effortlessly.   | ||||||
|                     Its unique tree structure, rich editing tools, and powerful search features make managing your information intuitive and flexible. |                     Its unique tree structure, rich editing tools, and powerful search features make managing your information intuitive and flexible. | ||||||
|  |                     <!-- TODO: remove the squiggly autocorrect lines in the screenshot!! --> | ||||||
|                     <!-- TODO: dark mode screenshot --> |                     <!-- TODO: dark mode screenshot --> | ||||||
|                 </p> |                 </p> | ||||||
|                 <div class="flex items-center gap-6"> |                 <div class="flex items-center gap-6"> | ||||||
| @@ -82,31 +83,31 @@ | |||||||
|  |  | ||||||
|     <div class="grid md:grid-cols-2 gap-10"> |     <div class="grid md:grid-cols-2 gap-10"> | ||||||
|         <FeatureBlock |         <FeatureBlock | ||||||
|             imgSrc="/note-types/canvas.png" |             imgSrc="/technical-features/sync-server.png" | ||||||
|             imgAlt="Canvas Note Screenshot" |             imgAlt="TODO" | ||||||
|             title="Synchronization Server" |             title="Synchronization Server" | ||||||
|             text="TODO" |             text="Seamless mirroring of changes acroll all devices." | ||||||
|             /> |             /> | ||||||
|  |  | ||||||
|         <FeatureBlock |         <FeatureBlock | ||||||
|             imgSrc="/note-types/mermaid.png" |             imgSrc="/technical-features/cross-platform.png" | ||||||
|             imgAlt="Mermaid Diagram Screenshot" |             imgAlt="TODO, maybe some icons" | ||||||
|             title="Cross-platform App + Web UI" |             title="Cross-platform App + Web UI" | ||||||
|             text="Use Trilium Notes as Electron application or in your browser." |             text="Use as Electron application or in your browser." | ||||||
|             /> |             /> | ||||||
|  |  | ||||||
|         <FeatureBlock |         <FeatureBlock | ||||||
|             imgSrc="/note-types/geo-map.png" |             imgSrc="/technical-features/scripting.png" | ||||||
|             imgAlt="Geo Map Screenshot" |             imgAlt="TODO" | ||||||
|             title="Scripting" |             title="Scripting" | ||||||
|             text="TODO and REST API for automation." |             text="Custom UI widgets and a REST API for automation." | ||||||
|             /> |             /> | ||||||
|  |  | ||||||
|         <FeatureBlock |         <FeatureBlock | ||||||
|             imgSrc="/note-types/mind-map.png" |             imgSrc="/technical-features/grafana-metrics.png" | ||||||
|             imgAlt="Mind Map Screenshot" |             imgAlt="Mind Map Screenshot" | ||||||
|             title="Grafana Metrics" |             title="Grafana Metrics" | ||||||
|             text="TODO" |             text="Measure database metrics over time." | ||||||
|             /> |             /> | ||||||
|     </div> |     </div> | ||||||
| </section> | </section> | ||||||
|   | |||||||
| @@ -60,4 +60,6 @@ | |||||||
|         </div> |         </div> | ||||||
|     </section> |     </section> | ||||||
|  |  | ||||||
|  |     <!-- TODO: mention mobile support here? (alpha Android app / mobile web view) --> | ||||||
|  |  | ||||||
| </div> | </div> | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								apps/website/static/technical-features/grafana-metrics.png
									
									
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								apps/website/static/technical-features/grafana-metrics.png
									
									
									
									
									
										Symbolic link
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | ../../../../docs/User Guide/User Guide/Advanced Usage/1_Metrics_image.png | ||||||
		Reference in New Issue
	
	Block a user