From d7afa8526d214f1e069e15bae2b96d86af042f6b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 26 Sep 2025 23:18:38 +0300 Subject: [PATCH] chore(website): port collections --- apps/website2/src/index.html | 38 -------------------------- apps/website3/src/pages/Home/index.tsx | 9 ++++++ 2 files changed, 9 insertions(+), 38 deletions(-) diff --git a/apps/website2/src/index.html b/apps/website2/src/index.html index b674a100e..067f39cc7 100644 --- a/apps/website2/src/index.html +++ b/apps/website2/src/index.html @@ -34,44 +34,6 @@ -
-
-

Collections

-
-
- -

- Calendar
- Organize your personal or professional events using a calendar, with support for - all-day and multi-day events. See your events at a glance with the week, month and year views. - Easy interaction to add or drag events. -

-
-
- -

- Table
- Display and edit information about notes in a tabular structure, with various column types such as text, number, check boxes, date & time, links and colors and support for relations. Optionally, display the notes within a tree hierarchy inside the table.

-
-
- -

- Board
- Organize your tasks or project status into a Kanban board with an easy way to create new items and columns and simply changing their status by dragging across the board. -

-
-
- -

- Geomap
- Plan your vacations or mark your points of interest directly on a geographical map - using customizable markers. Display recorded GPX tracks to track itineraries. -

-
-
-
-
-

FAQ

diff --git a/apps/website3/src/pages/Home/index.tsx b/apps/website3/src/pages/Home/index.tsx index 54b6ec7e2..35dba0f4c 100644 --- a/apps/website3/src/pages/Home/index.tsx +++ b/apps/website3/src/pages/Home/index.tsx @@ -37,6 +37,15 @@ export function Home() {

and others: note map, relation map, saved searches, render note, web views.

+ +
+
+ Organize your personal or professional events using a calendar, with support for all-day and multi-day events. See your events at a glance with the week, month and year views. Easy interaction to add or drag events. + Display and edit information about notes in a tabular structure, with various column types such as text, number, check boxes, date & time, links and colors and support for relations. Optionally, display the notes within a tree hierarchy inside the table. + Organize your tasks or project status into a Kanban board with an easy way to create new items and columns and simply changing their status by dragging across the board. + Plan your vacations or mark your points of interest directly on a geographical map using customizable markers. Display recorded GPX tracks to track itineraries. +
+
); }