Go to file
Luca Conte 5d90cffe84 make tabs more visible 2025-02-17 15:16:36 +01:00
controllers add help tab and some usability quirk 2025-02-17 15:14:10 +01:00
elements zooming-ish 2025-02-17 05:17:39 +01:00
icons lots of stuff honestly - basic baseline 2025-02-17 01:54:35 +01:00
README.md check off zoom 2025-02-17 15:07:02 +01:00
index.html add help tab and some usability quirk 2025-02-17 15:14:10 +01:00
menu.css make tabs more visible 2025-02-17 15:16:36 +01:00
style.css fix the zoom 2025-02-17 15:06:43 +01:00

README.md

Data Tools

Modular data conversion tools (for developers)

TODO:

  • zooming
  • fix zooming font size
  • controls explanation
  • typed values
  • implicit type conversion
  • explicit type converters (eg. number to text with specified precision)
  • connector error state when receiving invalid type or inconvertible value (eg. invalid base64 string)
  • color coding typed connectors (remove input/output color coding)
  • color code explanation
  • copy button for text boxes
  • connect and disconnect listeners for connectors
  • connector value caching
  • lock text box when an input is connected
  • cycle prevention detection
  • random number generator
  • url encoder / decoder
  • binary encoder (hex, binary)
  • module loader
  • md5 hasher
  • sha256 hasher
  • saving and loading configurations to local storage
  • saving and loading configurations to local file
  • presets fetaure
  • presets for all converters
  • preset for random number generator
  • array type
  • array splitters / concatinators
  • convert network to code