- Issue created by @VladimirAus
- 🇦🇺Australia VladimirAus Brisbane, Australia
- Updated description
- Updated MD file
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 <code>/admin/config/content/shorthand
to add API key and other settings.
Content > Shorthand
tab and add a Shorthand StoryThe 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.
Install as any other Drupal module
admin/config/services/shorthand
and enter your User ID and API Tokennode/add
and add a Shorthand StoryYou may customise the provided html--shorthand-story.tpl.php
and node--shorthand-story-node.tpl.php
template files
Active
4.0
Documentation