Replies: 3 comments 6 replies
-
We can do this for create, by removing Workaround: on |
Beta Was this translation helpful? Give feedback.
-
There is no good way of doing it while directories are collapsed, it's impossible for plugin to guess what user means. Potential solution: add an api action to toggle(& turn on/off) collapsing, user could uncollapse directories temporarily either by
|
Beta Was this translation helpful? Give feedback.
-
Additionally, if you try to delete it will try to delete |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have
group_empty = true
in my config and I have the the following collapsed directories/foo/bar/lol
with
foo
,bar
andlol
empty other than the directories specified here.If I copy some file using
api.fs.copy.node
, how do I paste it for example inside the directorybar
?If I place the cursor on the line with
/foo/bar/lol
it always pastes intolol
.Beta Was this translation helpful? Give feedback.
All reactions