NotePlan / plugins

The main NotePlan repository, which contains the source code for all NotePlan plugins. If a release entry has been created, it will be available for installation from within NotePlan application.
MIT License
168 stars 58 forks source link

Templating: prompt text including commas does not work properly #392

Open dwertheimer opened 1 year ago

dwertheimer commented 1 year ago
<%- prompt('Growth_Duration','What is the growth duration? (d,w,M)') %>

I expect this to ask me "What is the growth duration? (d,w,M)" ...what I get is:

Screen Cap 2023-01-16 at 09 39 54@2x

seems there must be some string.splitting on commas going on that is not honoring the quote.

mikeerickson commented 1 year ago

Reproduced 2023-01-16 Issue added to np.Templating 2.0