superle3
superle3
Concealment of at least all the mathjax commands/symbols like in https://github.com/artisticat1/obsidian-latex-suite and https://github.com/lervag/vimtex. Example from obsidian latex suite: This would make it easier to navigate the latex code in large...
# Description using absolute paths on windows doesn't work # To reproduce Set the `PDFVIEWER` environment variable to an absolute path like `C:\Program Files\SumatraPDF\SumatraPDF.exe` and run the following in powershell...
### Issue Summary I have tried it on Obsidian, overleaf and a blank document and `\set{` throws an exception instead of returning html with error code. (For other error latex...
# Proposed Changes * Don't override `per_page` parameter * update readme to state 100 is used instead of the 10 default when it is not specified, but we specify it...
# Describe the bug PaginatedList hasn't been updated for the `combine_kwargs` method. It expects `**kwargs` being formatted as `PaginatedList(..., **kwargs)` instead of `PaginatedList(...,_kwargs=combine_kwargs(**kwargs))` or `PaginatedList(..., kwargs=combine_kwargs(**kwargs))`. Some functions use `_kwargs=..`...
When expanding snippets, keep the same indentation and blockqoute level. When a `\t` is after a `\n` then those get converted to the next tablevel. so you get ``` -...
# Description of the Problem ~~Display math is not rendered inside callouts, so you're writing without a preview and~~ callouts (`>`) are not repeated in new lines # Description of...
the snippet "${SYMBOLS} (hat|dot|bar|vec|tilde|und)" doesn't make sense for most default symbols.
Fixes #316 Currently when the cursor was at the beginning or at the backticks the cursor would not go over the codeblock's syntaxnodes, instead going over their children and skipping...
fix #331, when the fraction is at the beginning of the line, replace it with a space instead of the empty string. Then home key has something visually to grab...