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

Feature request: Add Support for Decimal, Binary, and Hexadecimal Conversions with Type and Endianness Options #272

Open
alexjoedt opened this issue Oct 27, 2024 · 0 comments

Comments

@alexjoedt
Copy link

alexjoedt commented Oct 27, 2024

Have you searched existing Github issues to see if someone has already requested this feature?

Yes

Is your feature request related to a problem? Please describe.

Currently, Heynote supports only the conversion from hex to decimal and lacks support for other quick number conversions, which would enhance its functionality for users who use it for technical notes. This limitation is frustrating when trying to store conversions directly in notes without external tools.

Describe the solution you'd like

A feature to convert between decimal, binary, and hexadecimal formats within Heynote. This should include options for different integer types (int16, int32, int64) and endianness (little/big endian).

Describe alternatives you've considered

Using external conversion tools like Numi, but integrating this directly in Heynote would improve efficiency and user experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant