mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(website): feature block descriptions
This commit is contained in:
parent
f9ecfd1ad0
commit
6c2a228267
@ -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
|
Loading…
x
Reference in New Issue
Block a user