Vinzent

Results 352 comments of Vinzent

> At the moment, the source is only available for the Obsidian repo What do you mean? The plugin works in every vault.

Looks really promising! Thanks for that fix. Will test later or start next week. Please ignore all tests other than the format test. I've messed them up in my latest...

Have you tested this on normal windows without wsl? I'm getting the following error: ``` not a git repository (or any of the parent directores): .git ``` So I don't...

Did you encounter one of these two branches being null? I'm pretty sure the ref for a Tree can also just be the branch name.

When digging the code of `TREE()` it uses `resolveRef()', just like you do now manually. I don't see what this pr actually changes.

I don't have that issue when shrinking the window size. Do you use any theme or custom css snippets?

The real issue here is the minimal theme, which somehow occupies the gutter, which the line authoring uses. It happens in full screen as well, with readable line length disabled....

Interesting idea, but I really don't plan to add that anytime soon.

Sorry for taking so long to react to this pr. Where do you see these error messages? As notices in the obsidian ui or only as logs in the console?...

I think the correct way to solve this is to implement the same offline detection of `SimpleGit` in `IsomorphicGit` by reading the error message. So no need for `Navigator.onLine` or...