You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/public/app/widgets/attribute_widgets/attribute_detail.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ const ATTR_HELP = {
245
245
<li><code>Log for \${now.format('YYYY-MM-DD HH:mm:ss')}</code></li>
246
246
</ul>
247
247
248
-
See <a href="https://github.com/TriliumNext/Docs/blob/main/Wiki/default-note-title.md">wiki with details</a>, API docs for <a href="https://zadam.github.io/trilium/backend_api/Note.html">parentNote</a> and <a href="https://day.js.org/docs/en/display/format">now</a> for details.`,
248
+
See <a href="https://triliumnext.github.io/Docs/Wiki/default-note-title.html">wiki with details</a>, API docs for <a href="https://zadam.github.io/trilium/backend_api/Note.html">parentNote</a> and <a href="https://day.js.org/docs/en/display/format">now</a> for details.`,
249
249
"template": "This note will appear in the selection of available template when creating new note",
250
250
"toc": "<code>#toc</code> or <code>#toc=show</code> will force the Table of Contents to be shown, <code>#toc=hide</code> will force hiding it. If the label doesn't exist, the global setting is observed",
251
251
"color": "defines color of the note in note tree, links etc. Use any valid CSS color value like 'red' or #a13d5f",
<li><kbd data-command="backInNoteHistory">not set</kbd>, <kbd data-command="forwardInNoteHistory">not set</kbd> - go back / forwards in the history</li>
26
-
<li><kbd data-command="jumpToNote">not set</kbd> - show <a class="external" href="https://github.com/TriliumNext/Docs/blob/main/Wiki/note-navigation.md#jump-to-note">"Jump to" dialog</a></li>
26
+
<li><kbd data-command="jumpToNote">not set</kbd> - show <a class="external" href="https://triliumnext.github.io/Docs/Wiki/note-navigation.html#jump-to-note">"Jump to" dialog</a></li>
27
27
<li><kbd data-command="scrollToActiveNote">not set</kbd> - scroll to active note</li>
28
28
<li><kbd>Backspace</kbd> - jump to parent note</li>
<li><kbd data-command="selectAllNotesInParent">not set</kbd> - select all notes in the current level</li>
80
80
<li><kbd>Shift+click</kbd> - select note</li>
81
-
<li><kbd data-command="copyNotesToClipboard">not set</kbd> - copy active note (or current selection) into clipboard (used for <a class="external" href="https://github.com/TriliumNext/Docs/blob/main/Wiki/cloning-notes.md">cloning</a>)</li>
81
+
<li><kbd data-command="copyNotesToClipboard">not set</kbd> - copy active note (or current selection) into clipboard (used for <a class="external" href="https://triliumnext.github.io/Docs/Wiki/cloning-notes.html#cloning-notes.md">cloning</a>)</li>
82
82
<li><kbd data-command="cutNotesToClipboard">not set</kbd> - cut current (or current selection) note into clipboard (used for moving notes)</li>
83
83
<li><kbd data-command="pasteNotesFromClipboard">not set</kbd> - paste note(s) as sub-note into active note (which is either move or clone depending on whether it was copied or cut into clipboard)</li>
Copy file name to clipboardExpand all lines: src/public/app/widgets/shared_info.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ const TPL = `
13
13
}
14
14
</style>
15
15
16
-
<span class="shared-text"></span> <a class="shared-link external"></a>. For help visit <a href="https://github.com/TriliumNext/Docs/blob/main/Wiki/sharing.md">wiki</a>.
16
+
<span class="shared-text"></span> <a class="shared-link external"></a>. For help visit <a href="https://triliumnext.github.io/Docs/Wiki/sharing.html">wiki</a>.
This note of type Book doesn't have any child notes so there's nothing to display. See <a href="https://github.com/TriliumNext/Docs/blob/main/Wiki/book-note.md">wiki</a> for details.
16
+
This note of type Book doesn't have any child notes so there's nothing to display. See <a href="https://triliumnext.github.io/Docs/Wiki/book-note.html">wiki</a> for details.
Copy file name to clipboardExpand all lines: src/public/app/widgets/type_widgets/options/etapi.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ const TPL = `
8
8
<h4>ETAPI</h4>
9
9
10
10
<p>ETAPI is a REST API used to access Trilium instance programmatically, without UI. <br/>
11
-
See more details on <a href="https://github.com/TriliumNext/Docs/blob/main/Wiki/etapi.md">wiki</a> and <a onclick="window.open('etapi/etapi.openapi.yaml')" href="etapi/etapi.openapi.yaml">ETAPI OpenAPI spec</a>.</p>
11
+
See more details on <a href="https://triliumnext.github.io/Docs/Wiki/etapi.html">wiki</a> and <a onclick="window.open('etapi/etapi.openapi.yaml')" href="etapi/etapi.openapi.yaml">ETAPI OpenAPI spec</a>.</p>
12
12
13
13
<button type="button" class="create-etapi-token btn btn-sm">Create new ETAPI token</button>
Copy file name to clipboardExpand all lines: src/public/app/widgets/type_widgets/options/other/revisions_snapshot_interval.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ const TPL = `
4
4
<div class="options-section">
5
5
<h4>Note Revisions Snapshot Interval</h4>
6
6
7
-
<p>Note revision snapshot time interval is time in seconds after which a new note revision will be created for the note. See <a href="https://github.com/TriliumNext/Docs/blob/main/Wiki/note-revisions.md" class="external">wiki</a> for more info.</p>
7
+
<p>Note revision snapshot time interval is time in seconds after which a new note revision will be created for the note. See <a href="https://triliumnext.github.io/Docs/Wiki/note-revisions.html" class="external">wiki</a> for more info.</p>
8
8
9
9
<div class="form-group">
10
10
<label>Note revision snapshot time interval (in seconds)</label>
Copy file name to clipboardExpand all lines: src/public/app/widgets/type_widgets/options/password.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ const TPL = `
37
37
<h4>Protected Session Timeout</h4>
38
38
39
39
<p>Protected session timeout is a time period after which the protected session is wiped from
40
-
the browser's memory. This is measured from the last interaction with protected notes. See <a href="https://github.com/TriliumNext/Docs/blob/main/Wiki/protected-notes.md" class="external">wiki</a> for more info.</p>
40
+
the browser's memory. This is measured from the last interaction with protected notes. See <a href="https://triliumnext.github.io/Docs/Wiki/protected-notes.html" class="external">wiki</a> for more info.</p>
41
41
42
42
<div class="form-group">
43
43
<label>Protected session timeout (in seconds)</label>
<p><strong>This help note is shown because this note of type Render HTML doesn't have required relation to function properly.</strong></p>
14
14
15
-
<p>Render HTML note type is used for <a class="external" href="https://github.com/TriliumNext/Docs/blob/main/Wiki/scripts.md">scripting</a>. In short, you have a HTML code note (optionally with some JavaScript) and this note will render it. To make it work, you need to define a <a class="external" href="https://github.com/TriliumNext/Docs/blob/main/Wiki/attributes.md">relation</a> called "renderNote" pointing to the HTML note to render.</p>
15
+
<p>Render HTML note type is used for <a class="external" href="https://triliumnext.github.io/Docs/Wiki/scripts.html">scripting</a>. In short, you have a HTML code note (optionally with some JavaScript) and this note will render it. To make it work, you need to define a <a class="external" href="https://triliumnext.github.io/Docs/Wiki/attributes.html">relation</a> called "renderNote" pointing to the HTML note to render.</p>
0 commit comments