client,server: Trilium Notes -> TriliumNext Notes (closes #195)

This commit is contained in:
Elian Doran
2024-07-14 21:20:42 +03:00
parent 4862b324a5
commit 590442b0d5
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<link rel="shortcut icon" href="favicon.ico">
<link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest">
<title>Trilium Notes</title>
<title>TriliumNext Notes</title>
</head>
<body class="desktop heading-style-<%= headingStyle %>">
<noscript>Trilium requires JavaScript to be enabled.</noscript>
+1 -1
View File
@@ -5,7 +5,7 @@
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#fff">
<title>Trilium Notes</title>
<title>TriliumNext Notes</title>
<link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest">
<style>
+2 -2
View File
@@ -47,7 +47,7 @@
<noscript>Trilium requires JavaScript to be enabled.</noscript>
<div class="container">
<div id="setup-dialog" class="col-md-12 col-lg-8 col-xl-6 mx-auto" style="padding-top: 25px; font-size: larger; display: none;">
<h1>Trilium Notes setup</h1>
<h1>TriliumNext Notes setup</h1>
<div class="alert alert-warning" id="alert" style="display: none;">
</div>
@@ -92,7 +92,7 @@
<p>This setup needs to be initiated from the desktop instance:</p>
<ol>
<li>Open your desktop instance of Trilium Notes.</li>
<li>Open your desktop instance of TriliumNext Notes.</li>
<li>From the Trilium Menu, click Options.</li>
<li>Click on Sync tab.</li>
<li>Change server instance address to: <span id="current-host"></span> and click save.</li>