Quote:
Originally Posted by DaltonST
Okay. See the testing .zip attached.
I was just about to release it (without these last tweaks) when you posted your error. The release notes were:
Notes Viewer: Search Results are converted from HTML and Markdown to Plain text before being "snipped" to less than 100 characters, including spaces. The removal of the markup tags makes sorting by Snippets useful.
Your file url error was caused by Qt creating QUrls differently based on whether there is a grammatical ' or not. If there is, it surrounds the url with double quotes. If there is not, which is what I had previously tested ad nauseam, it surrounds the url with single quotes. NV handled the latter case, but not the former, causing a bad path error in Windows. As I mentioned earlier, it was the Banker's single quote that broke it, because Qt used double quotes instead of single quotes.
Maybe you will find some really good new combinations that will be tested.
|
All good
I won't be looking for any new combinations, good or bad
BR