joethei / obsidian-key-promoter

Learn keyboard shortcuts by showing them when using the mouse
MIT License
37 stars 2 forks source link

bug: No newline between each command for "Export Hotkeys" in Windows #13

Open ajitzero opened 7 months ago

ajitzero commented 7 months ago

As in title.

Screenshot:

image

claremacrae commented 3 months ago

The manual fix for this is to go to the plugin's settings and add a newline at the end of the template text.

claremacrae commented 3 months ago

You have to delete the first exported file though, as it refuses to overwrite an existing export.

AlanEdd commented 3 months ago

Oh yes, I was editing it in the main.js file. 🤦‍♀ Looks nice now to print! I have backticks to style the shortcuts. "{{hotkey}} {{commandName}}\n"

image