Live data from Hacker News

I use Excalidraw to manage my diagrams for my blog

blog.lysk.tech

71–80 of 120 posts

Re: I use Excalidraw to manage my diagrams for my blog

#72
post #22

I love diagramming, but I genuinely don't understand how people can use these wonky looking tools. It looks off, I had to make my own[1] to create something that's easy to use and looks good/normal. [1] https://grafly.io

https://news.ycombinator.com/item?id=47503348

Re: I use Excalidraw to manage my diagrams for my blog

#75
post #22

I love diagramming, but I genuinely don't understand how people can use these wonky looking tools. It looks off, I had to make my own[1] to create something that's easy to use and looks good/normal. [1] https://grafly.io

The best way to drive adoption to your product is to not shit on someone else's labour of love. Just a little pro-tip.

Re: I use Excalidraw to manage my diagrams for my blog

#77
post #76

Obsidian also offers a full excalidraw integration

Not what I needed - my concepts life in one excalidraw, containing multiple frames of interest like https://github.com/martin-lysk/martin-lysk/blob/main/blog/26.... The blogposts reference some of them like here: https://blog.lysk.tech/nfs3-event-side-channel

Re: I use Excalidraw to manage my diagrams for my blog

#78

I have noticed diagrams are most useful early in thinking, but once things get complex they either become outdated or too hard to maintain. Curious how people here deal with that, do you keep diagrams in sync with code, or treat them as disposable?

I have reverted to using mermaid where we are beyond the ideation phase. Then the mermaid code can live next to the document source, and I need not search for the original diagram file to edit and export. Confluence has a nice mermaid plugin.

That way, the diagram source and

Re: I use Excalidraw to manage my diagrams for my blog

#80
post #22

I love diagramming, but I genuinely don't understand how people can use these wonky looking tools. It looks off, I had to make my own[1] to create something that's easy to use and looks good/normal. [1] https://grafly.io

Questions:

1. Will you be making the source code public?

2. How to export the JSON for SCM, then re-import for updating/maintenance?

Post reply on HN