polyipseity / obsidian-terminal

Integrate consoles, shells, and terminals inside Obsidian.
GNU Affero General Public License v3.0
163 stars 7 forks source link

Feature Request: Start terminal in current directory #12

Closed dlccyes closed 1 year ago

dlccyes commented 1 year ago

In VsCode, the terminal will open in the project root, I wish this plugin does the same

polyipseity commented 1 year ago

Actually, it is already available in the plugin. If you are talking about commands, you just need to choose the Open terminal in root directory: (type) command instead of the Open terminal: (type) command. If you are talking about the Open terminal ribbon, well yes, you are right. But you can change the working directory using the Edit button in the context menu for the terminal tab.

So, I just made some changes to reduce such confusion that will be available in the next release:

I think these should fix the problems you are having.

dlccyes commented 1 year ago

Oh thanks didn't notice the option