So, the Knotes conduit in Kpilot doesn’t work for me, and several others. After talking with Adriaan de Groot for a while yesterday, I’ve come to the following conclusions:
- Knotes is not the right application to be syncing a Palm’s memos with. It doesn’t know anything about categories, etc.
- KJots is close, but that’s still not right either.
- There is no correct memo editor for KDE yet, that is designed to cater to the things that a Palm’s MemoDB provides.
So, after discussing these with Adriaan, I’m going to break out my coding lederhosen and create a Directory/Filesystem-based memofile conduit for KPilot so that I can start syncing my notes again. =:) My goals:
- Understand enough about KPilot’s internals to be dangerous.
- Understand enough about gnome-pilot-conduits’ memofile to be dangerous.
- Port/recode gnome-pilot-conduits’ memofile to a KPilot conduit.
- Look at the design of the new MemofileConduit after it’s working in KPilot and see if redesign/cleanup is needed.
Progress:
– I now have a displaying/functioning-but-not-doing-anything-useful-yet Memofile conduit in my local KPilot code. =:)