diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Links.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Links.html index 52ab39530..bde71988f 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Links.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Links.html @@ -5,30 +5,6 @@
  • Internal (reference) links for links to other notes within Trilium.
  • -

    Pasting links

    - -

    In-place linking

    -

    Trilium also provides "inline" linking - type @ and you'll - see an autocomplete, just type few characters from the desired note title, - press enter and you have a link.

    Note map

    -

    Trilium provides a visualisation of incoming and outgoing links for a +

    Trilium provides a visualization of incoming and outgoing links for a particular note. See note map for details.

    \ No newline at end of file diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Links/1_Internal (reference) links.png b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Links/1_Internal (reference) links.png new file mode 100644 index 000000000..614c755b2 Binary files /dev/null and b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Links/1_Internal (reference) links.png differ diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Links/Internal (reference) links.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Links/Internal (reference) links.html index f4070a1b5..3f481a4d7 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Links/Internal (reference) links.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Links/Internal (reference) links.html @@ -1,33 +1,51 @@ -

    Unlike external notes, internal links (links to other notes) can be created - at the current position by :

    +

    Internal links are links to other notes within Trilium.

    +

    You can open an internal link by clicking it. You can also see a read-only + preview of an internal link's contents by hovering over it.

    +

    Inserting internal links

    +

    Internal links can be created at the current position in a text note by:

      -
    1. Pressing Ctrl + L or the +
    2. Pressing Ctrl + L or the button from the Formatting toolbar.
    3. -
    4. Filling in the desired note to link. It's also possible to create notes - from this dialog by typing a non-existing note title and selecting Create and link child note.
    5. + width="20" height="17">button underneath the + menu in the Formatting toolbar. +
    6. Searching for the title of the desired note to link. It's also possible + to create new notes from this dialog by typing a non-existing note title + and selecting Create and link child note.
    -

    There are two link types, adjustable when creating the link to the note:

    +

    There are two link types which you can select when creating the link to + the note:

      -
    1. link title mirrors the note's current title +
    2. Link title mirrors the note's current title
        -
      1. This is sometimes also called "reference link".
      2. -
      3. Title of such links cannot be changed, instead it is always mirroring - the title of linked note.
      4. -
      5. The icon of the note is also displayed.
      6. -
      7. The link title will automatically update if the title of the note is changed.
      8. +
      9. This is sometimes also called "reference link".
      10. +
      11. The title of this link cannot be changed. Instead, it will always show + the current title of the linked note.
      12. +
      13. The icon of the linked note will also be displayed.
    3. -
    4. link title can be changed arbitrarily +
    5. Link title can be changed arbitrarily
        -
      1. This is the traditional hyperlink, where the text of the link can be different - to the note title.
      2. +
      3. This will create a traditional hyperlink, where the text of the link can + be different from the note title.
    -

    Once an internal link is created:

    - \ No newline at end of file +

    In-place linking

    +

    You can also insert internal links “inline” by using the @ symbol:

    +
      +
    1. Type @ in a text note, which will open the + note search menu.
    2. +
    3. Search for the desired note's title by typing a few characters. Use Up and Down to + select the correct note, and press Enter or Tab to create + the link. It's also possible to create new notes with this method by typing + a non-existing note title and selecting Create and link child note.
    4. +
    +

    Pasting internal links

    +

    You can also insert internal links by copying a note from the note tree.

    +
      +
    1. In the Note Tree, + select a note and press Ctrl + C.
    2. +
    3. In a text note, paste the link by pressing Ctrl + V.
    4. +
    \ No newline at end of file diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json index e1b7b8047..196f0b84e 100644 --- a/docs/User Guide/!!!meta.json +++ b/docs/User Guide/!!!meta.json @@ -7929,19 +7929,12 @@ "isInheritable": false, "position": 20 }, - { - "type": "relation", - "name": "internalLink", - "value": "oPVyFC7WL2Lp", - "isInheritable": false, - "position": 30 - }, { "type": "relation", "name": "internalLink", "value": "BCkXAVs63Ttv", "isInheritable": false, - "position": 40 + "position": 30 }, { "type": "label", @@ -8055,6 +8048,13 @@ "isInheritable": false, "position": 10 }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 20 + }, { "type": "label", "name": "iconClass", @@ -8080,6 +8080,14 @@ "mime": "image/png", "position": 10, "dataFileName": "Internal (reference) links.png" + }, + { + "attachmentId": "VWmqBZtLxTJH", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_Internal (reference) links.png" } ] } diff --git a/docs/User Guide/User Guide/Note Types/Text/Links.md b/docs/User Guide/User Guide/Note Types/Text/Links.md index 93d9bfcc9..e4db27f4f 100644 --- a/docs/User Guide/User Guide/Note Types/Text/Links.md +++ b/docs/User Guide/User Guide/Note Types/Text/Links.md @@ -4,20 +4,6 @@ There are two types of links: * External links, for standard hyperlinks to websites or other resources. * Internal (reference) links for links to other notes within Trilium. -## Pasting links - -* For internal links (links to notes in Trilium), press Ctrl+C in the Note Tree: - * Pasting directly in a text note will create a reference link (with an icon to the note and the actual note title). - * Pasting over an existing text will create a traditional link. -* For external links: - * Paste the raw URL directly and press space to turn it into a link. - * Select a text and paste the URL over it to turn that text into a link. - * If you are pasting a formatted link (e.g. from the a webpage in a browser), simply paste it and it will keep the original text and URL. - -## In-place linking - -Trilium also provides "inline" linking - type `@` and you'll see an autocomplete, just type few characters from the desired note title, press enter and you have a link. - ## Note map -Trilium provides a visualisation of incoming and outgoing links for a particular note. See [note map](../../Advanced%20Usage/Note%20Map%20\(Link%20map%2C%20Tree%20map\).md) for details. \ No newline at end of file +Trilium provides a visualization of incoming and outgoing links for a particular note. See [note map](../../Advanced%20Usage/Note%20Map%20\(Link%20map%2C%20Tree%20map\).md) for details. \ No newline at end of file diff --git a/docs/User Guide/User Guide/Note Types/Text/Links/1_Internal (reference) links.png b/docs/User Guide/User Guide/Note Types/Text/Links/1_Internal (reference) links.png new file mode 100644 index 000000000..614c755b2 Binary files /dev/null and b/docs/User Guide/User Guide/Note Types/Text/Links/1_Internal (reference) links.png differ diff --git a/docs/User Guide/User Guide/Note Types/Text/Links/Internal (reference) links.md b/docs/User Guide/User Guide/Note Types/Text/Links/Internal (reference) links.md index e45eb2cf1..fdefca194 100644 --- a/docs/User Guide/User Guide/Note Types/Text/Links/Internal (reference) links.md +++ b/docs/User Guide/User Guide/Note Types/Text/Links/Internal (reference) links.md @@ -1,20 +1,34 @@ # Internal (reference) links -Unlike external notes, internal links (links to other notes) can be created at the current position by : +Internal links are links to other notes within Trilium. -1. Pressing Ctrl + L or the button from the Formatting toolbar. -2. Filling in the desired note to link. It's also possible to create notes from this dialog by typing a non-existing note title and selecting _Create and link child note_. +You can open an internal link by clicking it. You can also see a read-only preview of an internal link's contents by hovering over it. -There are two link types, adjustable when creating the link to the note: +## Inserting internal links -1. _link title mirrors the note's current title_ +Internal links can be created at the current position in a text note by: + +1. Pressing Ctrl + L or the button underneath the menu in the Formatting toolbar. +2. Searching for the title of the desired note to link. It's also possible to create new notes from this dialog by typing a non-existing note title and selecting _Create and link child note_. + +There are two link types which you can select when creating the link to the note: + +1. _Link title mirrors the note's current title_ 1. This is sometimes also called "reference link". - 2. Title of such links cannot be changed, instead it is always mirroring the title of linked note. - 3. The icon of the note is also displayed. - 4. The link title will automatically update if the title of the note is changed. -2. _link title can be changed arbitrarily_ - 1. This is the traditional hyperlink, where the text of the link can be different to the note title. + 2. The title of this link cannot be changed. Instead, it will always show the current title of the linked note. + 3. The icon of the linked note will also be displayed. +2. _Link title can be changed arbitrarily_ + 1. This will create a traditional hyperlink, where the text of the link can be different from the note title. -Once an internal link is created: +## In-place linking -* You can follow the note link by double clicking it. -* Alternatively if you only wish to quickly preview the content, you can hover over the link and will see read only preview. \ No newline at end of file +You can also insert internal links “inline” by using the `@` symbol: + +1. Type `@` in a text note, which will open the note search menu. +2. Search for the desired note's title by typing a few characters. Use Up and Down to select the correct note, and press Enter or Tab to create the link. It's also possible to create new notes with this method by typing a non-existing note title and selecting _Create and link child note_. + +## Pasting internal links + +You can also insert internal links by copying a note from the note tree. + +1. In the Note Tree, select a note and press Ctrl + C. +2. In a text note, paste the link by pressing Ctrl + V. \ No newline at end of file