Version: 4.3.90-0ubuntu1~karmic1~ppa1 (using Devel) OS: Linux Installed from: Compiled sources When opening the Popup Notes view, Kontact presents all notes as icons with the name text, which in most cases will be some kind of summary, below. Apparently these names are abbreviated to the first five characters which is in no way informative. Unfortunately this behavior is not changeable. I would suggest some kind of list view where the name is presented next to the icon.
Yes, I agree with Patrick. At least the layout of the icons should be improved to show the entire name of the note.
I agree too. When using many notes, it is very difficult to find the one you are looking for.
Git commit 117b867ea195ba7a4b71551944400796c97f9d89 by Montel Laurent. Committed on 16/10/2013 at 11:16. Pushed by mlaurent into branch 'master'. Fix Bug 223272 - Overview of knotes popus in kontac is very uninformative FIXED-IN: 4.12 M +2 -2 kontact/plugins/knotes/knotesiconview.cpp http://commits.kde.org/kdepim/117b867ea195ba7a4b71551944400796c97f9d89
It's necessary to abbreviated it but I increase maximum length to 40 characters. And I added a klineedit to search notes directly.