antoineart329 downloadsDuplicate a file from the tab or file-explorer right-click menu. Creates a -copy file next to the original and opens it.
Duplicate a Markdown file from the tab header menu or the file explorer context menu.
-copy file next to the original with the same content-copy2, -copy3, etc.)main.js and manifest.json from the latest release.obsidian/plugins/tab-duplicate/ in your vaultRight-click any tab or file and choose Duplicate file. A copy is created next to the original and opened automatically.
Community plugins are submitted through the Obsidian Community developer dashboard, not via pull requests to obsidian-releases.
Release flow:
version in manifest.json and package.jsonmaingit tag 1.x.x && git push origin 1.x.xBefore tagging, run npm run lint locally.
MIT