TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Are there drawing tool plugins to be used within forums?

55 pointsby maruhan2over 7 years ago
I&#x27;m looking for discussion forum websites (e.g. stack overflow) that has a built in drawing tool in its text editor.<p>Are there any out there?<p>And are there any tools&#x2F;plugins to do this on your own website?

19 comments

IvanK_netover 7 years ago
Whenever I need to draw something, I open <a href="https:&#x2F;&#x2F;www.Photopea.com" rel="nofollow">https:&#x2F;&#x2F;www.Photopea.com</a> in the browser (loads very fast) and draw the thing. Then I press File - Publish on Imgur (the new panel opens with the PNG image on Imgur). Then I just copy the URL and paste it into a forum &#x2F; chat.<p>You can also paste the screenshot into Photopea and draw into it, crop it etc.<p>BTW. I am an author of Photopea :) It has an API, that allows embedding it into a website (<a href="https:&#x2F;&#x2F;www.photopea.com&#x2F;api&#x2F;playground" rel="nofollow">https:&#x2F;&#x2F;www.photopea.com&#x2F;api&#x2F;playground</a>), but I am not aware of any large website using it.
评论 #15544180 未加载
评论 #15542407 未加载
评论 #15563265 未加载
whitingxover 7 years ago
<a href="https:&#x2F;&#x2F;ux.stackexchange.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ux.stackexchange.com&#x2F;</a> &lt; has a built in version of the Balsamiq (<a href="https:&#x2F;&#x2F;balsamiq.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;balsamiq.com&#x2F;</a>) UI drawing tool.<p>There is a write up on the integration here - <a href="https:&#x2F;&#x2F;blog.balsamiq.com&#x2F;uxstackexchange&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.balsamiq.com&#x2F;uxstackexchange&#x2F;</a>
评论 #15541687 未加载
pjc50over 7 years ago
<a href="https:&#x2F;&#x2F;electronics.stackexchange.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;electronics.stackexchange.com&#x2F;</a> has an embedded circuit editor from <a href="https:&#x2F;&#x2F;www.circuitlab.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.circuitlab.com&#x2F;</a> , and it works extremely well.
smnscuover 7 years ago
Probably not what OP is looking for, but you can &lt;pre&gt; an ASCII diagram. It&#x27;s my favorite way to add more info to a particularly complex piece of code (parsers, state machines, etc.), right there in a comment. You need to update the diagram when shit changes, which is pretty annoying, but all in all it&#x27;s a fun, quirky way to improve the source code reading experience.<p><a href="http:&#x2F;&#x2F;asciiflow.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;asciiflow.com&#x2F;</a>
评论 #15542032 未加载
angry_octetover 7 years ago
<a href="https:&#x2F;&#x2F;go.gliffy.com&#x2F;go&#x2F;html5&#x2F;launch" rel="nofollow">https:&#x2F;&#x2F;go.gliffy.com&#x2F;go&#x2F;html5&#x2F;launch</a><p>Not embedded and it&#x27;s horribly expensive, but very nice. There are a bunch of similar systems, but not quite as smooth.<p>draw.io is licenced under APL and usable. <a href="https:&#x2F;&#x2F;github.com&#x2F;jgraph&#x2F;drawio" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jgraph&#x2F;drawio</a><p>Then there is the horrible but very practical: <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;drawings&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;drawings&#x2F;</a>
评论 #15552406 未加载
Wevahover 7 years ago
Sugar (<a href="https:&#x2F;&#x2F;github.com&#x2F;elektronaut&#x2F;sugar" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;elektronaut&#x2F;sugar</a>) has a custom drawing tool (called Napkin), though it’s pretty bare-bones (line-drawing only) and uses Flash (eugh).
krappover 7 years ago
Futaba style imageboards used to come with a Java applet called oekaki that let people draw and post images.<p>I wouldn&#x27;t recommend trying to track it down, though.
Immortalinover 7 years ago
Try Minipaint: <a href="https:&#x2F;&#x2F;github.com&#x2F;viliusle&#x2F;miniPaint" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;viliusle&#x2F;miniPaint</a><p>See this for example: <a href="https:&#x2F;&#x2F;github.com&#x2F;Immortalin&#x2F;Greeting-Card-Creator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Immortalin&#x2F;Greeting-Card-Creator</a>
fl0wenolover 7 years ago
When I first saw the headline I was thinking did you mean oekaki-style drawing? In which case... ChickenPaint<p><a href="https:&#x2F;&#x2F;github.com&#x2F;thenickdude&#x2F;chickenpaint" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;thenickdude&#x2F;chickenpaint</a><p>But I take it you meant more like Visio or Powerpoint style stuff, for that I got nothing.
cdnsteveover 7 years ago
Maybe Draw.io has something? I know they are a pretty large Confluence addon.
rogerallenover 7 years ago
Seems like markdeep would be straightforward to add. <a href="https:&#x2F;&#x2F;casual-effects.com&#x2F;markdeep&#x2F;" rel="nofollow">https:&#x2F;&#x2F;casual-effects.com&#x2F;markdeep&#x2F;</a>
Yahivinover 7 years ago
Here&#x27;s one I wrote: <a href="https:&#x2F;&#x2F;danielx.net&#x2F;pixel-editor&#x2F;" rel="nofollow">https:&#x2F;&#x2F;danielx.net&#x2F;pixel-editor&#x2F;</a>
BerislavLopacover 7 years ago
Something like <a href="https:&#x2F;&#x2F;awwapp.com&#x2F;info&#x2F;?section=embed" rel="nofollow">https:&#x2F;&#x2F;awwapp.com&#x2F;info&#x2F;?section=embed</a> ?
tomaskafkaover 7 years ago
Nice and simple tool for &#x27;draw an image, get url&#x27; is <a href="https:&#x2F;&#x2F;scri.ch" rel="nofollow">https:&#x2F;&#x2F;scri.ch</a>
imonroeover 7 years ago
Maybe try Literally Canvas? <a href="http:&#x2F;&#x2F;literallycanvas.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;literallycanvas.com&#x2F;</a>
diyseguyover 7 years ago
I&#x27;ve been wondering why this doesn&#x27;t exist for years
buro9over 7 years ago
Interesting... how do you imagine providing the drawing?
genericacctover 7 years ago
Given the state of most internet fora it would be a dickbutt machine..
na85over 7 years ago
Why not let your users draw in the multitude of tools already out there that work better than some half baked js monstrosity and then allow them to just embed PNGs or jpegs?
评论 #15541216 未加载
评论 #15541196 未加载