What is the format of Notebook's Import URLs??
We encourage you to take advantage of Notebook's task import features by utilizing Notebook's special URL scheme. When users click on a Notebook Import URL on their iPhone/iPod touch, Notebook will be launched and the user will be prompted to import the specified note directly into Notebook.
Basic Format:
appigonotebook:///import?
Sending App ID: Reverse DNS Format, eg. "com.example.xyzapp"
Required Parameters:
name=
Example: "name=Some%20ideas%20to%20remember"
Optional Parameters:
text=
Example: "text=Brush%20your%20teeth%20after%20meals%0ATake%20a%20shower%20every%20day"
Example (must be all one-line):
appigonotebook://com.example.xyzapp/import?name=Some%20ideas%20to%20remember&text=Brush%20your%20teeth%20after%20meals%0ATake%20a%20shower%20every%20day



