NomarCub
NomarCub
I have some code blocks without a language (eg. AdBlock filters). Is there no other distinction between the two types of code blocks?
I've had the same experience with mouse navigation. I agree that the app feels good to use, but wouldn't take for granted what's intuitive for people. Seeing shortcuts, or a...
I know about fullscreen. You'd need to remake the buttons in your own top bar unfortunately. There are many programs that do this.
Is there a ticket for an actual "Limit download queue" feature (as in limit them to a number)? I looked around, but the issues are a mess.
I found this request also related to branches, creating and deleting them: https://github.com/denolehov/obsidian-git/issues/132
There's a "Username on your git server" option on mobile now. Could that be brought over to desktop? Would that solve your problem?
I imagined the plugin wouldn't need to check the git log periodically, only on startups and before scheduled backups, like with `loadLastAuto()` in `init` now. Are you open to me...
For anyone still interested, I found a workaround with git hooks. It works well for me on Windows. I made a post commit hook (in `.git/hooks/post-commit`), that overwrites the plugin's...
> The plugin's auto-backup internal timer is reset once you manually commit from within Obsidian. Tracking commits made from outside of Obsidian would be overkill. This seems to be broken...
I seem to remember this was fixed, but maybe not. Either way, it doesn't work now. I hope you can reproduce it. Is the `.obsidian-git-data` file no longer used at...