-
Easily import Markdown and ENEX formats from other note-taking applications, or export to Markdown or HTML.
-
If you have a server instance, you can easily use it to share a subset of your notes with other people.
-
Create your own integrations within Trilium by writing custom widgets, or custom-server side logic. Interact externally with the Trilium database by using the built-in REST API.
+
+ Easily interact with other applications using Markdown, ENEX, OML formats.
+ If you have a server, it can be used to share a subset of your notes with other people.
+ Build your own integrations within Trilium with custom widgets, or server-side logic.
+ Interact with Trilium programatically using its builtin REST API.
>
diff --git a/apps/website/src/style.css b/apps/website/src/style.css
index 09969b95a..847756d71 100644
--- a/apps/website/src/style.css
+++ b/apps/website/src/style.css
@@ -149,6 +149,12 @@ img {
margin-bottom: 2em;
}
+ .grid-4-cols {
+ display: grid;
+ grid-template-columns: 1fr 1fr 1fr 1fr;
+ gap: 1em;
+ }
+
.grid-3-cols {
display: grid;
grid-template-columns: 1fr 1fr 1fr;