From e4b81c4ecaba80c8406b983c8fa561c889b35549 Mon Sep 17 00:00:00 2001
From: Anirudh Gupta <146579014+AnirudhG07@users.noreply.github.com>
Date: Mon, 8 Jul 2024 04:18:32 +0530
Subject: [PATCH] docs: add nbpreview.yazi (#92)

Co-authored-by: sxyazi <sxyazi@gmail.com>
---
 docs/plugins/utils.md | 12 ------------
 docs/resources.md     |  8 ++++++--
 2 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/docs/plugins/utils.md b/docs/plugins/utils.md
index b464bda7..47c5c1d5 100644
--- a/docs/plugins/utils.md
+++ b/docs/plugins/utils.md
@@ -191,18 +191,6 @@ ya.err("Hello", "World!")                       -- Multiple arguments are suppor
 ya.err({ foo = "bar", baz = 123, qux = true })  -- Any type of data is supported
 ```
 
-### `raw_err(msg)` {#ya.raw_err}
-
-Append a message to [the log file](/docs/plugins/overview#logging) at the error level, and keep the message as it is:
-
-- `msg` - Required, the message to be logged, which is a string.
-
-```lua
-ya.raw_err("Hello, World!")
-```
-
-The nightly version of Yazi is required at the moment.
-
 ### `sync(fn)` {#ya.sync}
 
 See [Async context](/docs/plugins/overview#async-context).
diff --git a/docs/resources.md b/docs/resources.md
index 8dcd9ce0..4eee96b7 100644
--- a/docs/resources.md
+++ b/docs/resources.md
@@ -35,7 +35,11 @@ Archives:
 
 BitTorrent:
 
-- [torrent-preview.yazi](https://github.com/kirasok/torrent-preview.yazi) - Preview "\*.torrent" files using [transmission-cli](https://github.com/transmission/transmission)
+- [torrent-preview.yazi](https://github.com/kirasok/torrent-preview.yazi) - Preview "\*.torrent" files using [transmission-cli](https://github.com/transmission/transmission).
+
+Jupyter Notebooks:
+
+- [nbpreview.yazi](https://github.com/AnirudhG07/nbpreview.yazi) - Preview jupyter notebooks(\*.ipynb) files using [nbpreview](https://github.com/paw-lu/nbpreview).
 
 ## 🧩 Functional plugins {#functional}
 
@@ -73,7 +77,7 @@ File actions:
 
 General command enhancements:
 
-- [augment-command.yazi](https://github.com/hankertrix/augment-command.yazi) - Enhances a few Yazi commands with better handling of the choice between selected items and the hovered item. It also auto-extracts archives and has bidirectional skipping of directories with a single sub-directory, while also including quite a few of the plugins on the [tips page](/docs/tips) like `smart-enter`, `smart-paste`, `parent-arrow` and more.
+- [augment-command.yazi](https://github.com/hankertrix/augment-command.yazi) - Enhances a few Yazi commands with better handling of the choice between selected items and the hovered item.
 
 UI enhancements: