Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node format history and restore #26

Open
4 tasks
pleonex opened this issue Nov 16, 2023 · 0 comments
Open
4 tasks

Node format history and restore #26

pleonex opened this issue Nov 16, 2023 · 0 comments

Comments

@pleonex
Copy link
Member

pleonex commented Nov 16, 2023

Sometimes when converting a file we may choose the wrong converter, or we could be trying several. IF the output is not what we expect, we could want to restore the node to its original format (e.g. binary) and try with another converter.
We may also want to inspect its original binary content with the hex viewer even when it's already transformed.

Describe the solution you'd like to see.

  • Save the original format of each node so we have a reference after transforming. Do not dispose after transform
  • Add a setting value to configure the number of formats to keep so we can undo them
  • Implement restore/undo option (via context menu for instance)
  • Implement view original hex content (via context menu for instance)
@pleonex pleonex added this to the vNext milestone Nov 16, 2023
@pleonex pleonex modified the milestones: v0.1.0-alpha, v0.2.0-beta Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant