close fullscreen
  • Always URL-encode any spaces, with %20
  • If the plus card having default content handed to it is a Pointer, you can add multiple items separated with URL-encoded newlines = %0A
  • "Link" view won't work with inclusions
  • To insert actual inclusion markup, URL-encode everything:
    { = %7B,  } = %7D, | = %7C, + = %2B, spaces = %20
  • If the default content has a link using double brackets, you have to URL-encode the brackets:
    [ = %5B, ] = %5D
    http://www.wagn.org/new/Recipe?_notes=see%20%5B%5BChilaqiles%5D%5D
  • Note that the form must use the implicit relative, i.e. {{+serves}}, not {{_self+serves}}.