obsidian-git icon indicating copy to clipboard operation
obsidian-git copied to clipboard

Mobile

Open Vinzent03 opened this issue 5 years ago • 3 comments

Checklist

  • [x] commit
  • [x] push
  • [x] pull
  • [x] status
  • [x] error handling
  • [x] validation check
  • [x] Repository init
  • [x] settings pane with configurations
  • [x] disable status bar on mobile
  • [x] port simple-git to new plugin structure
  • [x] documentation
  • [ ] community security check (I want to check the secure use of the personal access-token)

Vinzent03 avatar Apr 15 '21 18:04 Vinzent03

I want install plugin version on my phone from this branch for tests, how can i do this? Build and replace files main.js and manifest.json at .obsidian folder on my android smartphone not working for me.

hardenchant avatar Jul 27 '21 11:07 hardenchant

@hardenchant You need to remove any node imports. So you have to delete the simple git file. Just ignore the import errors now. I think there is also a child process import in main.ts. this import needs to be deleted too. A bit tricky I know. The only import/require at the top of main.js should be obsidian.

Vinzent03 avatar Jul 29 '21 07:07 Vinzent03

Is there anything we can do to help with this? I am looking forward to this being implemented; this plugin is awesome!!

Ellpeck avatar Feb 11 '22 23:02 Ellpeck

See merged #270

Vinzent03 avatar Aug 14 '22 09:08 Vinzent03