-
Notifications
You must be signed in to change notification settings - Fork 17
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
Implement stylus support #69
Comments
Great! I was looking for an open source alternative to use as replacement for OneNote on my city council. There is NONE. Stylus support could seem silly or useless, but normal users (not the geek ones) founds it just perfect to share some sketches with others, or make a quick note on their mobile devices. Thinking about it, tech-savy users can enjoy that tool too for do quick diagrams. |
Well main problem is that the function will hide behind a button. |
Not sure how well this would work in a web browser... Also, if saved as base64 it can't be modified later on, right? |
It will open in a popup, so normal users won't see it. |
Looks interesting. Unfortunately, in the moment I'm using prism.js as editor in my https://github.com/ThomasDaheim/ownNoteEditor - doesn't seem to work there out of the box... |
But prism is just a syntax highlighter, not a full featured editor like tinymce? |
I failed to get tinymce running properly under JavaFX. Simple as that... Also, prism.js so far covered everything that ownNote could do. Unfortunately, I don't manage to attach a screen shot here where you could see for your self... |
JavaFX as in for a desktop app? I thought we've slaughtered java already :p. What features are you currently missing in the editor? |
I prefer to work on the files locally and have them synched in the background with the nextcloud desktop. Thats usually a lot faster than trying to edit in the browser (at least for me). |
What app(s) are you using? Maybe i can mimic their api. |
I don't really have the need for an api - I'm happy with working on files locally (and offline if need be) and having the nextcloud sync taking care of things in the background. |
I have investigated a bit on this. I don't know how complex can it be to put together TinyMCE. All I could saw was pure HTML5 + JS, using the canvas tag. Perhaps is easy to create a plugin for TinyMCE: |
Some users would like to make drawings.
Currently TinyMCE doesn't support this.
We can use this plugin to give them the ability to make a drawing.
Note that the drawing must be saved as base64.
The text was updated successfully, but these errors were encountered: