wtianyi

Results 10 comments of wtianyi

Just wanted to mention [this discussion in the old vis repo](https://github.com/almende/vis/issues/723) and some potentially helpful resources. So there are projects trying to enable vector image creation (svg, pdf) with canvas...

> Both the linked libraries seem pretty dead to me (canvas2svg has no commits since 2017, canvas2pdf will be commit free for a year next week). Very true. I guess...

I came to this post with the same need and ended up with tinkering my own implementation that collect node titles (content text can be shown if used with `org-transclusion`)...

It seems easier than I initially expected, so I took a stab. #229 Being new to ELisp, I have a remotely related and probably dumb question: How come the `elsa-form-*-p`...

Thank you! This is very helpful!

It seems that guarding the match data with `save-match-data` solves my problem: ```elisp (let ((syntax-ppss-data (save-match-data (syntax-ppss)))) (unless (or (nth 4 syntax-ppss-data) (and (< 0 (car syntax-ppss-data)) (not (and (=...

Ah thanks for the information! I should have looked at the syntax more closely. Not sure if I'll be able to, but if I have a more proper fix I'd...

Actually I have some more questions: Currently `elsa--analyse:let*` breaks with an `Invalid read syntax: "Expected form"` error encountering a `(VALUEFORM)` entry (not binding anything) in the `VARLIST`. Do we want...

Does `workspace-back-and-forth` work for your purpose?

Mostly this can be done with the system window-switching shortcut of macOS: `⌘-`, except that this shortcut will work among windows across screens, so in some scenarios it will not...