Leo 6.6b1, master branch, build c1bddc3131
2021-11-28 04:31:32 -0600
on Kubuntu 20.04
Leo has a File->Save As Zipped menu entry. When I select this, the file selector menu selects files of type "Leo files (*.leojs).Another menu entry File->Save-File-As-Zipped shows "Leo files (*.db)".I think the menu entries and the underlying actions do not quite match up.
There is also Save-File-As-Zipped, which insists on *.db. I never tried to use these, but they are confusing!
That's good to hear. I find I would like these items to read "Save Outline as ..." instead of "Save File as ...". I usually think of "outlines" and "files" as being different things even though I know that a Leo outline is saved as a file. Operationally, though, a file that I would work on in Leo is an @file, @clean, etc. tree and not an outline. Seeing "Files" in those menu items confuses me.
With the latest devel version, I see you've removed the "File as" wording, thank you very much. I think that more improvement can be made, though.1. Save As XML would be better as Save as .leo (XML). Many users will not realize that a .leo file is an XML file.2. Save As Zipped is misleading because it does not produce a zip archive. Better: Save as .db (SQLLite).
3. Is there a difference between Save As... and Save to...? If so, Save To ... needs some wording to make it clear what it will do that's different.
4. Save As Zipped retains a lock on the saved file, such that the file can't be deleted (or, I speculate, moved) until Leo is closed.
1. Save As XML would be better as Save as .leo (XML). Many users will not realize that a .leo file is an XML file.2. Save As Zipped is misleading because it does not produce a zip archive. Better: Save as .db (SQLLite).
With the latest devel version, I see you've removed the "File as" wording, thank you very much. I think that more improvement can be made, though.1. Save As XML would be better as Save as .leo (XML). Many users will not realize that a .leo file is an XML file.2. Save As Zipped is misleading because it does not produce a zip archive. Better: Save as .db (SQLLite).Good suggestions.
3. Is there a difference between Save As... and Save to...? If so, Save To ... needs some wording to make it clear what it will do that's different."Save As" and "Save To" are different. I think the terminology is fairly widespread."Save As" saves the outline to a different name, and also changes the name of the outline to that new name so that a later "Save" will save the outline to the new name. "Save To" saves the outline to a different name, but leaves the name of the outline unchanged.I don't want to change the name of these menu items.
Minor correction: It should be SQLite. - See https://www.sqlite.org/
I re-read your explanation multiple time - but - failed to get the use case, when & why "Save To" is really needed :-(
Suggestion:In photoshop and other mainstream and popular software packages, this action is labeled as : "Save as Copy"
On Wed, Jan 12, 2022 at 2:52 PM Viktor Ransmayr <viktor....@gmail.com> wrote:Minor correction: It should be SQLite. - See https://www.sqlite.org/Fixed at rev c74db46 in devel.
Rev a4bb2a1 in devel now uses "Save A Copy" as the menu name, and puts "Save A Copy" just below "Save As".IMO this - and - the previous changes improve the readability of Leo's GUI file menu a lot. - Thanks a lot!