notea-org / notea

📒 Self hosted note taking app stored on S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better ultrawide support

Tirarex opened this issue · comments

Everything works fine but not as convenient as you want.
My monitor has a resolution of 3440x1440 pixels and a real size of 34 inches. The elements on the site are quite small, the text area is very small, the left panel takes up a lot of space in its normal state and is far to the left if it collapsed.

image

And same content in Retype wiki.
image

commented

I created a fix for this on the fix/167-wider-screens branch. Feel free to try it and say if it needs more adjustment.

To switch to the new mode, click the Toggle width button.

I created a fix for this on the fix/167-wider-screens branch. Feel free to try it and say if it needs more adjustment.

To switch to the new mode, click the Toggle width button.

Sorry but i have 0 idea how to run it.
I cloned repo with branch and did comand from readme, this is what i get:

`
PS D:\notea> docker-compose up -d
[+] Running 2/2

  • Network notea_default Created 0.0s
  • Container notea-minio-1 Started 0.6s

PS D:\notea> yarn dev
yarn run v1.22.19
$ next
'next' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
`

commented

My guess is that the packages aren't installed yet. Could you try running yarn?

yarn is installed (v1.22.19) i running it on docker desktop ( windows 11 wsl enabled, ryzen 9 5950x, 64gb ram)

commented

To clarify, I mean you should run the following command:

yarn

The yarn command by itself installs the dependencies of the project, which may take a while.
Why I'm asking you to do that is because the error looks to be that you don't have the project dependencies installed.

commented

Just to simplify the process, this is what it looks like for me (I have it zoomed out though, just to make it look larger):
image

Looks nice to me ! i will wait docker image update!

commented

Just as a bonus, I'm also going to replace the toggle system with a dedicated menu.
image
image

Very nice options for any monitor!

i tried to start container again, after installing packages via Yarn, notea started. It's take some time to find default password that "123", why not "notea" ?

Anyway. Loks good to me! Maybe text wrapping little bit off.
image

Hello,
Thank you for creating this Notea project. I really love it as my everyday note taking app.
I had pretty much the same issue/annoyance with the solution not taking as much as possible as the available display.

Is there an ETA for this feature on the latest docker release ? Just so i know if it is implemented or not yet.

Regards

EDIT :
Sorry i didn't specify that i'm using the docker deployment (with latest flag) on unRAID system.

commented

I have no idea when this will be pushed to the stable main branch (I've a lot of work to do until I'm happy to call it entirely stable).
Until then, if you'd like to use this feature, you can use the edge tag instead of the latest tag. Any image pushed to the edge tag will contain features pretty much as soon as they're implemented, at the cost of potential stability*.

* It's usually fine, but builds may break occasionally.

Thank you for your reply.

I'll try my luck with the edge tag and see if it is stable for my daily use.

I build docker image of fix/167-wider-screens and deployed to main docker server. ( always make backups!), it work only couple of days but without any problems