francostellari/NppPlugins

[Take Notes] [Bug] Periods on the first line will break the file extension if `$firstline$` is used

ijre opened this issue · 3 comments

ijre commented

My file extension is "_note.txt"

Without any periods on the first line:
image

With periods (tested with just one period, problem persists):
image

Effect carries over to the real file name as well.

I believe this is due to the fact that it interpret the presence of the "." as a statement that you already added the extension that you wanted and thus it does not add the standard one.

I will fix it in the next release... when I have time.