Commit graph

4 commits

Author SHA1 Message Date
james-xli
7f8b4a12cf fix: Add margin around page container (#38)
Add margin around page container so that the recognized text of one page doesn't run into that of the next page. 1.2em seems like a reasonable amount for readability. Could maybe go slightly higher.

I also added some margin on the bottom of the recognized text so it's not too close to the image of the page.
2024-12-18 23:10:09 -08:00
james-xli
101ff45702 Add container for each page. Setting now limits both width and height instead of just width. Multiple pages can be visible horizontally.
I think this should play nice with horizontal pages, but am unable to test because horizontal pages aren't working quite yet.

Also changed the default setting to 800px, which is a nice medium size to be legible but not too big. Max setting now goes to 1900 px (slightly larger than the 1872 px long edge of a Nomad page).
2024-06-08 21:09:10 -07:00
Brandon Philips
d665e33bec main: invert images automatically based on light/dark mode
This adds a feature and setting to invert images when Dark mode is
enabled.

Fixes https://github.com/philips/supernote-obsidian-plugin/issues/23
2024-05-11 08:36:49 -07:00
Brandon Philips
1d0ecae1b2
Initial commit 2024-02-27 12:05:03 -08:00