Allow the Git root to live above the vault folder
d
dacuoi
Imported from GitHub feature request.
Source issue:
- #383 Feature Requests & Improvements for Views, Types, and Git Integration — https://github.com/refactoringhq/tolaria/issues/383
Reporter:
- @dacuoi
Original context from GitHub:
The reporter uses Tolaria in a real-world project where the vault can live inside a larger repository, such as a docs/ directory next to source code. They want Tolaria to support selecting a Git root above the vault folder instead of forcing Git integration to live only at the vault root.
Why this matters:
- fits monorepos and mixed docs-plus-code repositories better
- avoids awkward workarounds such as submodules
- makes Git behavior align with how many teams already structure projects
Pavel Svitek
This is great feature request, I have project repo which has /docs subfolder which I want to open with Tolaria.
Reasons can be various:
- monorepo with a lot of projects
- many MD files within the project or dependencies (eg. node_modules/)