TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

55 点作者 maruhan2超过 7 年前
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 条评论

IvanK_net超过 7 年前
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 未加载
whitingx超过 7 年前
<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 未加载
pjc50超过 7 年前
<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.
smnscu超过 7 年前
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_octet超过 7 年前
<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 未加载
Wevah超过 7 年前
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).
krapp超过 7 年前
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.
Immortalin超过 7 年前
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>
fl0wenol超过 7 年前
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.
cdnsteve超过 7 年前
Maybe Draw.io has something? I know they are a pretty large Confluence addon.
rogerallen超过 7 年前
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>
Yahivin超过 7 年前
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>
BerislavLopac超过 7 年前
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> ?
tomaskafka超过 7 年前
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>
imonroe超过 7 年前
Maybe try Literally Canvas? <a href="http:&#x2F;&#x2F;literallycanvas.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;literallycanvas.com&#x2F;</a>
diyseguy超过 7 年前
I&#x27;ve been wondering why this doesn&#x27;t exist for years
buro9超过 7 年前
Interesting... how do you imagine providing the drawing?
genericacct超过 7 年前
Given the state of most internet fora it would be a dickbutt machine..
na85超过 7 年前
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 未加载