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
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The result is shown only after the execution is finished. It is not possible to
14
14

15
15
16
16
17
-
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, and Maxima.
17
+
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 and Zig.
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.
@@ -23,6 +23,8 @@ You can create code blocks that are executed before or after each code block of
23
23
24
24
Take a look at the [changelog](CHANGELOG.md) to see what has changed in recent versions.
25
25
26
+
[Here](#misc-) you can find some other tools and plugins that might are compatible with this plugin and might be useful for you.
27
+
26
28
<divalign='center'>
27
29
28
30
[](https://www.buymeacoffee.com/timwibiral)
@@ -627,9 +629,17 @@ undefined
627
629
To manage the open runtimes for Notebook Mode, you can use the `Open Code Runtime Management` command in the command palette. From this sidebar window, you can stop kernels. **Note: force-stopping requires `taskkill` on Windows and `pkill` on Unix. 99% of systems should have these preinstalled: if yours doesn't, please [file an issue](https://github.com/twibiral/obsidian-execute-code/issues/new/choose)**
628
630
629
631
630
-
## Style Settings 🎨
632
+
## Misc 📦
633
+
### Style Settings 🎨
634
+
635
+
This plugin supports customising styles using the [Style Settings plugin](https://github.com/mgmeyers/obsidian-style-settings)
636
+
or the [Obsidian Code Styler plugin](https://github.com/mayurankv/Obsidian-Code-Styler).
637
+
638
+
### Other Tools
639
+
640
+
Take a look at the [Obsidian Tools python package](https://github.com/mfarragher/obsidiantools) to find some useful
641
+
tools for interacting with your vault.
631
642
632
-
This plugin supports customising styles using the [Style Settings plugin](https://github.com/mgmeyers/obsidian-style-settings). It's possible to customise the color of code block outputs and errors.
0 commit comments