christianlemer31 downloadsRender Nushell data files (.nuon) and syntax-highlight Nushell scripts (.nu) using the local Nushell installation.
Render Nushell data files (.nuon) and syntax-highlight Nushell scripts (.nu) using the local Nushell installation.




.nuon file viewer -- open .nuon files directly in Obsidian and see them rendered as colored Nushell tables with nested records, lists, and type-based coloring.nu file viewer -- open .nu scripts with syntax highlighting powered by Nushell's own nu-highlightnuon code blocks -- embed Nushell data inline in your notesnu code blocks -- embed syntax-highlighted Nushell scripts in your notes```nuon
[[name, age, city]; [Alice, 30, Brussels], [Bob, 25, Ghent]]
```
```nu
def greet [name: string] {
print $"Hello, ($name)!"
}
```
main.js, manifest.json, and styles.css from the latest release<vault>/.obsidian/plugins/obsidian-nushell/| Setting | Description |
|---|---|
| Date/time format | strftime format string with presets, or leave empty for natural ("2 days ago") |
| Date/time color | Color for datetime values |
| Filesize unit | Metric (kB, MB) or binary (KiB, MiB) |
| Filesize color | Color for filesize values |
| True/False color | Separate colors for boolean values |
npm install
npm run dev # watch mode
npm run build # production build
A Nushell Plugin Playground folder is included as a test vault. To open it:
use local; local obsidian open