You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have time, I would like to make a fork of drgrice1/tikzjax to address the following issues.
Possible Improvements
Currently, the tikzjax document is only rendered when a <script type="tikz"> element is detected on the page. It would be great if there were a way to manually invoke the renderer, for more control.
Override the default "loading spinner" provided by tikzjax.
Add a way to control the attributes of the SVG output. For instance, a "scale" parameter to the rendering function which multiplies the width and height attributes of the SVG by a fixed amount.
When there are TeX rendering errors, find a way to store them in a string rather than printing them line by line to the console. This would make it possible to display the errors to the user.
Simplify the build process
Make it easier to include custom *.sty files, such as quiver.sty from q.uiver.app
some basic symbols & packages are missing, for example \ulcorner and \lrcorner for commutative diagrams
When I have time, I would like to make a fork of
drgrice1/tikzjax
to address the following issues.Possible Improvements
tikzjax
document is only rendered when a<script type="tikz">
element is detected on the page. It would be great if there were a way to manually invoke the renderer, for more control.tikzjax
.width
andheight
attributes of the SVG by a fixed amount.string
rather than printing them line by line to the console. This would make it possible to display the errors to the user.*.sty
files, such asquiver.sty
from q.uiver.app\ulcorner
and\lrcorner
for commutative diagramsUseful Information
forks of tikzjax:
drgrice/tizkzjax
and the originalkisonecat/tikzjax
\begin{document}
), thereby makingtikzcd
possiblearisticat1/obsidian-tikzjax
also has a fork,aristicat1/tikzjax
, see the diffaristicat1/dvi2html
output-single-file
branch seems to be the most up to datesome of the issues filed in the
obsidian-tikzjax
repo have useful information:The text was updated successfully, but these errors were encountered: