Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 6c2a228

Browse files
fix(website): feature block descriptions
1 parent f9ecfd1 commit 6c2a228

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

apps/website/src/routes/+page.svelte

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<p class="text-lg mb-6 text-gray-700 dark:text-gray-300">
2828
Trilium Notes helps you build and organize complex personal knowledge bases effortlessly.
2929
Its unique tree structure, rich editing tools, and powerful search features make managing your information intuitive and flexible.
30+
<!-- TODO: remove the squiggly autocorrect lines in the screenshot!! -->
3031
<!-- TODO: dark mode screenshot -->
3132
</p>
3233
<div class="flex items-center gap-6">
@@ -82,31 +83,31 @@
8283

8384
<div class="grid md:grid-cols-2 gap-10">
8485
<FeatureBlock
85-
imgSrc="/note-types/canvas.png"
86-
imgAlt="Canvas Note Screenshot"
86+
imgSrc="/technical-features/sync-server.png"
87+
imgAlt="TODO"
8788
title="Synchronization Server"
88-
text="TODO"
89+
text="Seamless mirroring of changes acroll all devices."
8990
/>
9091

9192
<FeatureBlock
92-
imgSrc="/note-types/mermaid.png"
93-
imgAlt="Mermaid Diagram Screenshot"
93+
imgSrc="/technical-features/cross-platform.png"
94+
imgAlt="TODO, maybe some icons"
9495
title="Cross-platform App + Web UI"
95-
text="Use Trilium Notes as Electron application or in your browser."
96+
text="Use as Electron application or in your browser."
9697
/>
9798

9899
<FeatureBlock
99-
imgSrc="/note-types/geo-map.png"
100-
imgAlt="Geo Map Screenshot"
100+
imgSrc="/technical-features/scripting.png"
101+
imgAlt="TODO"
101102
title="Scripting"
102-
text="TODO and REST API for automation."
103+
text="Custom UI widgets and a REST API for automation."
103104
/>
104105

105106
<FeatureBlock
106-
imgSrc="/note-types/mind-map.png"
107+
imgSrc="/technical-features/grafana-metrics.png"
107108
imgAlt="Mind Map Screenshot"
108109
title="Grafana Metrics"
109-
text="TODO"
110+
text="Measure database metrics over time."
110111
/>
111112
</div>
112113
</section>

apps/website/src/routes/download/+page.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@
6060
</div>
6161
</section>
6262

63+
<!-- TODO: mention mobile support here? (alpha Android app / mobile web view) -->
64+
6365
</div>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../docs/User Guide/User Guide/Advanced Usage/1_Metrics_image.png

0 commit comments

Comments
 (0)