kiwix/kiwix-desktop

Reorganise "Save as..." to save article

Open

#1,433 opened on Dec 17, 2025

 (1 comment) (0 reactions) (0 assignees)C++ (174 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,391 stars)
PR merge metrics
 (PR metrics pending)

Description

Today the "Save as..." is available topbar menu:

and in right-click context menu

This has many problems:

  • We can not save as .mhtml
  • The contextual menu part comes in conflict with saving a resources (images, videos, ...)

We should:

  • Keep only the topbar menu
  • In the dialog we should be able to choose the .mhtml format (at the top bottom selector of the file picker) amd save in .mhtml

Contributor guide