(Feature request) Font customization #274

Open
opened 2025-10-01 15:50:24 -05:00 by giteasync · 1 comment
Owner

Originally created by @williamcheuk03 on GitHub.

Describe feature

  1. Able to specify the font size
  2. Able to use a specific font
  3. Sorting the selected text in notes alphabetically

Additional Information

No response

Originally created by @williamcheuk03 on GitHub. ### Describe feature 1. Able to specify the font size 2. Able to use a specific font 3. Sorting the selected text in notes alphabetically ### Additional Information _No response_
Author
Owner

@herrkami commented on GitHub:

1 + 2:
You can do all of that very easily with Code Notes of type CSS. Check out User Guide > Theme development to see how it works. Regarding the font size, the zoom factor (Options > Appearance > Zoom factor or Ctrl+<+/->) might already help you, perhaps.

3:
You could implement this with a JS Frontend type Code Note.

@herrkami commented on GitHub: 1 + 2: You can do all of that very easily with Code Notes of type CSS. Check out `User Guide > Theme development` to see how it works. Regarding the font size, the zoom factor (`Options > Appearance > Zoom factor` or `Ctrl+<+/->`) might already help you, perhaps. 3: You could implement this with a JS Frontend type Code Note.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TriliumNext/Trilium#274
No description provided.