Live data from Hacker News

Excalidraw whiteboard – easily sketch diagrams with a hand-drawn feel

github.com

31–40 of 56 posts

Re: Excalidraw whiteboard – easily sketch diagrams with a hand-drawn feel

#31
post #30

Neat! I wonder if there is a way to modify something like xfig to output in hand drawn "look". Collaborative editing is of course also very good and tools like xfig don't have it. I guess I'm wondering aloud if it makes sense to see "hand drawn look", collaborative editing and cloud storage/saas as orthogonal issues.

Eg would be great to add 'hand drawn look' to other tools like graphviz without having to hugely modify the underlying tool, e.g. graphviz.

Re: Excalidraw whiteboard – easily sketch diagrams with a hand-drawn feel

#32
post #25

I found the default font has the problematic side-effect that when shared through a zoom/google meet type platform, the 'handwriting' becomes illegible. This has annoyed me a lot at $company, which uses it widely.

You should file an issue on the repo - folks working on it are super open to contributions.

Totally! I was annoyed by the default 'jump back to selection' so I created a PR to lock that (with the little lock on the right). It took about 10 minutes after PR approval to merge to production. Really nice.

Re: Excalidraw whiteboard – easily sketch diagrams with a hand-drawn feel

#33
post #9
post #8

For quick sketches during sprint planning meetings or design sessions, I started using Witeboard.com a couple of years ago but have been experimenting with Excalidraw for the past two months. TL;DR: I still tend to use Witeboard.com for quick sketches, but if I plan on doing something more complicated and not time-sensitive I use Excalidraw. What I like about Witeboard.com: - fast to load and easy to get started - qu…

- Preventing me from switching to it: once a tool (ie. pencil) is used for a stroke, it reverts back to mouse cursor (I'd rather have it stay as pencil and hit 1 for it to switch to a cursor) There is a little lock icon next to the drawing tools which enables you to lock a tool, so it won't revert back.

Fun fact: I added this to Excalidraw for this exact reason! It was super annoying.

Re: Excalidraw whiteboard – easily sketch diagrams with a hand-drawn feel

#34
post #33
post #9

Earlier quoted context omitted.

- Preventing me from switching to it: once a tool (ie. pencil) is used for a stroke, it reverts back to mouse cursor (I'd rather have it stay as pencil and hit 1 for it to switch to a cursor) There is a little lock icon next to the drawing tools which enables you to lock a tool, so it won't revert back.

Fun fact: I added this to Excalidraw for this exact reason! It was super annoying.

Ah thanks, I’ll give this a try!

Re: Excalidraw whiteboard – easily sketch diagrams with a hand-drawn feel

#35
started using this 1 month ago - now is my go-to. only things annoying (other than no-cloud backend as people note) is that the naming convention is a little funky (but once you get a file named it persists to img outputs as well).

Lowers the bar for diagrams. And keyboard shortcuts super handy too.

Re: Excalidraw whiteboard – easily sketch diagrams with a hand-drawn feel

#36
this is brilliant. thank you so much for creating this.

this also has end-to-end encryption built in. I think it should be the default and no hidden in a hard-to-find section.

I wish it would export in the Mermaid format - https://mermaid-js.github.io/mermaid/#/

Re: Excalidraw whiteboard – easily sketch diagrams with a hand-drawn feel

#40
post #21

Earlier quoted context omitted.

Yes it does.

When using the stylus, it doesn't support pressure sensitivity (I just tried with my Wacom). I created doodledocs.com as a side project, which does support it (and almost doesn't support anything else :P). The code is open source and also purely front-end based. So the Excalidraw authors can see how it could be implemented. It's basically Bresenham's algorithm combined with the DOM API. The code is at https://github.…

The relevant part: https://github.com/melvinroest/doodledocs/blob/master/app/co...
Post reply on HN