Replies: 1 comment
-
Using wasm-git is probably still not possible, because of the async obsidian file system api. And I don't think it's possible to call commands to any shell from an Obsidian plugin, because the native access is quite restricted. So I currently see no way to support ssh on mobile or ios in specific. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SSH is an essential tool for syncing with git servers that aren't GitHub.
It would be amazing if Obsidian Git could support LibGit2 (either through Javascript bindings like
WASM-Git or by adding a way to call commands in a-shell on iOS (which has LibGit2 preinstalled).
Thanks for the great work.
Beta Was this translation helpful? Give feedback.
All reactions