-
Hello folks Is it possible to have the side panel on the right side? As I am left handed, it is very difficult to take canvas notes (i.e. draw), as I am constantly hitting some buttons on the sidepanel with my palm. Thanks! Best, rdtm443 |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Hello, no, this is not possible. |
Beta Was this translation helpful? Give feedback.
-
Hey there ..that's a pity. Because, just to say, in obsidian there is an excalidraw plugin that lets you select left hand mode. I thought maybe it is possible as well with trilium (as it also is partly based on excalidraw). Or, maybe it is possible to move the settings panel within the canvas to the right? Otherwise it is not possible to use canvas as left handed person, unfortunately :-/ Best, rdtm443 |
Beta Was this translation helpful? Give feedback.
-
@rdtm443 Your best bet may be to keep the sidebar collapsed: Alternatively, you could rotate your tablet/device make your drawing, then when youre finished, just rotate your entire drawing with a |
Beta Was this translation helpful? Give feedback.
-
@meichthys Hey there, thanks for the reply. Collapsing the sidebar is helping a little bit at least, but then still the toolbar is in the way. In excalidraw it is movable i think, but not so in trilium? |
Beta Was this translation helpful? Give feedback.
-
Can't this be done with css? #left-pane {
order: 3;
} Seems to work for me. Obviously it's not ideal with the titlebar and everything, but as a temporary measure it seems fine. |
Beta Was this translation helpful? Give feedback.
-
You can change the appearance of the sidebar now: ![]() |
Beta Was this translation helpful? Give feedback.
Can't this be done with css?
Seems to work for me. Obviously it's not ideal with the titlebar and everything, but as a temporary measure it seems fine.