Jakob

Results 5 issues of Jakob

**Describe the bug** A card which should contain some latex code with {} won`t get rendered in Anki. **To Reproduce** - Steps to reproduce the behavior: Write Markdownfile containing `Test:...

bug

**Describe the bug** Latex/Mathjax containing two `*`-symbols doesn't get generated correctly. **To Reproduce** - Steps to reproduce the behavior: 1. Generate a card with the markdown specified below **Expected behavior**...

bug

Hi, first off I wanted to say that this project is really amazing and finally allowed me to control the fan speed. But when I wake my Laptop up (after...

I just updated Obsidian to v1.6.5 and now `TypeError: Cannot read properties of undefined (reading 'compile_svg')` gets displayed for every typst-field. This happens for math-fields (with `$` or `$$`) and...

bug

I have the following code: ``` use egui_graphs::{Graph}; use serde::Serialize; #[derive(Serialize)] pub struct BasicApp { g: Graph, } ... ``` and my `Cargo.toml` dependencies look like this: ``` [dependencies] egui_graphs...