Ri0n / QtNote

Note-taking application written with Qt in mind and able to read tomboy notes
http://ri0n.github.io/QtNote
GNU General Public License v3.0
21 stars 5 forks source link

Tags #4

Open Ri0n opened 11 years ago

Ri0n commented 11 years ago

..an their weight

for example we have tag "hello" and tag "world" "hello" has weight 10, "world" - 20.

no we write 3 notes: 1) with tags "world", 2) with "hello" and 3) with "hello, world"

so in the settings or NoteManager we can choose preffered sorting by weight instead of by modify time.

so first first note will have weight 20 second - 10 and third 10+20 = 30

and resulting order will be: second, first, third.

default tag weight is 0 as usual marker. notes of the same weight should be sorted by modify time.