obsidiosaurus
obsidiosaurus copied to clipboard
Idea: Renaming files in obsidian leads to orphans in docusaurus
When renaming .md-files in obsidian and pushing them using obsidiosaurus, I get orphaned .md-files in docusaurus. Example after first push and before renaming and pushing again: Obsidian structure:
- docs
- hello-world.md
Docusaurus structure:
- docs
- hello-world.md
Example after renaming and pushing: Obsidian structure:
- docs
- hello-world-renamed.md
Docusaurus structure:
- docs
- hello-world.md
- hello-world-renamed.md
It would be great if orphaned files in docusaurus were prevented.
This is fixed and will be released in the next version