diff --git a/Links.md b/Links.md new file mode 100644 index 0000000..9571005 --- /dev/null +++ b/Links.md @@ -0,0 +1,20 @@ +## External links +External link is general web link targeting some external web resource - e.g. https://en.wikipedia.org/wiki/South_China_Sea is an external link to one Wikipedia page. + +External links are done through CKEditor native links. To create an external link, select text and press ```CTRL-K``` or wait for the "balloon" to appear and click link icon there. + +[[gifs/create-external-link.gif]] + +You can follow external link by either double clicking (will open new tab/window) it or right clicking on them and choosing "Open in new tab". + +## Internal links to notes + +Links to internal notes are created a bit differently. To create link to note at current cursor position, press ```CTRL-L```. + +In the dialog you can see radio button to choose from different types of linking. First one is classic link to note, the other two are related to cloning and will be covered separately. + +[[gifs/create-link-to-note.gif]] + +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 diff --git a/Note navigation.md b/Note navigation.md index db3dcd7..0c3e6c1 100644 --- a/Note navigation.md +++ b/Note navigation.md @@ -1,6 +1,4 @@ -# Note navigation - -Trilium has good support for fast navigation between notes. +One of the Trilium's goals is to provide fast and comfortable navigation between notes. ## Backwards and forward diff --git a/gifs/create-external-link.gif b/gifs/create-external-link.gif new file mode 100644 index 0000000..2990fdf Binary files /dev/null and b/gifs/create-external-link.gif differ diff --git a/gifs/create-link-to-note.gif b/gifs/create-link-to-note.gif new file mode 100644 index 0000000..e2e2ab9 Binary files /dev/null and b/gifs/create-link-to-note.gif differ