|
|
|
|
|
by diffeomorphism
859 days ago
|
|
How is the support nowadays? It used to be that you needed custom kernels and some fiddling (e.g. see reddit's r/surfacelinux). What software do you use for the note taking? On Windows there seemed to be OneNote (and nothing else) and on Linux xournal++. Sorry for all the questions, but I am currently looking for a new laptop/tablet and thought I'd ask for experiences of others. |
|
https://github.com/linux-surface/linux-surface
I use this kernel, you can use this with most operating systems. Once things are setup, everything is extremely smooth.
I use xournal++ for note writing, and using GNOME is necessary. KDE doesn't have support for screen rotation etc. When you use GNOME, make sure to disable gestures and screen edge detection, because that might occasionally cause interfere with writing.
So, the workflow is quite simple with xournal++, you run a `inotify` based watched which automatically compiles and pushes stuff on every save. I of course assume that only `xournal++` on tab can change those handwritten notes. You can get some fancier git logic if needed. By putting the baselink as `https://gitlab.com/user/repo/-/jobs/artifacts/main/raw`, you can get the list of PDFs directly on readme of your git repo. pretty nifty for referring to later.
You can run the inotify as a `systemd` service