How to add internal-links in a note? #3384
Replies: 2 comments 2 replies
-
You could just add text notes below the main note with one question / answer per note. When you then go to the main note the child notes are shown as cards. When you add some extra info as attributes you could also have saved searches for different topics. You could also give the main note the type of book and then all child notes are shown in order in full width. See the "Formatting examples" in the Trilium demo content. |
Beta Was this translation helpful? Give feedback.
-
Hi, such a feature request already exists - see e.g. #1021 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks.
In Trilium, I write my notes in the form of Questions and Answers where a Heading 6 is a question followed by an answer in Normal text. Example:
How to do X?
Some Normal text as answer
How to do Y with X?
Some normal text as answer
Suppose that in the second answer I want to refer myself to go read the question "How to do X" as a prerequisite.
How would I go about doing this? Ideally, I'm looking for an internal-only link.
In an HTML file, one can refer to an internal HTML link by referencing the
id
attribute of the heading and adding anchor link wherever needed withhref='#id'
. In an Office app such as LibreOffice I can create a bookmark and than add an internal link which would reference that bookmark.In Trilium I don't know how to do something like that. I think this is doable because Table of Contents knows how to scroll to the referenced heading. That logic perhaps can be ported as a new internal-link-only functionality?
Please do let me know if you have a way to add internal-only links.
Beta Was this translation helpful? Give feedback.
All reactions