Handwriting - drawing - stylus support --> Does it exist? Would it be developable? #7481
Replies: 2 comments 7 replies
-
There is a very big difference between "handwriting" and "drawing" in my personal understanding. .. So I think it's important to define the terms to make it possible to "calculate" the effort needed to implement something. Drawing
Writing
Add 1) Pixel Images TW allows us to create a very basic drawing canvas that creates PNGs as the following screen shot shows. BUT There is 1 important disadvantage: Embedded images can become huge, in terms of HTML file size. The image below has about 27kByte The following image has 54kByte. ... It does not seem much, but there is almost no content in the image.
This text is 1 kb, which is the smallest file size my file system can handle. Add 2) SVG images. TW uses SVG images quite a lot, but we use external tools like eg: InkScape to create and edit them. Implementing SVG drawing tools into TW imo is not worth it. There are a lot of OpenSource tools which do a much better job and they are ready to be used. Add 3) Using a drawing canvas to "collect" text messages. IMO TW is not the right tool for the job. .. We could implement a convert "handwritten text" to "text" engine, but it would be a huge effort and the quality would be poor. It's much easier to do it with my phone. As you can see, I did write 2 lines of German text on a sheet of paper, using extra "ugly" handwriting. So could we implement something like this into TW. .. No Conclusion I think Using the right tool for the job is the way to go. .. For much more text I would switch to the "Live Transcribe" tool, which was one of the main reasons, why I bought my current phone. |
Beta Was this translation helpful? Give feedback.
-
Hi @andrebaerlocher TiddlyWiki 5 includes a basic sketching facility as @pmario notes. It works well on machines equipped with a stylus, and handwriting works too.
What functionality are you looking for over and above the existing facility? |
Beta Was this translation helpful? Give feedback.
-
Dear all, hoping this is the right place to ask:
Is there a plugin that allows (functional) handwriting or drawing with a stylus? To my knowledge, there is a plugin for drawing with limited functionality.
If not, is it possible to develop? And if yes, is this the place to hire someone?
Beta Was this translation helpful? Give feedback.
All reactions