Page 1 of 1

Purge of manual notes?

PostPosted: Sat Sep 08, 2012 12:28 pm
by Tenshin
Hello,
How can I purge manual or all notes, not just the automatic ones?
And is there any way to see which players have automatic/manual notes in Player Summary or other tab, an icon or something, or to filter the players with notes on them, automatic or manual?
Or maybe a file I can delete that will remove all notes?
Thanks.

P.S. As a suggestion: I like to make explicit notes on players according on how a hand went down (e.g. [P] 3b {JJ} OOP [F] check/call on {A82r} [T] check/fold on {K}... in a single line so it's easier to distinguish between different hands and how villain played them); it will be nice and faster if when you click on pre, flop, turn, river buttons to NOT jump on the next row.

Re: Purge of manual notes?

PostPosted: Sat Sep 08, 2012 12:37 pm
by kraada
There isn't a built in method to purge all manual notes; the easiest way to do it is to log into the database via PGAdminIII (which is in Start -> All Programs -> PostgreSQL) and run the following query:

TRUNCATE TABLE notes;

There are plans to add more ways to see and work with notes on players but I do not know when that functionality will be ready.

The cursor jumping around is a known issue that will eventually be addressed.

Re: Purge of manual notes?

PostPosted: Sat Sep 08, 2012 2:04 pm
by Tenshin
Thank you for the fast reply, "TRUNCATE TABLE notes;" works perfect, and I'm glad to hear that new functionality for Note Tracker will come in the future!

highfalutin