diff --git a/apps/website2/src/index.html b/apps/website2/src/index.html index 1590af5ff..2b7369ea6 100644 --- a/apps/website2/src/index.html +++ b/apps/website2/src/index.html @@ -8,7 +8,7 @@
-
  Trilium Notes 
+
 Trilium Notes
@@ -25,50 +25,50 @@

Benefits

-
Note structure  
Notes can be arranged +
Note structure
Notes can be arranged hierarchically. There's no need for folders, since each note can contain sub-notes. A single note can be added in multiple places in the hierarchy.
Labels and relationships between - notes       
Define relations between notes + notes
Define relations between notes or add labels for easy categorization. Using promoted attributes, there's an easy way to enter structured information about the notes which can later be displayed in other formats such as a table.
-
Note revisions        +
Note revisions
Notes are periodically saved in the background and revisions can be used to check the old content of a note or delete accidental changes. Revisions can also be created on-demand.
-
Quick search and commands      -  
Jump quickly to notes across the hierarchy by searching for their title, with +
Quick search and commands +
Jump quickly to notes across the hierarchy by searching for their title, with fuzzy matching to account for typos or slight differences. Or search through all the various commands of the application.
-
Powerful search        +
Powerful search
Or search for text inside notes and narrow down the search by filtering by the parent note, or by depth.
-
Protected notes        +
Protected notes
Protect sensitive personal information by encrypting the notes and locking them behind a password-protected session.
-
Import/export        +
Import/export
Easily import Markdown and ENEX formats from other note-taking applications, or export to Markdown or HTML.
-
Workspaces and hoisting      -  
Easily separate your personal and work notes by grouping them under a workspace, which +
Workspaces and hoisting +
Easily separate your personal and work notes by grouping them under a workspace, which focuses your note tree to only show a specific set of notes.
-
Web clipper        +
Web clipper
Grab web pages (or screenshots) and place them directly into Trilium using the web clipper browser extension.
-
Synchronization        +
Synchronization
Use a self-hosted or cloud instance to easily synchronize your notes across multiple devices, and to access it from your mobile phone using a PWA (progressive web application).
-
Share notes on the web      -  
If you have a server instance, you can easily use it to share a subset of your notes with +
Share notes on the web +
If you have a server instance, you can easily use it to share a subset of your notes with other people.
-
Advanced scripting and REST API      -  
Create your own integrations within Trilium by writing custom widgets, or +
Advanced scripting and REST API +
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.
@@ -81,27 +81,27 @@
-

Text notes       
The notes +

Text notes
The notes are edited using a visual (WYSIWYG) editor, with support for tables, images, math expressions, code blocks with syntax highlighting. Quickly format the text using Markdown-like syntax or using slash commands.

-

Code notes       
Large +

Code notes
Large samples of source code or scripts use a dedicated editor, with syntax highlighting for many programming languages and with various color themes

-

File notes       
Embed - multimedia files such as PDFs, images, videos with an in-application preview. 

+

File notes
Embed + multimedia files such as PDFs, images, videos with an in-application preview.

-

Canvas        
Arrange +

Canvas
Arrange shapes, images and text across an infinite canvas, using the same technology behind excalidraw.com . Ideal for diagrams, sketches and visual planning.

@@ -109,15 +109,15 @@
-

Mermaid diagrams          +

Mermaid diagrams
Create diagrams such as flowcharts, class & sequence diagrams, Gantt charts and many more, using the Mermaid syntax.

-

Mind maps           +

Mind maps
Organize your thoughts visually or do a brainstorming session by using mind map diagrams     + href="https://en.wikipedia.org/wiki/Mind_map"> mind map diagrams

@@ -161,7 +161,7 @@

-

 

+

@@ -177,7 +177,7 @@

No, the server allows access via a web browser and manages the synchronization if you have multiple devices. To get started, it's enough to download the desktop application and start using it.

- Can I share my database over a network drive?   + Can I share my database over a network drive?

No, it's generally not a good idea to share a SQLite database over a network drive. Although sometimes it might work, there are chances that the database will get corrupted due to imperfect file locks over a network.

@@ -198,7 +198,7 @@