Skip to content
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

Feature Request: Penning/Drawing #867

Open
dasjestyr opened this issue Sep 15, 2017 · 7 comments
Open

Feature Request: Penning/Drawing #867

dasjestyr opened this issue Sep 15, 2017 · 7 comments
Labels
discussion 💬 Issue concerns a discussion.

Comments

@dasjestyr
Copy link

Would be great to be able to draw on any notes or snippets! Perfect for writing notes on other notes that don't quite fit the text paradigm

@flyingpies155
Copy link

I don't know if I need this, but I have though of the idea. Would it be feasible in markdown by, for example, using the image syntax with a base64 URI and having a basic editor pop up when you start typing in the "data:image..." URI?

@dasjestyr
Copy link
Author

dasjestyr commented Sep 18, 2017

If you followed how MS does this stuff, you basically enable penning mode. I just realized this thing was written in javscript (thought it was in .net where this feature is somewhat common). Could be tricky.., I imagine what you'd do is just open a transparent canvas on top of the text editing area and then just capture the input and the location of the layer (if you wanted to minimize it's size. Probably not that straight forward though.

I think the way it's done on desktop is that instead of having a big open text editing area for the markdown, is that you capture text into floating edit areas, and those areas are what sit on top of the main area. Penning would be done the same way. You enable it and it's captured in a drawing area. That way, all of the input, text and drawing, are independent and can can be layered during the editing process, allowing you to edit text while the drawing is still visible on the correct layer/z-index. This is how OneNote appears to handle it.

@kazup01 kazup01 added the feature request 🌟 Issue is a new feature request. label Sep 23, 2017
@kazup01 kazup01 added discussion 💬 Issue concerns a discussion. and removed feature request 🌟 Issue is a new feature request. labels Nov 6, 2017
@Braintelligence
Copy link

I'm surprised this feature-request wasn't endorsed more.
So many people are looking for an alternative to OneNote and its inking capabilities but there's just no competition...

@matheusfaustino
Copy link

That would be a good feature

@ghost
Copy link

ghost commented Jul 3, 2019

+1

@Sleepful
Copy link

Sleepful commented Jul 10, 2019

if this app had this feature it'd be perfect, I don't want to make diagrams on some other app by sluggishly moving arrows with my mouse, just let me draw my boxes and arrows with my mouse/stylus/tablet

some sort of integration with a canvas that lets u embed the resulting picture would be pretty close too, especially if it is editable afterwards

@santihernandezS4N
Copy link

I strongly support this feature, that should be awesome, I also understand markdown doesn't allow that but what if an image editor but saving the composition and making it editable in real execution time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion 💬 Issue concerns a discussion.
Projects
None yet
Development

No branches or pull requests

7 participants