Skip to content

Instantly share code, notes, and snippets.

@bumper314
Created January 7, 2017 20:17
Show Gist options
  • Save bumper314/92aad0b315d3cdfe37779376078025a8 to your computer and use it in GitHub Desktop.
Save bumper314/92aad0b315d3cdfe37779376078025a8 to your computer and use it in GitHub Desktop.
Simple Sample Goalscape File
<project type="Goalscape" version="3.0">
<header>
<uid>38E15332-C074-EA7B-428C-762D2CB71C8A</uid>
<title>Simple Goal</title>
<selectedGoal>2</selectedGoal>
<centredGoal/>
<maxExpandedLevels>-1</maxExpandedLevels>
<gridData>0|0|0|0</gridData>
<persons/>
<tags/>
<preferences notesFontsize="14" projectViewType="0" notesExpanded="false" panelPercentWidth="27.77777777777778" enableStartDate="false" enableEndDate="true" disableAlarmClocks="false" enableFullColoring="false"/>
</header>
<goals>
<goal name="Main Goal" importance="100.00" progress="0.00" relativeFontSize="0" notesTabIndex="-1">
<goal name="Subgoal with Attachment" importance="50.00" progress="0.00" relativeFontSize="0" notesTabIndex="1">
<attachments>
<attachment uid="4A99E8C3-D778-0F9D-86A7-7188CDB66049" name="Screen Shot 2017-01-05 at 19.08.16.png" url="file:///Users/bump/Desktop/Screen%20Shot%202017-01-05%20at%2019.08.16.png" size="0.043234825134277344" date="Thu Jan 5 2017"/>
</attachments>
</goal>
<goal name="Subgoal with Notes" importance="50.00" progress="0.00" relativeFontSize="0" notesTabIndex="2">
<customNotes>
<customNote uid="7C3D6A3C-5844-3A02-3FB3-762CC5E91132" name="Named" index="0">
<notes><![CDATA[<HTML><BODY><P ALIGN="left"><FONT SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">Named notes?</FONT></P></BODY></HTML>]]></notes>
</customNote>
</customNotes>
<notes><![CDATA[<HTML><BODY><P ALIGN="left"><FONT SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">regular</FONT></P><P ALIGN="left"><FONT SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0"><B>bold</B></FONT></P><P ALIGN="left"><FONT SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0"><I>italic</I></FONT></P><P ALIGN="left"><FONT SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0"></FONT></P><P ALIGN="left"><FONT SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">list</FONT></P><UL><LI><FONT SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">a</FONT></LI><LI><FONT SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">b</FONT></LI><LI><FONT SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">c</FONT></LI></UL><P ALIGN="left"><FONT SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0"></FONT></P><P ALIGN="left"><FONT SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0"></FONT></P></BODY></HTML>]]></notes>
</goal>
</goal>
</goals>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment