Create the possibility to add a frontmatter property which specifies the export profile to be choosen for the current note.
This could be something like simple like:
ProfileExport: "Foundry_export"
to specify a single profile to use when the sidebar button is choosen. This would override the active profile and choose the one in the frontmatter.
Or it could be a more complex solution like this:
ProfileClipboard: "dirty"
ProfileHTML: "Players"
ProfileFoundry: "Foundry_export"
In this case 3 rendering steps would be necessary.
A List probably would be best and only one frontmatter propertie. Then each list item is triggered as an export with the appropriate profile.
Create the possibility to add a frontmatter property which specifies the export profile to be choosen for the current note.
This could be something like simple like:
ProfileExport: "Foundry_export"
to specify a single profile to use when the sidebar button is choosen. This would override the active profile and choose the one in the frontmatter.
Or it could be a more complex solution like this:
ProfileClipboard: "dirty"
ProfileHTML: "Players"
ProfileFoundry: "Foundry_export"
In this case 3 rendering steps would be necessary.
A List probably would be best and only one frontmatter propertie. Then each list item is triggered as an export with the appropriate profile.