Tim Wibiral

Results 127 comments of Tim Wibiral

Hi @conneroisu , I agree entirely that MATLAB is an excellent language (it is even mentioned in the README). But implementing all the features mentioned takes a lot of time...

Hi @JCzz I am unsure how multipass works exactly. Is it another kind of shell (like zsh etc)? Or is it a normal program that is executed within a shell?

Hi Christian, thank you for the suggestion, I will look into it to see if I can make it work with the plugin mentioned. As long as the obsidian-marp-plugin works...

Hi! I think the problem with the second block is some parsing issue. We only use a simple regex to find the magic commands like @html. The problem with the...

Hi, that's a neat idea! I think we can implement it easily in TypeScript so that it automatically works for all supported languages.

For me this works without problem when notebook model is disabled. Did you try that? (Notebook mode is a bit hacky and only works by implementing a Read-Eval-Print-Loop that probably...

One way to solve this could be if we implement line numbering for this plugin. This way we can adapt the line numbers to the lines in the errors and...

That's an interesting idea! How do we handle it if the username given is different from the username of the current user? What happens if I use different paths (or...

Feature is now implemented by #384 and will be released soon.

Try to run the following command beforehand: `Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass`