finale-lua / lua-scripts

A central repository for all Lua scripts for Finale.
https://finalelua.com
Creative Commons Zero v1.0 Universal
15 stars 14 forks source link

Four scripts finaleplugin.Notes update #739

Closed cv-on-hub closed 4 months ago

cv-on-hub commented 4 months ago

finaleplugin.Notes in these 4 scripts has been updated for better Markdown rendering and RTF display using utils.show_notes_dialog(). If they use config.get_user_settings() then derive script_name from general_library instead of literal string. Some other code amendments here and there.

rpatters1 commented 4 months ago

Rather than requiring a character value to be entered by number, you could display FCUI:CreateSymbolDialog to allow the user to choose it by the glyph. The key_modes_manage.lua script contains an example. This could be in addition to typing it in. I'm not going to hold up the merge for this, but it is something to consider for the future.

cv-on-hub commented 4 months ago

you could display FCUI:CreateSymbolDialog

Great idea. Will look into it.