[THEME] Lightpad #4724
Unanswered
ohmstance
asked this question in
Show and tell
Replies: 4 comments 2 replies
-
Nice work! The mobile experience has improved significantly! |
Beta Was this translation helpful? Give feedback.
2 replies
-
awesome! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, guys! :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
very thanks for the mobile update |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone! I'd like to share my personal Trilium theme here.
Shamelessly pasted the README.md doc from my repo:
Lightpad - A theme for Trilium Notes
This is my personal theme for Lightpad. I initially modified the default theme to add some padding between elements. Also, I like light themes, so I named this theme "Lightpad". Eventually, it snowballed into this.
This theme tries to make the mobile frontend a bit less finicky. It is also a bit of a hack as it involves major changes to layouts so things will probably break in the future. I don't have a lot of experience with CSS so I'm sorry about the stylesheet file looks 😵.
Preview
Scrollable launcher pane
I had to include JS for this as Bootstrap's tooltips and dropdowns in overflowing div needs their boundary changed from parent to window to render properly.
Mobile frontend
I started looking for other note-taking application because the default Trilium theme sucks for mobile use. I decided to stay with Trilium as I like organizing my notes into trees -- so I tried my hand to make Trilium a bit more usable on my phone.
Changes
Trilium.Lightpad.Mobile.Frontend.Handbrake.mp4
Installation
*disabled:*
part from their owned attribute.Addendum
If you use Trilium's server instance, be aware I'm using CSS' :has() selector which for Firefox is only supported since December 2023 (Firefox 121) so layout may look wrong. I've only used it for it for quick search and aligning title row in mobile frontend.
Beta Was this translation helpful? Give feedback.
All reactions