mirnovov / obsidian-homepage

An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
MIT License
375 stars 18 forks source link

Data lost ... #24

Closed merlinuwe closed 1 year ago

merlinuwe commented 1 year ago

Summary

When I delete all .md files on Android and start Obsidian a homepage file of 0kb is opened and gets synced - to delete the homepage file on other devices.

Steps to reproduce

  1. Delete all .md files on android
  2. Delete all .md files in OneDrive in my case
  3. Start Obsidian on Android
  4. A new file as configured opens with the length of 0KB
  5. This file gets synced to the other devices and substitutes the files with the precious contents.

Obsidian info

Installed homepage plugin Installed some of the syncing tools (remotely save)

Obsidian version

2.4.2 (83) API v1.0.3

Checklist

mirnovov commented 1 year ago

It is intended behaviour to always create a new note if it doesn't exist, but I'll add a setting that disables that for use cases like yours.

merlinuwe commented 1 year ago

Thank you very much!