diff --git a/src/services/keyboard_actions.js b/src/services/keyboard_actions.js
index 2f39bd8f2..66c4d682a 100644
--- a/src/services/keyboard_actions.js
+++ b/src/services/keyboard_actions.js
@@ -28,22 +28,22 @@ const DEFAULT_KEYBOARD_ACTIONS = [
separator: "Tabs"
},
{
- actionName: "NewTab",
+ actionName: "OpenNewTab",
defaultShortcuts: ["CommandOrControl+T"],
only: ELECTRON
},
{
- actionName: "CloseTab",
+ actionName: "CloseActiveTab",
defaultShortcuts: ["CommandOrControl+W"],
only: ELECTRON
},
{
- actionName: "NextTab",
+ actionName: "ActivateNextTab",
defaultShortcuts: ["CommandOrControl+Tab"],
only: ELECTRON
},
{
- actionName: "PreviousTab",
+ actionName: "ActivatePreviousTab",
defaultShortcuts: ["CommandOrControl+Shift+Tab"],
only: ELECTRON
},
@@ -120,22 +120,22 @@ const DEFAULT_KEYBOARD_ACTIONS = [
},
{
actionName: "MoveNoteUp",
- defaultShortcuts: ["Ctrl+Up"],
+ defaultShortcuts: ["CommandOrControl+Up"],
description: "Move note up"
},
{
actionName: "MoveNoteDown",
- defaultShortcuts: ["Ctrl+Down"],
+ defaultShortcuts: ["CommandOrControl+Down"],
description: "Move note down"
},
{
actionName: "MoveNoteUpInHierarchy",
- defaultShortcuts: ["Ctrl+Left"],
+ defaultShortcuts: ["CommandOrControl+Left"],
description: "Move note up in hierarchy"
},
{
actionName: "MoveNoteDownInHierarchy",
- defaultShortcuts: ["Ctrl+Right"],
+ defaultShortcuts: ["CommandOrControl+Right"],
description: "Move note down in hierarchy"
},
{
@@ -175,7 +175,7 @@ const DEFAULT_KEYBOARD_ACTIONS = [
},
{
actionName: "SortChildNotes",
- defaultShortcuts: ["Alt+s"],
+ defaultShortcuts: ["Alt+S"],
description: "Sort child notes"
},
{
@@ -232,7 +232,7 @@ const DEFAULT_KEYBOARD_ACTIONS = [
defaultShortcuts: ["CommandOrControl+return"]
},
{
- actionName: "InsertDateTime",
+ actionName: "InsertDateTimeToText",
defaultShortcuts: ["Alt+T"]
},
{
diff --git a/src/services/notes.js b/src/services/notes.js
index 85e51bdea..7f8fe74ee 100644
--- a/src/services/notes.js
+++ b/src/services/notes.js
@@ -264,6 +264,7 @@ async function saveLinks(note, content) {
if (note.type === 'text') {
content = findImageLinks(content, foundLinks);
content = findInternalLinks(content, foundLinks);
+ content = findExternalLinks(content, foundLinks);
}
else if (note.type === 'relation-map') {
findRelationMapLinks(content, foundLinks);
diff --git a/src/views/dialogs/help.ejs b/src/views/dialogs/help.ejs
index d734a8a54..02ddd80a2 100644
--- a/src/views/dialogs/help.ejs
+++ b/src/views/dialogs/help.ejs
@@ -16,14 +16,14 @@
- - UP/DOWN - go up/down in the list of notes
- - LEFT/RIGHT - collapse/expand node
- - ALT+LEFT/RIGHT - go back / forwards in the history
- - CTRL+J - show "Jump to" dialog
- - CTRL+. - scroll to active note
- - BACKSPACE - jumps to parent note
- - ALT+C - collapse whole note tree
- - ALT+- (alt with minus sign) - collapse sub-tree
+ - UP, DOWN - go up/down in the list of notes
+ - LEFT, RIGHT - collapse/expand node
+ - , ALT+RIGHT - go back / forwards in the history
+ - - show "Jump to" dialog
+ - - scroll to active note
+ - - jumps to parent note
+ - - collapse whole note tree
+ - - collapse sub-tree
@@ -40,10 +40,10 @@
Only in desktop (electron build):
- - CTRL+T opens empty tab
- - CTRL+W closes active tab
- - CTRL+Tab activates next tab
- - CTRL+Shift+Tab activates previous tab
+ - opens empty tab
+ - closes active tab
+ - CTRL+Tab activates next tab
+ - CTRL+Shift+Tab activates previous tab
@@ -55,9 +55,9 @@
- - CTRL+O - creates new note after the active note
- - CTRL+P - creates new sub-note into active note
- - F2 - edit prefix of active note clone
+ - - creates new note after the active note
+ - - creates new sub-note into active note
+ - - edit prefix of active note clone
@@ -69,15 +69,15 @@
- - CTRL+UP/DOWN - move note up/down in the note list
- - CTRL+LEFT/RIGHT - move note up in the hierarchy
- - SHIFT+UP/DOWN - multi-select note above/below
- - CTRL+A - select all notes in the current level
- - CTRL+click - select note
- - CTRL+C - copies active note (or current selection) into clipboard (used for cloning)
- - CTRL+X - cuts current (or current selection) note into clipboard (used for moving notes)
- - CTRL+V - pastes note(s) as sub-note into active note (which is either move or clone depending on whether it was copied or cut into clipboard)
- - DEL - delete note / sub-tree
+ - , - move note up/down in the note list
+ - , - move note up in the hierarchy
+ - , - multi-select note above/below
+ - CTRL+A - select all notes in the current level
+ - Shift+click - select note
+ - CTRL+C - copies active note (or current selection) into clipboard (used for cloning)
+ - CTRL+X - cuts current (or current selection) note into clipboard (used for moving notes)
+ - CTRL+V - pastes note(s) as sub-note into active note (which is either move or clone depending on whether it was copied or cut into clipboard)
+ - DEL - delete note / sub-tree
@@ -89,11 +89,11 @@
- - ENTER in tree pane switches from tree pane into note title. Enter from note title switches focus to text editor. CTRL+. switches back from editor to tree pane.
- - CTRL+K - create / edit external link
- - CTRL+L - create internal link
- - ALT+T - inserts current date and time at caret position
- - CTRL+. - jump away to the tree pane and scroll to active note
+ - in tree pane switches from tree pane into note title. Enter from note title switches focus to text editor. CTRL+. switches back from editor to tree pane.
+ - Ctrl+K - create / edit external link
+ - - create internal link
+ - - inserts current date and time at caret position
+ - - jump away to the tree pane and scroll to active note
@@ -120,9 +120,9 @@
- - F5 or CTRL-R - reloads Trilium frontend
- - CTRL+SHIFT+I - show developer tools
- - ALT+O - show SQL console
+ - - reloads Trilium frontend
+ - - show developer tools
+ - ALT+O - show SQL console
@@ -134,10 +134,10 @@
- - ALT+M - Zen mode - display only note editor, everything else is hidden
- - CTRL+S - toggle search form in tree pane
- - CTRL+F - in page search
- - ALT+A - show note attributes dialog
+ - - Zen mode - display only note editor, everything else is hidden
+ - - toggle search form in tree pane
+ - CTRL+F - in page search
+ - ALT+A - show note attributes dialog