-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Handwritten Notes/ Drawings #669
Comments
I have considered this for the Notes Android client, but it required stuff like a Samsung SDK to support the S-Pen - and this is proprietary unfortunately. I am not sure how this might work for the Notes web app - usually a website doesn't have direct access to such devices. Usually this is / should provided as an input method by the operating system. Will be interesting to hear opinions and maybe some tricks & knowledge about this topic 🙂 |
Does every manufacturer implement their own library for supporting pens? I was hoping that maybe android had some rudimentary support build in. |
@stefan-niedermann |
@J4gQBqqR as far as i can see, they support only generating graphics, not for interpreting the handwritten notes as actual text content. Since the Notes app does not yet support attachments or other file types, this isn't helpful at this point. We need some kind of text recognition, so this is unfortunately not helpful right now. 🙁 |
@stefan-niedermann Onyx's own Notes app supports handwritten text recognition. So the hardware itself seems to be capable of doing it. |
Once #785 is merged, could this be handled by embedding SVGs? |
and maybe users can add audios as a part of a text note too, it could be very helpful when people in a discussion need to be recorded or a student taking notes in a class.. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Cc @juliushaertl should we move this over to text now that it is planned to change notes to use text? |
Needs Apple Pencil support. |
What would be the best place to track this feature going forward? Plenty of web-apps can use Apple Pencil, i don't know if its full featured or not, but its enough for my needs. I think my needs are fairly simple, if i could just simply draw freeform in different colors id be happy. If i could draw on top of embedded attachments like images and PDFs i could finally get rid of Notability! |
Pen in web has good support |
This comment was marked as duplicate.
This comment was marked as duplicate.
SVG support in Nextcloud Notes would be amazing as I take handwritten notes all the time using Stylus Labs Write and store the files in Nextcloud today. Their app uses SVG (actually compressed svgz by default), but doesn't support Markdown. The real challenge is not having a platform that brings Markdown and SVG together, and I think Nextcloud Notes could do that successfully. Stylus Labs Write isn't open source, but is available for Linux, Windows, and Android for free (as in beer), and is only a few dollars on IOS. It also supports adding embed images (photos/screenshots) and after using it for a few years I think it serves as an excellent example. Developer support has been very good and the app is very customizable. https://www.styluslabs.com/ Also, I think it is common knowledge that SVG works in web browsers out of the box, but they also can be edited in LibreOffice Draw & Inkscape. Bringing these files together is an important step to a much more interesting goal. Analysis with deep learning to find words, summarize notes into markdown, identify to dos and due dates and automatically create them in task and calendar apps. |
Hey,
has anyone considered adding support for handwriting/drawing using a table to the notes app? Or has any idea what that would require?
I was considering getting myself and e-ink note-taking tablet and was looking at open source self hosted solution for storing and managing my notes. Some of those devices run regular android. So my idea was just finding and android based app. And since I am already using nextcloud, notes would have been a great solution.
I'm just not sure how this could be added nicely together with the already existing regular typed text in the notes app or how it would translate to a web based interface (non touch/pen sensitive devices).
But I though we could start a discussion here.
The text was updated successfully, but these errors were encountered: