fix(website): feature block descriptions

This commit is contained in:
FliegendeWurst 2025-06-17 17:01:13 +02:00
parent f9ecfd1ad0
commit 6c2a228267
3 changed files with 15 additions and 11 deletions

View File

@ -27,6 +27,7 @@
<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.
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 -->
</p>
<div class="flex items-center gap-6">
@ -82,31 +83,31 @@
<div class="grid md:grid-cols-2 gap-10">
<FeatureBlock
imgSrc="/note-types/canvas.png"
imgAlt="Canvas Note Screenshot"
imgSrc="/technical-features/sync-server.png"
imgAlt="TODO"
title="Synchronization Server"
text="TODO"
text="Seamless mirroring of changes acroll all devices."
/>
<FeatureBlock
imgSrc="/note-types/mermaid.png"
imgAlt="Mermaid Diagram Screenshot"
imgSrc="/technical-features/cross-platform.png"
imgAlt="TODO, maybe some icons"
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
imgSrc="/note-types/geo-map.png"
imgAlt="Geo Map Screenshot"
imgSrc="/technical-features/scripting.png"
imgAlt="TODO"
title="Scripting"
text="TODO and REST API for automation."
text="Custom UI widgets and a REST API for automation."
/>
<FeatureBlock
imgSrc="/note-types/mind-map.png"
imgSrc="/technical-features/grafana-metrics.png"
imgAlt="Mind Map Screenshot"
title="Grafana Metrics"
text="TODO"
text="Measure database metrics over time."
/>
</div>
</section>

View File

@ -60,4 +60,6 @@
</div>
</section>
<!-- TODO: mention mobile support here? (alpha Android app / mobile web view) -->
</div>

View File

@ -0,0 +1 @@
../../../../docs/User Guide/User Guide/Advanced Usage/1_Metrics_image.png