Twoje komentarze

Thanks for your opinion and welcome to the forum! I agree that spell checking is an important feature. However for some reason it is not in the top 10 regarding user votes. If users vote for it more actively, and it gets to top 10 requested features, we will certainly consider it for one of the upcoming versions!
SQLite does support user-defined functions, but it seems that SQLite doesn't support functional indices. However it does support custom collations, and this is what should be used here. Still I think it will be much slower than the Unicode  collation that is used now.

So let's wait till this suggestion gets some votes first :)
Thanks for the clarification, Thomas!
I think there's a reason why this is an option: "natural" sorting requires extra processing and is slower than the default sorting. If you don't need natural sorting, why should you pay with performance for it?
Hm, what part does the Title field exactly play here? Why is it important?
Thanks for the suggestion, Chris! Do you think this should be an option, or that CN should just silently switch to natural sorting for titles?
You can use F3 now in the preview to find the needed location, and only then open the editor. It will open at the needed place. Does this fit the bill?
Wow, that's intersting, thanks. Could you please send me a screenshot of the bug to support@cintanotes.com? Thanks!
Thanks for the comment Gunars. Relative links would be easy to handle I think. It's Javascript links like "onclick="javascript:navigateToPage2();" that will be a real pain, probably even not worth trying..