Skip to content

Horizontal line selection #1430

Closed Answered by eliandoran
VanHate asked this question in Q&A / Support
Mar 14, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I want to separate the labels from the note text with a horizontal line.

The best approach here is not to alter the content of the notes themselves. The reason is that you don't want this line to show up in exports, shared notes, etc.

The change needs to be done at UI level instead and Trilium allows it.

You can create a CSS code note with #appCss with the following content:

.promoted-attributes-container {
  border-bottom: 1px solid var(--main-border-color);
}

When I do this and then open the note again, the line becomes selected and it looks ugly

Since the horizontal line is an interactive block/element that you can move around, it needs to have a way to indicate it's selected.

An…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@VanHate
Comment options

Answer selected by eliandoran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1429 on March 14, 2025 18:02.