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 @@
- 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.
- 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
+
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.
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.