ReturnNoteList

ReturnNoteList accepts the following arguments and syntax (and is not too forgiving yet!):

ReturnNoteList(sort, owner, format)

sort is a frame

{
order: symbol,
criteria: symbol
}

owner is the application that owns the notes you want to return. This is a NPDS-specific slot and is currently only non-existent or equal to the symbol '|pHTML:MAVON| . All you need to know to use this slot is:

Value

Notes Returned

NIL

Notes Written By You

'|pHTML:MAVON|

Notes Posted From The Web

'all

Both Classes of Note

format is a symbol that specifies the formatting of the HTML note list you create using ReturnNoteList()

Value

Format

'list

Notes Titles Returned As Unordered List

'table

Notes Titles Returned In a Table

Source