<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Creating .keynotes file in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Creating-keynotes-file/m-p/223118#M28569</link>
    <description>&lt;BLOCKQUOTE&gt;laz89 wrote:&lt;BR /&gt;Hi,&lt;BR /&gt;
I know that cadimage keynotes has some default keynotes which can be imported from the extras file in archicad 20. How do you actually create a .keynotes file type? and what do you use to open it with?&lt;BR /&gt;
Or is it best to just manipulate the one created by archicad?&lt;/BLOCKQUOTE&gt;
The method for creating a .keynotes file depends on what you you want it for. If you're just setting up a new list of keynotes, it's best to simply create them with Keynotes (in ARCHICAD). You can then export that as a .keynotes file.&lt;BR /&gt;
&lt;BR /&gt;
If you have an existing list of keynotes in some other format, you can import them into Keynotes as .txt or .csv (tab or comma-delimited data) and then re-export as .keynotes.&lt;BR /&gt;
&lt;BR /&gt;
Otherwise, if you want to create a .keynotes file from a database or similar source, the content is simply an XML file that can be created/edited with any text editor. The basic structure (listing 2 keynotes) looks like this:&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt;
&amp;lt;keynotesAttributes&amp;gt;
	&amp;lt;keynoteDatabase&amp;gt;
		&amp;lt;records&amp;gt;
			&amp;lt;keynote key="40DCB7BA-400F-42FC-AA8D-560C55047EBD" edit="2015-06-10T20:22:45+12:00"&amp;gt;
				&amp;lt;name&amp;gt;2&amp;lt;/name&amp;gt;
				&amp;lt;title&amp;gt;Site&amp;lt;/title&amp;gt;
			&amp;lt;/keynote&amp;gt;
			&amp;lt;keynote key="2F5E1ACD-F3C0-4F88-B06B-6E4B43D1AECC" edit="2015-06-10T20:22:45+12:00"&amp;gt;
				&amp;lt;name&amp;gt;2.04&amp;lt;/name&amp;gt;
				&amp;lt;parent&amp;gt;40DCB7BA-400F-42FC-AA8D-560C55047EBD&amp;lt;/parent&amp;gt;
				&amp;lt;title&amp;gt;The keynote title goes here&amp;lt;/title&amp;gt;
				&amp;lt;description&amp;gt;The longer keynote description goes here&amp;lt;/description&amp;gt;
				&amp;lt;reference&amp;gt;1234&amp;lt;/reference&amp;gt;
			&amp;lt;/keynote&amp;gt;
		&amp;lt;/records&amp;gt;
	&amp;lt;/keynoteDatabase&amp;gt;
&amp;lt;/keynotesAttributes&amp;gt;&lt;/PRE&gt;

Every keynote is contained within the following tags:&lt;PRE&gt;			&amp;lt;keynote key="2F5E1ACD-F3C0-4F88-B06B-6E4B43D1AECC" edit="2015-06-10T20:22:45+12:00"&amp;gt;
			&amp;lt;/keynote&amp;gt;&lt;/PRE&gt;
The &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;key&lt;E&gt;&lt;/E&gt; is a guid (a unique ID) and &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;edit&lt;E&gt;&lt;/E&gt; is the last date/time the keynote was edited. The other tags within the keynote are:&lt;UL&gt;&lt;LI&gt;- name: The ID or clause number&lt;BR /&gt;
- parent: The guid of the parent keynote (for keynotes arranged in a hierarchy)&lt;BR /&gt;
- title: The short title of the keynote&lt;BR /&gt;
- description: A longer description for the clause (optional)&lt;BR /&gt;
- reference: A spec reference (optional - only used by some databases)&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 29 Aug 2017 12:48:59 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2017-08-29T12:48:59Z</dc:date>
    <item>
      <title>Creating .keynotes file</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Creating-keynotes-file/m-p/223117#M28568</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I know that cadimage keynotes has some default keynotes which can be imported from the extras file in archicad 20. How do you actually create a .keynotes file type? and what do you use to open it with?&lt;BR /&gt;
