varkor

Results 184 comments of varkor

On reflection, this is more difficult than I first thought, since one has to determine which occurrences of `\\` are actually newlines, which I believe requires parsing the LaTeX. KaTeX...

I think the correct solution here would be to disable new lines in **quiver**. I'm not sure this is possible yet with KaTeX, so I've opened https://github.com/KaTeX/KaTeX/issues/3773.

Fixed in https://github.com/varkor/quiver/commit/a239252650751968577a981af20ebbea490fe07c (by disabling newlines).

Unfortunately, I had to revert the fix due to the issue reported here: https://github.com/varkor/quiver/issues/163#issuecomment-1546983693.

@user202729: thanks for the suggestion. I'll look into this issue and #225 this evening.

This is fixed by https://github.com/varkor/quiver/commit/46269555e260cd3da1deb90ebf1a5cd1893fd81c. You can test it out using https://q.uiver.app/dev/. Let me know if you encounter any issues with it. I will push a new version of **quiver**...

I'm going to close this issue, as I think it falls under the purview of #92.

This feature will be available in the next version of **quiver**. You can test it out at https://q.uiver.app/dev. I would appreciate any feedback, since this feature is complex and there...

@ralphS16: thanks for the feedback! - I suppose it is not really necessary to require the `tikzcd` environment block. My intention with this was to make it clear to people...

I've now added a tip when you import a diagram and there are warnings, telling the user that they may press Escape to view the diagram. (If there are no...