On Mar 14, 2013, at 4:54, Rick Ertl wrote:

> Based on the instructions in the Wiki, I have been working to try and get a 
> custom notes exports template, but I guess I just don't get the syntax enough 
> to achieve what I want.
> 
> I want to group the notes by page and have each note (all types) in an 
> unordered list. No need to display the note type. I can't figure out how to 
> do the grouping.
> 
> Example:
> 
> Page 1:
> 
> • Note blah blah 1
> 
> • Note blah blah 2
> 
> • Note blah blah 3
> 
> 
> 
> Page 2:
> 
> • Note blah blah 1
> 
> • Note blah blah 2
> 
> 
> 
> Any help out there?
> 
> Thanks in advance.
> 


It's not documented on the Wiki, but the page objects have an "notes" 
collection key to get to the notes (this is really a property from AppleScript 
support, but it also works for templates). So you could do something like:

<$pages>
Page <$page.label/>:
<$notes>
subtemplate for note
</$notes>
</$pages>


Christiaan


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to