-
Notifications
You must be signed in to change notification settings - Fork 7
/
layout.xml.mustache
33 lines (33 loc) · 1.03 KB
/
layout.xml.mustache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE plist PUBLIC '-//Apple//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'>
<plist version='1.0'>
<dict>
<key>Creation Date</key>
<date>{{ date }}</date>
<key>Creator</key>
<dict>
<key>Device Agent</key>
<string>Emacs</string>
<key>Generation Date</key>
<date>{{ date }}</date>
<key>Host Name</key>
<string>Emacs</string>
<key>OS Agent</key>
<string>{{ os }}</string>
<key>Software Agent</key>
<string>{{ software-agent }}</string>
</dict>
<key>Entry Text</key>
<string>{{ note }}</string>
<key>Starred</key>
<false/>
<key>Tags</key>
<array>
{{& tag-values }}
</array>
<key>Time Zone</key>
<string>{{ timezone }}</string>
<key>UUID</key>
<string>{{ uuid }}</string>
</dict>
</plist>