You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following [languages are supported](#supported-programming-languages-): C, CPP, Dart, Golang, Groovy, Kotlin, Java, JavaScript, TypeScript, Lean, Lua, CSharp, Prolog, Rust, Python, R, Ruby, Wolfram Mathematica, Haskell, Scala, Racket, F#, Batch, Shell & Powershell, Octave, Maxima, Zig and OCaml.
18
18
19
19
20
20
Python, Rust, and Octave support embedded plots. All languages support ["magic" commands](#magic-commands-) that help you to access paths in obsidian or show images in your notes.
@@ -32,9 +32,15 @@ Take a look at the [changelog](CHANGELOG.md) to see what has changed in recent v
32
32
33
33
34
34
## Featured In
35
-
[](https://www.youtube.com/watch?v=eQz4eAW3ZDk)
36
35
37
-
"Escape ChatGPT. Make your own Code Interpreter EASY" by I Versus AI
36
+
|[](https://www.youtube.com/watch?v=eQz4eAW3ZDk)|](https://img.youtube.com/vi/w7vyavrMYqw/0.jpg)|
37
+
|---|---|
38
+
| "Escape ChatGPT. Make your own Code Interpreter EASY" by _I Versus AI_| "Obsidian & quarto integration" by _Michel's Science Speedrun_|
39
+
40
+
In blogs:
41
+
-["Using Obsidian: Coding Notes" by _Kera Cudmore_](https://www.codu.co/articles/using-obsidian-coding-notes-pqjyljkh)
42
+
43
+
<small>Are you featuring this plugin in your content? Let me know and I will add it here.</small>
38
44
39
45
40
46
## Supported programming languages 💻
@@ -446,6 +452,15 @@ plot2d(sin(x), [x,0,%pi]);
446
452
447
453
</details>
448
454
455
+
<details>
456
+
<summary>OCaml</summary>
457
+
458
+
- Requirements: OCaml is installed and the correct path is set in the settings.
0 commit comments