Integrate document-format storage into the editor

This commit is contained in:
Dennis Kobert
2026-06-21 18:19:56 +02:00
parent 96d5a442b0
commit a43c661f14
20 changed files with 2787 additions and 66 deletions
@@ -42,8 +42,8 @@ pub(super) fn intercept_frontend_message(dispatcher: &mut DesktopWrapperMessageD
default_filename: name,
default_folder: folder,
filters: vec![FileFilter {
name: "Graphite".to_string(),
extensions: vec!["graphite".to_string()],
name: "Graphite Document".to_string(),
extensions: vec!["gdd".to_string()],
}],
context: SaveFileDialogContext::Document { document_id, content },
});