This file contains your list of Bonsai outlines and the global keyword list (list of keywords, their categories and associated icons - does not affect outline items with previously assigned keywords).
If you wish to keep the same keyword list on your Bonsai USB installation, you can either manually add the keywords using the View/Keyword List command, or you may merge the Bonsai config from your desktop to the USB installation. The merge procedure is for more advanced users; knowledge of XML document syntax will be helpful.
The configuration file for the desktop is stored in one of two places:
• The “Bonsai config for <HotSync User>.dat” for Palm users in the Hotsync DataDir (i.e. typical paths are C:\Users\<Username>\Documents\Palm OS Desktop\<HotSyncName>\NataraBonsai for Vista users or C:\Program Files\PalmOne\<HotSyncName>\NataraBonsai for Windows XP users)
• The “Bonsai config for Desktop Only Registration.dat” for the desktop only user in the AppData folder (i.e. default paths are “C:\Users\<Username>\AppData\Roaming\Natara” for Vista users or “C:\Document and Settings\<Username>\Application Data” for Windows XP users).
The keyword list should be merged with the configuration file in the same folder as the Bonsai application on the USB drive. You will likely have a “Bonsai config for Desktop Only Registration.dat” file in this directory and you want to copy the “keywords” section of the XML file into this existing configuration file.
1. Make a backup of the user config file you will be modifying.
2. Open the config file containing the keywords you wish to copy in a text editor such as notepad. You could also use a tool like the XML Notepad (a free Microsoft utility) which will be helpful if you are not knowledgeable in the XML document syntax.
3. Find and copy the Keyword element. In notepad, it should look something like:
<keywords generation="9">
<categories>
<category name="Unfiled" id="0" modified="1"/>
<category name="GTD" id="1" modified="1"/>
</categories>
<keyword name="@Home" category="GTD" icon="3153244"/>
<keyword name="@WORK" category="GTD" icon="3153244"/>
</keywords>
In XML Notepad, find the Bonsai-config/keywords element in the tree view and simply copy the keywords element.
4. Open the other config file and replace the keywords element with the version you copied in the previous step.
5. Save the file and verify Bonsai displays the keywords correctly for the user config file you modified.
While it is possible to do the same with the outline file list, it is generally best to populate the outline list using the Bonsai application and open each outline file using the File/Open menu. You can also drag and drop outline files from a Windows Explorer window to Bonsai to open the outlines. The main reason for this is the outline path may contain relative paths. For example in Bonsai Desktop, %DOCUMENTS% would be used in the outline filename to reference outlines under the "MY Documents" folder. For Bonsai for USB, %DOCUMENTS% references the Bonsai installation folder on the USB drive. Simply copying the outline entries may result in Bonsai not being able to find the outline file.
|