You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few more features that I'd like to implement (or help implement) for personal use, not sure which of these you would want in the app and/or if you'd prefer these to be listed in separate issues but anyway, here they are in no particular order:
Some setting to toggle inverted/non-inverted scrolling for zoom
Some setting to change zooming sensitivity, and some sort of resolution scaling (IMO close up scrolling feels too slow and far away scrolling feels too fast)
Sometimes when I move too fast with my pen it doesn't register the stroke, it happens mostly when I'm writing.
Another pen-related thing, palm rejection would be nice to have.
Custom key bindings, e.g. I would like to bind a button on my pen to erase and another to select, and right-click to erase.
Saving states of position/zoom on paper and last used color, would be nice to continue where I left off.
Different backgrounds: lines, grids, etc.
I'll be looking into these but I just wanted to know if there's anything you'd like to implement/see implemented.
Here's what I know about each item so far:
would just require multiplying event.deltaY * SCALE_FACTOR in canvasOnWheelHandler from components/Paper/index.js by +/-1 . Could be stored in a local cache, settings file, or something similar.
I'll try to play around with some values to see how it feels, but this is low importance to me.
I suspect it may be to do with simplifyPoints() being overzealous? But I'm not sure.
There may be built-in support for Windows. It may be possible there are hardware limitations but there may be some hacky software workarounds that could kind of work. I will look into this.
Something similar to 1.
I'm thinking this could be saved along with the paper state, but I'm not sure if that would break anything.
Repeating SVG background
Also potentially an option for cloud saving/syncing files across devices. Users would have to self-host/pay for a cloud service and manage their own API keys and whatnot.
Sorry this was kinda long! I'm trying to integrate this into my daily workflow to replace Microsoft Whiteboard.
Let me know if you have any thoughts/insights on any of these.
The text was updated successfully, but these errors were encountered:
Hi, thanks for merging the custom colours PR!
I have a few more features that I'd like to implement (or help implement) for personal use, not sure which of these you would want in the app and/or if you'd prefer these to be listed in separate issues but anyway, here they are in no particular order:
I'll be looking into these but I just wanted to know if there's anything you'd like to implement/see implemented.
Here's what I know about each item so far:
event.deltaY * SCALE_FACTOR
incanvasOnWheelHandler
fromcomponents/Paper/index.js
by+/-1
. Could be stored in a local cache, settings file, or something similar.simplifyPoints()
being overzealous? But I'm not sure.Also potentially an option for cloud saving/syncing files across devices. Users would have to self-host/pay for a cloud service and manage their own API keys and whatnot.
Sorry this was kinda long! I'm trying to integrate this into my daily workflow to replace Microsoft Whiteboard.
Let me know if you have any thoughts/insights on any of these.
The text was updated successfully, but these errors were encountered: