Nando Florestan
Nando Florestan
Here's a +1 so you guys are encouraged to treat this issue as more of a priority...
Differently from some here, I do not want any error catching at all. In my application, I would prefer the entire page to crash if anything goes wrong. In fact,...
This is the single most important usability issue in the grid and, since nobody ever does anything about it, we are probably switching to another product!
By the way, this is happening when running Protoplug in Reaper. Can anyone help?
This is the last time I am asking for help on this in 2021.
I am probably just an idiot, but I would offer these ideas: 1. Only widgets that receive keyboard input directly (such as buttons, text boxes, checkboxes) should have a Tab...
Thank you for being so thoughtful. novelWriter is a joy to work with and I dream of making a video to show how I use it. The most important places...
By the way, the m-dash is currently counted as a word. It shouldn't — since the n-dash and the narrow dash are not counted. All punctuation must not be counted...
Sorry for the noise. I have been using [u2015 "Horizontal bar"](https://unicodeplus.com/U+2015). Its description is: used to introduce quoted text in some typographic styles; “quotation dash”. On my screen it looks...
Please don't worry about dashes anymore! For anyone else reading, the following command replaces u2015 with u2014 em-dashes in 2 directories: sed -i 's/―/—/g' content/* planning/* I shouldn't have said...