wedesoft / anymeal

AnyMeal is a free and open source recipe management software developed using SQLite3 and Qt5. It can manage a cookbook with more than 250,000 MealMaster recipes, thereby allowing to import, export, search, display, edit, and print them. AnyMeal is available for GNU/Linux and Microsoft Windows.
https://wedesoft.github.io/anymeal
GNU General Public License v3.0
56 stars 5 forks source link

Enhancement: Anymeal to remember last selected Encodings #37

Closed Oldbwl closed 11 months ago

Oldbwl commented 11 months ago

I have to select UTF-8 for both imports and exports every-time this function is required. I am importing lots of hand edited single recipes from selected large lists avail online. In a session I might import 20 or so times, on each import I have to select the Encoding, and it is always the same one. I know I could aggregate and save them for a single bulk import, but my work flow is better suited to importing and assessing the result for errors and mistakes before moving on to the next recipe.

If the program could carry an encoding setting - so that all imports and exports are held to one standard that would be great.

wedesoft commented 11 months ago

I did a simpler change, sorry ;) The import and export dialog in version 1.20 now remember the encoding setting until the program is exited. Hope that is sufficient.

Oldbwl commented 11 months ago

Perfect

On Sun, 1 Oct 2023, 21:38 Jan Wedekind, @.***> wrote:

I did a simpler change, sorry ;) The import and export dialog in version 1.20 now remember the encoding setting until the program is exited. Hope that is sufficient.

— Reply to this email directly, view it on GitHub https://github.com/wedesoft/anymeal/issues/37#issuecomment-1742194860, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABUNSCNCKLECNYOD2XWGKVLX5HIFVANCNFSM6AAAAAA5NYOB3M . You are receiving this because you authored the thread.Message ID: @.***>

Oldbwl commented 11 months ago

Thanks - now closed