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
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
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