polyipseity
polyipseity
Ok, it makes sense now. I have ^technically^ fixed the problem that disabling `useWin32Conhost` fails to escape the executable name properly. In this sense, the issue is resolved. (086914744808bc0f315f3e4e08c58bc95b673017) However,...
Closing this because this is related to argument/path escaping, and I believe the above should handle all cases now. GIt Bash still does not work without `conhost.exe`, but this is...
Have you installed Python and these packages using `pip`? ```shell pip3 install psutil==5.9.5 pywinctl==0.0.50 typing_extensions==4.7.1 ``` 
> Yes, just checked it and the exact versions are installed If you open the developer console in Obsidian, it should show more detailed error messages. Could you show it...
(Ignore the content collapsed below, you are on Windows so this could not have been applied to you.) I think this is probably caused by Obsidian being installed using Snap...
Thank you for your report. The `TerminalTextArea` is only used for the developer console, but not for native terminals, so it is irrelevant. I believe it might be more related...
I see the problem now. I will see how it happens and try to fix it.
For the same reason outlined here ([#6](https://github.com/polyipseity/obsidian-terminal/issues/6#issuecomment-1420340220)), I don't think it is possible. tldr this plugin is already a terminal emulator, so you cannot integrate a terminal emulator into a...
Hello. On Windows, you should install Python and some packages for best experience (): 1. Install Python 3.10/+. 2. `pip3 install psutil==5.9.5 pywinctl==0.0.50 typing_extensions==4.7.1` 3. Configure Python executable in plugin...
Could you describe what happens if you try to type them? Do they just not appear?