You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal:
A new context menu item when right-clicking on a file1, named something like "Overwrite with clipboard".
Clicking this, PasteIntoFile will look at the extension and name of the original file; delete that file; and write a new file based on your clipboard, with the old name and format.
My use case:
I make diagrams in powerpoint2, and extract them by pasting as an image. (They are then included in a latex document).
Often, I want to tweak a diagram afterwards. Currently, I have to paste the new image with a temporary filename (namely the default datetime); copy the filename of the previous version; delete that version; and rename the new image with the copied filename.
With an "overwrite file with clipboard" option in the context menu of the existing file, this would be reduced to one action.
currently, that context menu already contains "Copy file content" by PasteIntoImage ↩
yes, a dedicated vector editing program like Inkscape, with built-in export, would be more proper. But using PPT for editing the diagrams is easier atm. ↩
The text was updated successfully, but these errors were encountered:
Excellent proposal, in this case the dialog should probably never be shown (independent of the autosave setting), and the file be directly overwritten without the usual confirmation? Maybe it would be good to move the file to the recycle bin before overwriting, to prevent accidental data loss.
Proposal:
A new context menu item when right-clicking on a file1, named something like "Overwrite with clipboard".
Clicking this, PasteIntoFile will look at the extension and name of the original file; delete that file; and write a new file based on your clipboard, with the old name and format.
My use case:
I make diagrams in powerpoint2, and extract them by pasting as an image. (They are then included in a latex document).
Often, I want to tweak a diagram afterwards. Currently, I have to paste the new image with a temporary filename (namely the default datetime); copy the filename of the previous version; delete that version; and rename the new image with the copied filename.
With an "overwrite file with clipboard" option in the context menu of the existing file, this would be reduced to one action.
Related:
Footnotes
currently, that context menu already contains "Copy file content" by PasteIntoImage ↩
yes, a dedicated vector editing program like Inkscape, with built-in export, would be more proper. But using PPT for editing the diagrams is easier atm. ↩
The text was updated successfully, but these errors were encountered: