diff --git a/apps/website/src/routes/+page.svelte b/apps/website/src/routes/+page.svelte index 5038e1373..a10e6cf6a 100644 --- a/apps/website/src/routes/+page.svelte +++ b/apps/website/src/routes/+page.svelte @@ -14,6 +14,48 @@ +
+

Beyond Text: Smarter Note Types

+ +
+ +
+ Canvas Note Screenshot +
+

Canvas Notes

+

Draw and arrange elements freely using an Excalidraw-powered canvas — ideal for diagrams, sketches, and visual planning.

+
+
+ + +
+ Mermaid Diagram Screenshot +
+

Mermaid Diagrams

+

Render flowcharts, Gantt charts, and sequence diagrams with Mermaid markdown syntax directly in your notes.

+
+
+ + +
+ Geo Map Screenshot +
+

Geo Maps

+

Plot locations and GPX tracks to visualize geography-linked notes and movement patterns on interactive maps.

+
+
+ + +
+ Mind Map Screenshot +
+

Mind Maps

+

Organize ideas visually using a drag-and-drop mind map editor powered by Mind Elixir.

+
+
+
+
+

Feature Highlights

diff --git a/apps/website/static/note-types/canvas.png b/apps/website/static/note-types/canvas.png new file mode 100644 index 000000000..ad5c74b36 Binary files /dev/null and b/apps/website/static/note-types/canvas.png differ diff --git a/apps/website/static/note-types/geo-map.png b/apps/website/static/note-types/geo-map.png new file mode 100644 index 000000000..cd891b646 Binary files /dev/null and b/apps/website/static/note-types/geo-map.png differ diff --git a/apps/website/static/note-types/mermaid.png b/apps/website/static/note-types/mermaid.png new file mode 100644 index 000000000..1e8bd7386 Binary files /dev/null and b/apps/website/static/note-types/mermaid.png differ diff --git a/apps/website/static/note-types/mind-map.png b/apps/website/static/note-types/mind-map.png new file mode 100644 index 000000000..a970d485f Binary files /dev/null and b/apps/website/static/note-types/mind-map.png differ