Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This integration provides a set of global mappings, being able to get an overview of the Smart Checklist.

FieldDescription

SmartChecklist

The raw markdown value.

SmartChecklistCount

The number of lines on the Smart Checklist.

SmartChecklist.Progress

The progress of the Smart Checklist, percentage of items marked as done.

SmartChecklist.CheckedCount

The number of Smart Checklist items completed.

SmartChecklist.UncheckedCount

The number of Smart Checklist items not complete.

SmartChecklist.ItemCount

The number of Smart Checklist items.
Code Block
titleExpand to see the sample code
collapsetrue
Raw markdown: ${SmartChecklist}
Number of lines in the Smart Checklist: ${SmartChecklistCount}
Progress: ${SmartChecklist.Progress}%
Number of items completed: ${SmartChecklist.CheckedCount}
Number of items not completed: ${SmartChecklist.UncheckedCount}
Number of items in the Smart Checklist: ${SmartChecklist.ItemCount}

...

Let's use this integration to export data from Smart Checklist.

Image RemovedImage Added

  


The result of the following template:

Image RemovedImage Added

In order to get the same result on your generated document, check the template used:

Image RemovedImage Added

Info
titleNote

This integration gives the ability to customize the way how the Smart Checklist is displayed. 

You can define in your template which type of data you want to export:

  • Use your own checkbox;
  • Export only the checkable items;
  • Export all the information, with checkable and non-checkable values;

Otherwise, Xporter allows you to export the raw Smart Checklist markdown by using the mapping:

...