diff --git a/apps/server/src/services/window.ts b/apps/server/src/services/window.ts index a803e150d..42969cf39 100644 --- a/apps/server/src/services/window.ts +++ b/apps/server/src/services/window.ts @@ -257,7 +257,7 @@ async function configureWebContents(webContents: WebContents, spellcheckEnabled: } function getIcon() { - return path.join(RESOURCE_DIR, "images/app-icons/png/256x256" + (isDev ? "-dev" : "") + ".png"); + return path.join(RESOURCE_DIR, "../public/assets/icon.png"); } async function createSetupWindow() { diff --git a/apps/website/src/app.css b/apps/website/src/app.css index 1c4d2a8bc..e6f251501 100644 --- a/apps/website/src/app.css +++ b/apps/website/src/app.css @@ -1,2 +1,10 @@ @import 'tailwindcss'; @plugin '@tailwindcss/typography'; + +main a { + text-decoration: revert; +} + +a.rounded-full, a.rounded-xl { + text-decoration: none; +} diff --git a/apps/website/src/app.html b/apps/website/src/app.html index 16ef9cc59..fee9ee80f 100644 --- a/apps/website/src/app.html +++ b/apps/website/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% -
-+
Trilium Notes helps you build and organize complex personal knowledge bases effortlessly. Its unique tree structure, rich editing tools, and powerful search features make managing your information intuitive and flexible. + +
Draw and arrange elements freely using an Excalidraw-powered canvas — ideal for diagrams, sketches, and visual planning.
-Render flowcharts, Gantt charts, and sequence diagrams with Mermaid markdown syntax directly in your notes.
-Plot locations and GPX tracks to visualize geography-linked notes and movement patterns on interactive maps.
-Organize ideas visually using a drag-and-drop mind map editor powered by Mind Elixir.
-Build your personal knowledge base with powerful features and full privacy.
+Build your personal knowledge base with powerful features and full privacy.
diff --git a/apps/website/src/routes/download/+page.svelte b/apps/website/src/routes/download/+page.svelte index aea89d905..b09c684f9 100644 --- a/apps/website/src/routes/download/+page.svelte +++ b/apps/website/src/routes/download/+page.svelte @@ -7,13 +7,20 @@ let architecture = getArchitecture(); -