- Issue created by @VladimirAus
This module provides integration with <a href="https://shorthand.com/" target="_blank">Shorthand</a>, an application which describes itself as "beautifully simple storytelling". It connects your Shorthand account with Drupal and allows you to publish your stories on a Drupal website.
<h2>Drupal 8/9</h2>
<h3>Installation</h3>
<ul>
<li>Install Drupal module.</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Login to <a href="https://shorthand.com/signin">shorthand account</a> and <a href="https://support.shorthand.com/en/articles/62-programmatic-publishing-with-the-shorthand-api">generate API key</a>.</li>
<li>Create a new input format that supports HTML, or if use existing one.</li>
<li>Visit configuration page at `/admin/config/content/shorthand` to add API key and other settings.</li>
</ul>
<h3>Usage</h3>
<ul>
<li>Go to `Content > Shorthand` tab and add a Shorthand Story</li>
</ul>
The Story content will be added to the body of the entity, which by default displays together with Name and Author when visiting the Story page.
You may want to alter the Display settings to hide the Title and the Author, as well as alter the page display for shorthand stories in order to hide everything but the story content itself. i.e. by changing the `page.html.twig` file, or through the Context contrib module creating a context for the stories pages.
There are several ways to display the story as a full page, just use the one who best suits you.
<h2>Drupal 7</h2>
<h3>Dependencies</h3>
<ul>
<li><a href="https://www.drupal.org/project/entity">Entity API</a></li>
<li><a href="https://www.drupal.org/project/jquery_update">JQuery Update</a></li>
</ul>
<h3>Installation</h3>
Install as any other Drupal module
<ul>
<li>Go to `admin/config/services/shorthand` and enter your User ID and API Token</li>
<li>Go to `node/add` and add a Shorthand Story</li>
</ul>
You may customise the provided `html--shorthand-story.tpl.php` and `node--shorthand-story-node.tpl.php` template files
Active
4.0
Documentation