Alex Wang
banner
hialexwang.bsky.social
Alex Wang
@hialexwang.bsky.social
Here's the result:
November 12, 2025 at 2:34 PM
To add visual paddings to an element without shifting layout, previously I learned from Notion's editor that I could set a box-shadow with only the `<spread-radius>`, e.g. `box-shadow: 0 0 0 3px red`. The problem is that `<spread-radius>` is fixed for all sides.
November 12, 2025 at 2:26 PM
Added a virtual selection background to indicate the inline equation node that is being edited.
November 12, 2025 at 2:17 PM
Same for inline equation nodes
November 12, 2025 at 1:51 PM
When building the equation node display, there are several states to consider: empty TeX, TeX containing only whitespace, valid non-empty TeX, and invalid TeX.
November 11, 2025 at 5:20 PM
I wish I could ask questions that cover multiple repositories on deepwiki.com — for example, comparing APIs, architectures, or implementations.
November 6, 2025 at 1:10 PM
Been working on a sleek, new math equation editor with syntax highlighting in PomeloMark, a more intuitive Markdown editor.
November 5, 2025 at 7:31 PM
I’ve been impressed by how well LLMs can untangle obfuscated JavaScript, making it easier to study how frontend magic works.
October 30, 2025 at 3:04 PM
Building a #Markdown editor for editing complicated content with ease.
October 28, 2025 at 5:25 PM
File renaming is also handled.
March 9, 2025 at 8:48 PM
When you rename a symbol in source code using VS Code's "Rename Symbol" feature, canvases that reference the symbol are updated automatically.
March 9, 2025 at 8:46 PM
When you click on a symbol in a canvas, the extension opens the symbol's source code.
March 9, 2025 at 8:43 PM
It's a VS Code extension designed to integrate seamlessly into your software development workflow.
March 9, 2025 at 8:39 PM
An experiment: visual documentation for codebases with JSON Canvas (jsoncanvas.org)
March 9, 2025 at 8:31 PM