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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: An online collaborative UML editor using PlantUML

116 点作者 AlexITC大约 5 年前

9 条评论

AlexITC大约 5 年前
Hi,<p>I built CollabUML after the need to work on designing systems with my peers, instead of screensharing, it&#x27;s simpler to go into a website and start collaborating, it saves bandwidth which can be a problem sometimes, and it allows your peers to do edits instead of just telling you want to modify.<p>After thinking a bit and talking with people, looks like it can be useful for system design interviews.<p>I&#x27;m still thinking how to evolve it, if you have any ideas, let me know.<p>Be aware that anyone can go to any board, hence, avoid placing private information.<p>Thanks.
评论 #22956722 未加载
评论 #22978488 未加载
curlednetcat大约 5 年前
The HackMD version of CodiMD[1] also supports this, letting you collaboratively edit a PlantUML diagram embedded in a Markdown document.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;hackmdio&#x2F;codimd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hackmdio&#x2F;codimd</a><p>Some improvement suggestions:<p><pre><code> * Implement shareable URLs (the session name should be in the URL). * Don&#x27;t immediately prompt a session name but explain the purpose of the website. * Link the PlantUML documentation.</code></pre>
评论 #22956335 未加载
arunc大约 5 年前
Couldn&#x27;t resist myself from modifying the default diagram.<p><pre><code> CollabUML -&gt; You ++: Welcome to CollabUML, The collaborative UML editor return Sounds good, but How do I use it? CollabUML --&gt; You : Just share the url with anyone CollabUML --&gt; You : and start collaborating CollabUML -&gt; You ++: It&#x27;s very handy for designing systems with your peers return How does it works? CollabUML -&gt; You ++: It&#x27;s powered by https:&#x2F;&#x2F;plantuml.com \nBe sure to check their docs to see the wonderful things you can do\n Just like this sequence diagram return Awesome!</code></pre>
blm大约 5 年前
I get an error about the browser not supporting cookies. In the browser console I get this:<p><pre><code> A cookie associated with a cross-site resource at http:&#x2F;&#x2F;64.225.122.27&#x2F; was set without the `SameSite` attribute. It has been blocked, as Chrome now only delivers cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application&gt;Storage&gt;Cookies and see more details at https:&#x2F;&#x2F;www.chromestatus.com&#x2F;feature&#x2F;5088147346030592 and https:&#x2F;&#x2F;www.chromestatus.com&#x2F;feature&#x2F;5633521622188032. </code></pre> Chrome Version 80.0.3987.163 (Official Build) (64-bit) on a Apple MacOS
评论 #22960938 未加载
lovasoa大约 5 年前
All I am getting is :<p><pre><code> TypeError: pad.collabClient is null in http:&#x2F;&#x2F;64.225.122.27:9001&#x2F;javascripts&#x2F;lib&#x2F;ep_etherpad-lite&#x2F;static&#x2F;js&#x2F;pad.js?callback=require.define at line 3&#x27;</code></pre>
评论 #22956348 未加载
ifoundthetao大约 5 年前
Friendly tip: you should sanitize your inputs &#x2F; ouput.
评论 #22956547 未加载
Yhippa大约 5 年前
Cool idea! Really like UML and am sad that it doesn&#x27;t get used as often as it should.
评论 #22961045 未加载
astrea大约 5 年前
I&#x27;m curious as to how it gets usernames as I never input that anywhere.
评论 #22958312 未加载
user5994461大约 5 年前
Opened from a mobile and it doesn&#x27;t seem to work.
评论 #22961005 未加载