Dimitri Masson
Dimitri Masson
### Description Obsidian-git facilitates collaboration on a single Obsidian vault by allowing users to synchronize their vault to a remote Git repository. However, in the current implementation, one cannot specify...
### Description This Pull Request introduces a new feature to Obsidian-Git, addressing the need to specify the author in commit messages. The enhancement is designed to support collaborative environments, allowing...
**Is your feature request related to a problem? Please describe.** I was trying to add a new macro, and I clicked Delete instead of Configure. There is no configuration, nor...
### Description Currently, when running the ```cz init``` command, Commitizen scans for plugins using the registry populated by ```metadata.entry_points(group="commitizen.plugin")``` in ```commitizen/cz/__init__.py```. However, for providers, while the ```cz version``` command scans...