excalidraw / excalidraw-desktop

An Electron wrapper for Excalidraw (Deprecated)

Home Page:https://excalidraw.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resave files to the same destination

qimingweng opened this issue · comments

When you load a .excalidraw file, and then make some changes, and then save again, it should save to the same file, rather than save as a new file and force you to rename it.

commented

Most likely this will be solved in the core app: excalidraw/excalidraw#1709

When your browser supports the Native File System API, then yes, this will be fixed with excalidraw/excalidraw#1709.

And by "your browser" we mean when we upgrade to Electron 9 which ships with chrome 83. #172