varkor / quiver

A modern commutative diagram editor for the web.
https://q.uiver.app
MIT License
2.39k stars 78 forks source link

query replace in latex expression? #184

Closed ouboub closed 9 months ago

ouboub commented 9 months ago

Hi,

I have to write a new diagram based on an old one, and one of the changes is to replace \Phi by \Theta

(I don't want to redefine it via a macro)

is there any chance to get a query-replace function? right now I have to edit every box. thanks uwe Brauer

varkor commented 9 months ago

You can replace the text in a text editor, import it into quiver via the "Import tikz-cd" button, and then export it to LaTeX again. I'm not likely to add a native search-and-replace feature to quiver because it would be a fair amount of work.

ouboub commented 9 months ago

ok fair enough, but where is this button, I can't find it, nor can I find it in the keybinding menu

varkor commented 9 months ago
image

It's at the bottom of the page, next to the export buttons. If you don't see it, you may need to clear your cache and refresh the page.

ouboub commented 9 months ago

hm I installed quiver on my machine (a month ago, so it should be recent) here is what I see quiver

ouboub commented 9 months ago

oh I see, I can see this button on the website but not on my local machine, I am using commit

2d222aaa21d75290be07256551f244a38e45f653
ouboub commented 9 months ago

ok I pulled and recompiled, problem solve thanks