Krita Comics Project Manager: Feature Suggestions šŸš€

Hello Krita team and community!

I’ve recently started using Krita’s Comics Project Management Tools (Comics Project Management Tools) for my university graduation project. First off, thank you for this incredibly useful plugin! I’m assuming it’s maintained by the core Krita team since it’s bundled with Krita itself—please correct me if I’m wrong and point me in the right direction!

Here are the key points I encountered:

  1. A ā€œClean Upā€ feature for physical files. I noticed that removing a page from the project list doesn’t delete the actual .kra file from my disk. These files can be very large, so a built-in way to find and remove these ā€œorphanedā€ files would be incredibly helpful for project hygiene.

  2. In-plugin notes field for pages. Currently, adding notes requires a trip to File → Document Properties. Having a quick and dedicated field for page-specific comments right inside the CPMT docker would feel much more integrated.

  3. Decouple the internal Page ID from a user-editable name. Currently, the automatically generated ā€œpage nameā€ acts as a unique internal ID. It would be great if this technical ID could be hidden from the main UI (and perhaps restricted to ASCII for compatibility). Then, we could have a separate, freely editable field for a ā€œPage Nameā€ or ā€œDisplay Nameā€ that is shown to the user in the list. This would make organizing and identifying pages much more intuitive.

  4. More direct export formats (PNG, JPG, WEBP, PSD). While the current export targets comic formats, directly exporting to common image formats and, crucially, PSD (a requirement for my school submission) would be a huge workflow booster.

  5. Persistent UI State and Settings.

    Currently, there are a couple of issues with the plugin’s UI state not being remembered:

    It would greatly improve the user experience if the plugin could remember its interface state, including the docker width and the thumbnail preview size, across sessions.

  6. ā€œOpen Projectā€ should remember the last directory. It would save a few clicks if the ā€œOpen Projectā€ dialog could start in the last folder I used, instead of resetting each time.

  7. Option to export a structured .kra file sequence. It would be incredibly useful to have an export option that can process and output the .kra files themselves. This would generate a clean, sequentially numbered set of .kra files in the export directory, reflecting the logical page order defined in the project.

    This is different from just copying files because it could leverage the plugin’s knowledge of the project structure. For example, it could:

    • Rename files to a consistent pattern (e.g., ProjectName_001.kra, ProjectName_002.kra).

    This feature would be a lifesaver for creating clean archives, preparing files for submission, or simply having a well-organized backup of the final page sequence. It bridges the gap between the plugin’s logical view and the physical file system in a very practical way.

Thank you for your time and for building such a powerful tool! These are just my thoughts as a new user diving into comic creation with Krita. I hope this feedback is helpful!

1 Like

Just as a side note: PSD support in Krita is very spotty and I can not recommend exporting to it ever if you can avoid it. There’s no guarantee that Krita features are compatible to PSD. There won’t ever be 100% compatibility to photoshop.

1 Like

I know, but this is a mandatory requirement from my school. I’m only using features that I’ve confirmed Krita can correctly export to PSD for this assignment. To be honest, I really don’t understand why the school has this requirement. Managing comic projects in Photoshop (without plugins) is extremely primitive, and aside from PS, other applications have poor support for PSD files. The school’s requirement essentially forces us into a dilemma. I just checked the documentation and found that Krita can export files from the command line. I’ve decided to manage this project manually for now and use a batch script to export the PNG and PSD files I need.