D. Zack Garza
D. Zack Garza
Just wanted to +1, and add that even just re-parsing existing exports might be useful. Sometimes it's easier to export to a text editor to label objects (e.g a long...
Regarding ordering in the sidebar: is there an easy way to have the ordering just reflect the filename ordering? (As opposed to inferred note title, or specifying a manual ordering...
For ordering by filename over note title: the use case here is to have book-like subdirectories, where it's convenient for other command-line compilation toolchains to just glob the directory and...
Seems reasonable, although I'd be perfectly happy in my case to blindly apply syntax highlighting/concealing to the special case of anything between (e.g.) \begin{align} and \end{align}. If this is something...
@avivrosenberg Unfortunately not, and I don't quite know enough to figure out how to patch it in either! I imagine this must be taken care of in some other latex-specific...
I may be able to help with this somehow - am I correct in thinking that it would just require passing in a filename and setting the `dest` parameter at...
Like perhaps something like this instead? ```javascript public async htmlExport({ offline = false, runAllCodeChunks = false, outputDirectory = null // Changed }): Promise { const inputString = await utility.readFile(this.filePath, {...
Just wanted to mention that tikzcd would probably suffice for a lot of people!
Will this actually work though? I seem to remember that \includegraphics has some issues with SVG in usual latex, see this Tex SE question for all of the various workarounds...
I'm not entirely sure how the library version of Mathjax works, but when it's included in web pages through a script tag, there are separate options for either loading the...