dps / remarkable-keywriter

MIT License
212 stars 18 forks source link

Portfolio Orientation #10

Open willemOH opened 4 years ago

willemOH commented 4 years ago

Hi, great app! Could include a setting to change to portfolio orientation? Thanks. Also, for us linux newbs out there, including the instruction to chmod +x the binary file would have saved me a headache when installing.

willemOH commented 4 years ago

Actually, looking at the source code, I could probably manage this myself. However, when trying to compile from Qt creator I get some errors:

:-1: error: No rule to make target 'sundown/src/autolink.c', needed by 'autolink.o'. Stop.

and

`/home/willemhilliard/remarkable-keywriter-master/edit_utils.h:6: error: markdown.h: No such file or directory

include "markdown.h"

      ^~~~~~~~~~~~`

looks like these are sundown related. I had to put in the sundown directory. Maybe sundown has changed their build so it doesn't match up with your code? If you could give some help in getting your build to compile, I would be happy to contribute some little extra settings like rotation and size of text (as someone else asked for). Thanks!