heyman / heynote

A dedicated scratchpad for developers
https://heynote.com
Other
3.86k stars 194 forks source link

Feature request: Show Help Information #184

Closed thomasbiddle closed 2 months ago

thomasbiddle commented 7 months ago

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. I am not deleting the original help information so that I can reference it easily. I'd like to get it out of the way, but have an easy way to pull it back up.

Describe the solution you'd like

Describe alternatives you've considered Don't think necessary; I like my solution

Additional context I'm speaking of this info:

image

Thomas101 commented 7 months ago

Mine is the same, I can't delete the first block for fear of never remembering how to create a new one! Maybe a button in the bottom bar or a right-click context menu would be helpful

simonratner commented 7 months ago

Additionally, the original block is static so doesn't update when shortcuts are added during version upgrade. Being able to pull up this list from the help menu would always have up to date shortcuts.

Similar would be useful for Math.js "sample block", as a quick reference for unit conversions for example.

kjk commented 2 months ago

FYI: I've implemented such functionality in my fork via several ways to get at help.

One is context menu:

image

There's also a Help button in status bar:

image

My fork: https://github.com/kjk/edna/issues, https://edna.arslexis.io/

heyman commented 2 months ago

This has been fixed by #242 which adds a dedicated documentation page. A link to this page has been added to Heynote's Help menu and it'll be included in the next release.