Significantly improving the help system has been blocked on egui becoming part of public Talon. What features do we want to add to the help system once we can use egui?
Keep in mind that we are going to be able to use:
- more than one column
- collapsible elements
- horizontally laid out buttons
- multiple fonts
- different font sizes at different parts of a ui
- rich text
- popup menus
- scroll areas
- editable text fields
Some ideas:
- the ability to expand list/capture definitions
- some level of help support for captures
- a documentation comment format for commands
- leveraging action documentation strings
- replacing the current paging system with using scroll areas + page down/up commands
- ability to create more than one open help window
- more advanced help search support
- tutorials
Significantly improving the help system has been blocked on egui becoming part of public Talon. What features do we want to add to the help system once we can use egui?
Keep in mind that we are going to be able to use:
Some ideas: