zadam / trilium

Build your personal knowledge base with Trilium Notes
GNU Affero General Public License v3.0
27.2k stars 1.9k forks source link

[Question] Notes tree / sidebar on the right side? #3739

Open rdtm443 opened 1 year ago

rdtm443 commented 1 year ago

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

zadam commented 1 year ago

Hello, no, this is not possible.

rdtm443 commented 1 year ago

Hello, no, this is not possible.

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

meichthys commented 1 year ago

@rdtm443 Your best bet may be to keep the sidebar collapsed: image

Alternatively, you could rotate your tablet/device make your drawing, then when youre finished, just rotate your entire drawing with a ctrl-a and then grab the dot at the top of the selection and rotate (if you hold shift while rotating the selection, it will be easier to snap the rotation to 90 or 180 degrees): image

rdtm443 commented 1 year ago

@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?

image

zerebos commented 1 year ago

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.

image