-
Notifications
You must be signed in to change notification settings - Fork 48
How to export your mind maps & incorporate it into the application
Amal Afroz Alam edited this page Jan 29, 2018
·
3 revisions
In Freemind, you need to export your mind map as a JSON file. To do this, you must use a script that allows for the export of mind maps into different formats.
Here is the script that we use: Gist Link
- Open Freemind
- Make sure you are on the right map you wish to export
- File > Export > Using XSLT....
- For "Choose XSL File," browse and select the script to export from Freemind to JSON.
- Choose the location and filename for the exported JSON file. Make sure that the destination filename ends with .json.
- Click export, and you are done.
Once you have exported your mins maps, make sure you can locate it.
- Locate your new JSON file.
- On your computer, navigate to the location of the Android Client repository.
- Open the repo, and navigate to the assets folder (or where the folder should be). This is as follows: android > app > src > main > assets (if it exists, otherwise, create assets).
- Rename your JSON file to the appropriate name: knowledge, famHist, patHist, physExam. Should end with .json, regardless of name
- Create a folder called "engines" in your assets folder.
- Drag your renamed JSON file into the engines folder, and replace existing files if necessary. You could also store the existing file there, by just renaming it as OLD-originalfilename.json.
If there are any job aids that need to be added, create a new folder in the assets folder called physicalExam_assets. Then add all job aids into that folder.