mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Update 2025-02-24
Update 2025-02-03 Update 2025-02-04 Update 2025-02-09 Update 2025-02-14 Update 2025-02-15 Update 2025-02-22 Update 2025-02-24
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# hide-preview.yazi
|
||||
|
||||
> [!WARNING]
|
||||
> This plugin has been deprecated. Please use the new [toggle-pane.yazi](../toggle-pane.yazi) instead.
|
||||
|
||||
Switch the preview pane between hidden and shown.
|
||||
|
||||
https://github.com/yazi-rs/plugins/assets/17523360/c4f0b5c4-ff9f-4be8-ba73-4d8e7902e383
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
--- @since 25.2.7
|
||||
--- @sync entry
|
||||
|
||||
local function entry(st)
|
||||
ya.notify {
|
||||
title = "Deprecated plugin",
|
||||
content = "The `hide-preview` plugin is deprecated, please use the new `toggle-pane` plugin instead: https://github.com/yazi-rs/plugins/tree/main/toggle-pane.yazi",
|
||||
timeout = 10,
|
||||
level = "warn",
|
||||
}
|
||||
|
||||
if st.old then
|
||||
Tab.layout, st.old = st.old, nil
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user