-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when expanding folders #43
Comments
also getting a (different) error expanding on other folders, such as:
|
I have not tried to use xiki in any other editor, if this is bug is actually a bug of xiki itself, please let me know and I will repost the issue there. |
SublimeXiki has a very minimal approach to integration. When I originally integrated, I didn't see a good way to run commands through Xiki, so I implemented it myself in Sublime (which allowed me to do nice async output). This means commands like An easy solution to the |
wait, so are you saying this is a re-implementation of xiki? |
No. There's a Xiki command-line interface. It didn't give me a good way to do things like directory trees and executing shell commands, so I wrote that part myself. All of the errors you saw before are output from the Xiki command-line interface. I don't know how the nested command feature works inside Xiki. |
I see, |
Ah, I just posted this as an issue on the main Xiki repo. This directory not working business is pervasive in the menus. It really needs to be fixed. I can't even run through the example command: docs
see this gist: https://gist.github.com/joenorton/639221efab83ad505add |
ctrl+shift+p
=>Create Xiki Buffer
I tried to expand a folder that was outputted by
ls
and got the following error:The text was updated successfully, but these errors were encountered: