Jack
Jack
Do you mean defining a variable in one code block then importing it from another? I was thinking implementing that at some point. There are also preambles in the settings...
Defining something in the frontmatter would be possible that then affects all code blocks in the same file. However this won't work for math blocks as they don't have any...
Unfortunately I don't have access to an apple device so I haven't been able to do any testing on iOS. Could you give me some more details? > All features...
Thanks for the info! I've had a look at the code as an access denied error can't be thrown on mobile on a file read attempt, only before within the...
Thank you! I'm not sure I can diagnose this issue without an apple device with me as there should be more error messages than this... I have a bad feeling...
> Could you not get around this by allowing typst packages and the WASM bundle to be stored in a user-defined folder in the vault (#52)? Once that is done,...
I don't know anything about how obisidian pdf export works, but if I had to guess its because the Typst parts either aren't given time to render or don't know...
> Can an Obsidian plugin re-render when the theme changes? I'm not aware of an event fired by Obsidian for it and it could be possible using a [Mutation Observer](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver)...
I can reproduce this as well, it looks like at some point the custom HTML element that renders the Typst source code gets reset or recreated. The error is from...
I guess something can be set in the front matter to override the override? I'll have a look into it :)