keymanapp / keyman

Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
https://keyman.com/
Other
386 stars 107 forks source link

feat(developer): Add a "Notes" field property for Touch Layout Keys #8869

Open dyacob opened 1 year ago

dyacob commented 1 year ago

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

This feature request is made to benefit easy and local-ized documentation and serves the universal goals of developer documentation. This may also be analogous to commenting code at the line of code being documented.

Describe the solution you'd like

The KMD touch layout editor loads a panel of properties and their data on the right side of the application when a key is being edited. The implementation that I would like to see is for this panel to offer a "Notes" field that plain text can be entered into. The text would then be saved as a string in the json body as a "notes" attribute of the key object.

The developer could then record notes on why they defined the key the way that they did, etc. Useful for future reference when updates are made and for someone else trying to understand the work.

A feature like this is available in font editors, like FontLab where notes can be added to any symbol created in the font. This is highly useful for maintaining the font over the long term. Saving notes on a key is a natural analog.

Describe alternatives you've considered

Documentation recorded externally, which is a pain to locate later.

Related issues

No response

Keyman apps

Keyman version

No response

Operating system

No response

Device

No response

Target application

No response

Browser

No response

Keyboard name

No response

Keyboard version

No response

Language name

No response

Additional context

No response

mcdurdin commented 1 year ago

This is a nice idea; I've added it to our feature queue for 18.0; can't promise it will land there but we'll take a look!