Problem/Motivation
It would be nice to have a token with content first output so that it can be used in the site.
A use case is being able to send via ECA this data, so it can be used in custom workflows.
Proposed resolution
Create tokens for each view mode used for nodes, for each format: markdown and HTML.
Issue fork content_first-3536836
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
omarlopesinoComment #4
omarlopesinoFor the moment , the solution will only provide the content first as markdown. That is because HTML output is sanitized in tokens and markdown should be enough.
Comment #5
omarlopesinoMerged. I will create beta6 release with this.