chore(docs): minor cleanup

This commit is contained in:
Elian Doran 2025-04-06 00:26:22 +03:00
parent 0b8eb66c05
commit d51151e84b
No known key found for this signature in database
7 changed files with 17 additions and 64 deletions

View File

@ -571,26 +571,6 @@
"format": "markdown",
"dataFileName": "Multi-Factor Authentication.md",
"attachments": []
},
{
"isClone": false,
"noteId": "KaM3TfD7mP78",
"notePath": [
"pOsGYCXsbNQG",
"Otzi9La2YAUX",
"WOcw2SLH6tbX",
"KaM3TfD7mP78"
],
"title": "Reverse proxy setup",
"notePosition": 120,
"prefix": null,
"isExpanded": false,
"type": "text",
"mime": "text/html",
"attributes": [],
"format": "markdown",
"dataFileName": "Reverse proxy setup.md",
"attachments": []
}
]
},
@ -5704,6 +5684,13 @@
"value": "bx bx-globe-alt",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "zEY4DaJG4YT5",
"isInheritable": false,
"position": 20
}
],
"format": "markdown",

View File

@ -1,7 +1,7 @@
# Web View
## Configuration
A webview needs to know which URL to render, and it can be provided by setting the `webViewSrc` attribute, such as:
A webview needs to know which URL to render, and it can be provided by setting the `webViewSrc` [label](../Advanced%20Usage/Attributes.md), such as:
```
#webViewSrc="https://www.wikipedia.org"

View File

@ -571,26 +571,6 @@
"format": "html",
"dataFileName": "Multi-Factor Authentication.html",
"attachments": []
},
{
"isClone": false,
"noteId": "KaM3TfD7mP78",
"notePath": [
"pOsGYCXsbNQG",
"Otzi9La2YAUX",
"WOcw2SLH6tbX",
"KaM3TfD7mP78"
],
"title": "Reverse proxy setup",
"notePosition": 120,
"prefix": null,
"isExpanded": false,
"type": "text",
"mime": "text/html",
"attributes": [],
"format": "html",
"dataFileName": "Reverse proxy setup.html",
"attachments": []
}
]
},
@ -5704,6 +5684,13 @@
"value": "bx bx-globe-alt",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "zEY4DaJG4YT5",
"isInheritable": false,
"position": 20
}
],
"format": "html",

View File

@ -1,19 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../../style.css">
<base target="_parent">
<title data-trilium-title>Reverse proxy setup</title>
</head>
<body>
<div class="content">
<h1 data-trilium-h1>Reverse proxy setup</h1>
<div class="ck-content"></div>
</div>
</body>
</html>

View File

@ -15,7 +15,8 @@
<div class="ck-content">
<h2>Configuration</h2>
<p>A webview needs to know which URL to render, and it can be provided by
setting the <code>webViewSrc</code> attribute, such as:</p><pre><code class="language-text-x-trilium-auto">#webViewSrc="https://www.wikipedia.org"</code></pre>
setting the <code>webViewSrc</code> <a href="../Advanced%20Usage/Attributes.html">label</a>,
such as:</p><pre><code class="language-text-x-trilium-auto">#webViewSrc="https://www.wikipedia.org"</code></pre>
<h2>Web view on the server vs. Electron</h2>
<p>When accessing Trilium via a browser instead of the desktop application,
the web view will still try to render the content of the desired webpage.

View File

@ -52,9 +52,6 @@
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.html"
target="detail">Multi-Factor Authentication</a>
</li>
<li><a href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/Reverse%20proxy%20setup.html"
target="detail">Reverse proxy setup</a>
</li>
</ul>
</li>
<li><a href="User%20Guide/Installation%20%26%20Setup/Synchronization.html"