obsidiosaurus icon indicating copy to clipboard operation
obsidiosaurus copied to clipboard

Idea: Renaming files in obsidian leads to orphans in docusaurus

Open jp-performance opened this issue 1 year ago • 1 comments

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.

jp-performance avatar Nov 26 '23 16:11 jp-performance

This is fixed and will be released in the next version

Mat4m0 avatar Nov 30 '23 07:11 Mat4m0