&lt;BR /&gt;
Or is it best to just manipulate the one created by archicad?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Aug 2017 21:30:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Creating-keynotes-file/m-p/223117#M28568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-22T21:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating .keynotes file</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Creating-keynotes-file/m-p/223118#M28569</link>
      <description>&lt;BLOCKQUOTE&gt;laz89 wrote:&lt;BR /&gt;Hi,&lt;BR /&gt;
I know that cadimage keynotes has some default keynotes which can be imported from the extras file in archicad 20. How do you actually create a .keynotes file type? and what do you use to open it with?&lt;BR /&gt;
Or is it best to just manipulate the one created by archicad?&lt;/BLOCKQUOTE&gt;
The method for creating a .keynotes file depends on what you you want it for. If you're just setting up a new list of keynotes, it's best to simply create them with Keynotes (in ARCHICAD). You can then export that as a .keynotes file.&lt;BR /&gt;
&lt;BR /&gt;
If you have an existing list of keynotes in some other format, you can import them into Keynotes as .txt or .csv (tab or comma-delimited data) and then re-export as .keynotes.&lt;BR /&gt;
&lt;BR /&gt;
Otherwise, if you want to create a .keynotes file from a database or similar source, the content is simply an XML file that can be created/edited with any text editor. The basic structure (listing 2 keynotes) looks like this:&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt;
&amp;lt;keynotesAttributes&amp;gt;
	&amp;lt;keynoteDatabase&amp;gt;
		&amp;lt;records&amp;gt;
			&amp;lt;keynote key="40DCB7BA-400F-42FC-AA8D-560C55047EBD" edit="2015-06-10T20:22:45+12:00"&amp;gt;
				&amp;lt;name&amp;gt;2&amp;lt;/name&amp;gt;
				&amp;lt;title&amp;gt;Site&amp;lt;/title&amp;gt;
			&amp;lt;/keynote&amp;gt;
			&amp;lt;keynote key="2F5E1ACD-F3C0-4F88-B06B-6E4B43D1AECC" edit="2015-06-10T20:22:45+12:00"&amp;gt;
				&amp;lt;name&amp;gt;2.04&amp;lt;/name&amp;gt;
				&amp;lt;parent&amp;gt;40DCB7BA-400F-42FC-AA8D-560C55047EBD&amp;lt;/parent&amp;gt;
				&amp;lt;title&amp;gt;The keynote title goes here&amp;lt;/title&amp;gt;
				&amp;lt;description&amp;gt;The longer keynote description goes here&amp;lt;/description&amp;gt;
				&amp;lt;reference&amp;gt;1234&amp;lt;/reference&amp;gt;
			&amp;lt;/keynote&amp;gt;
		&amp;lt;/records&amp;gt;
	&amp;lt;/keynoteDatabase&amp;gt;
&amp;lt;/keynotesAttributes&amp;gt;&lt;/PRE&gt;

Every keynote is contained within the following tags:&lt;PRE&gt;			&amp;lt;keynote key="2F5E1ACD-F3C0-4F88-B06B-6E4B43D1AECC" edit="2015-06-10T20:22:45+12:00"&amp;gt;
			&amp;lt;/keynote&amp;gt;&lt;/PRE&gt;
The &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;key&lt;E&gt;&lt;/E&gt; is a guid (a unique ID) and &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;edit&lt;E&gt;&lt;/E&gt; is the last date/time the keynote was edited. The other tags within the keynote are:&lt;UL&gt;&lt;LI&gt;- name: The ID or clause number&lt;BR /&gt;
- parent: The guid of the parent keynote (for keynotes arranged in a hierarchy)&lt;BR /&gt;
- title: The short title of the keynote&lt;BR /&gt;
- description: A longer description for the clause (optional)&lt;BR /&gt;
- reference: A spec reference (optional - only used by some databases)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:48:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Creating-keynotes-file/m-p/223118#M28569</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2017-08-29T12:48:59Z</dc:date>
    </item>
  </channel>
</rss>

