You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Awesome work here and thanks for the video. It really helps getting into it at first!
I skimmed through the documentation and can't find how to handle my current use-case: I use multiple (two actually) computers; One is my personal machine with, say, ~/code/* and the other is my work machine with ~/code/{perso,pro}/*.
Basically, the ~/code on my personal box contains the same directories as ~/code/perso on the employer-provided system.
I see one can tell where to store Mind's metadata and I've not issue with sharing them through a NextCloud instance or whatever fits here.
My question is actually about the CWD-based trees: I'd love to have a way to set some sort of custom root so that I can tell Mind that ~/code and ~/code/perso are the same base path when it comes to this kind of tree. Is this feasible?
I understand the easy solution is to use local trees but there is no way I clutter my coworkers filesystem with Mind files.
Many thanks in advance for your insights and kudos to you for this awesome piece of code!