Trilium Stole My Heart and My Sanity: A 1,285-Word SOS from a Clueless Noob #1593
Replies: 3 comments 4 replies
-
just tested it, and I seem to have the same issue, do you mind creating a separate bug report here? |
Beta Was this translation helpful? Give feedback.
-
Markdown Import
Let's clarify a bit:
Themes / Custom CSS
Theming is a more complicated subject, but if you want to get into it you should look into using Inspect Element. You can select an element and check which classes it has. I would suggest to get into learning a bit about HTML and CSS using services such as FreeCodeCamp. There's no documentation of the CSS classes because we use tons of them and it's not a common web development practice.
Here it's the principle of trying to make a selector as specific as possible. Conceptually, since you want to color an item in the tree, it makes sense to look at the note tree and see which classes correspond to a single item. Use Inspect Element and try to check the existing classes.
There is no official support for custom icons. See Allow alternate icon packs for note icons · Issue #354 · TriliumNext/Notes for tracking the issue. It's a big time investment that we are not yet willing to invest in. Disable previews of child notes?
Sure is, you have to add Highlights List
Not aware of this being possible. You can assign a keyboard shortcut to toggle the visibility of the right pane/sidebar, which might achieve the same effect, but not sure if it's good enough for your use. Internal Links in User Guide Not Functional
Indeed, this is a known issue but I haven't had the time to figure it out yet. The reason it's not working is that the User Guide is a set of “fake” notes, so I have to implement all the features separately from the main application and this includes the links. We'll figure it out eventually. But you're the first one to report it. :) Mermaid Diagrams
Try the latest stable, should be good enough. You should see a split view and there should be buttons for zooming in. Mouse interaction should work as well. See the Mermaid help for more info. If something's not working for you, maybe you have an issue with your Trilium setup (such as a script interfering with the application). Let me know. Default Note Name
It's Attributes / InheritanceInheritance
There's a + button to the right of attributes that let you define these kind of attributes, including inheritable.
It does not modify existing notes.
Copy inheritance works only manually, so you can't have them cascading infinitely.
That would be correct, as far as I understand.
So it covers every level, but not in the way you would expect them to. Only the third level notes get
There isn't. Inherited attributes force conformity in all child notes. If you feel the need to do that, you should look into templates, as they offer greater flexibility. Attribute definition
You don't need to bother too much about the format, you can use the Plus button to the right of the attributes list → Add new label/relation definition.
You can create any kind of attribute and relations in a note.
The whole tasks hierarchy is managed by a dedicated script. See “Implementation”.
Not sure to understand, perhaps you could rephrase the question. As mentioned, labels and relations can be used everywhere. But for some cases, it's scripts that gives them meaning. The task implementation is only an example script and nothing else.
This was a bug and it is solved on the latest stable. Hidden Notes
You can access the hidden notes by pressing the global menu (Trilium icon or hamburger icon, depending on the layout) → Advanced → Show Hidden Subtree. In this section there is a “User Hidden” note which is reserved for use by scripts. You can find the note in scripts by looking by its note ID ( |
Beta Was this translation helpful? Give feedback.
-
Markdown import - consider using the Import files function from the 3-dot menu at upper right instead of copy-paste, especially if you're doing this a lot.
Reference (some gif animations, but not that detailed): https://triliumnext.github.io/Docs/Wiki/markdown.html |
Beta Was this translation helpful? Give feedback.
-
I'm new to Trilium, and am totally blown away (and befuddled) by its capabilities!. I've been investing a lot of time going through the User Guide and Demos trying to get up to speed on many of the features. Admittedly, along the way, I've been stumped by a number of things. I posted a general question in a Trilium Matrix room asking how people go about getting up to speed and was encouraged by @eliandoran to post my questions over here as one big post, as it would be easier for everyone to see and answer. So here goes (in no particular order):
Markdown Import
Themes / Custom CSS
span.fancytree-node.todo
and.fancytree-title?
.fancytree-title
by using the Dev Tools pretty easily, but how does one know to also include span.fancytree-node? Do I just need to bone up on Inspector sleuthing?Disable previews of child notes?
Highlights List
Internal Links in User Guide Not Functional
https://[my server]/[relative path to link]
, for example:https://[myserver]/Advanced Usage/Attributes.html
orhttps://Basic Concepts/Note/Read-Only Notes.html
.https://[me server]/#root/[note ID]/[note ID]
(etc) formatMermaid Diagrams
Default Note Name
Attributes / Inheritance
Hidden Notes
Beta Was this translation helpful? Give feedback.
All reactions