Inline properties and reuse of property values, basic implementation

  • Macros don’t support some special characters.
    • That includes brackets and commas.
  • Attributes data-link and data-link-target are for adding brackets automatically.
    • But they do it to the whole value, not to part of it.
      • In theory, your property datetime:: should break into two properties:
        • date::
        • time::
  • I don’t see any easy workaround.
    • Should probably create a dedicated {{datetime}} macro.
      • That way would also avoid typing /today /current time
      • Synthesis allows for {{evalonce date and time}} (or a shorter form)
        • Adding the property is not yet covered in the tutorials.