Run prettier on all *.md files

```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
Oliver Davies 2020-03-08 17:52:59 +00:00
parent a3ceeaf0f3
commit 85a10c545b
170 changed files with 5127 additions and 2282 deletions

View file

@ -1,23 +1,33 @@
---
title: Install and Configure the Nomensa Accessible Media Player in Drupal
date: 2012-07-14
excerpt: This week I released the first version of the Nomensa Accessible Media Player module for Drupal 7. Here's some instructions of how to install and configure it.
excerpt:
This week I released the first version of the Nomensa Accessible Media Player
module for Drupal 7. Here's some instructions of how to install and configure
it.
tags:
- accessibility
- drupal
- drupal-planet
- nomensa
---
This week I released the first version of the Nomensa Accessible Media Player module for Drupal 7. Here's some instructions of how to install and configure it.
*The official documentation for this module is now located at <https://www.drupal.org/node/2383447>. This post was accurate at the time of writing, whereas the documentation page will be kept up to date with any future changes.*
This week I released the first version of the Nomensa Accessible Media Player
module for Drupal 7. Here's some instructions of how to install and configure
it.
_The official documentation for this module is now located at
<https://www.drupal.org/node/2383447>. This post was accurate at the time of
writing, whereas the documentation page will be kept up to date with any future
changes._
## Initial configuration
### Download the Library
The library can be downloaded directly from GitHub, and should be placed within you *sites/all/libraries/nomensa_amp* directory.
The library can be downloaded directly from GitHub, and should be placed within
you _sites/all/libraries/nomensa_amp_ directory.
```language-bash
drush dl libraries nomensa_amp
git clone https://github.com/nomensa/Accessible-Media-Player sites/all/libraries/nomensa_amp
@ -28,7 +38,8 @@ drush en -y nomensa_amp
### Configure the Module
Configure the module at <em>admin/config/media/nomensa-amp</em> and enable the players that you want to use.
Configure the module at <em>admin/config/media/nomensa-amp</em> and enable the
players that you want to use.
## Adding videos
@ -48,11 +59,13 @@ Within your content add links to your videos. For example:
## Adding captions
The best way that I can suggest to do this is to use a File field to upload your captions file:
The best way that I can suggest to do this is to use a File field to upload your
captions file:
1. Add a File field to your content type;
1. On your page upload the captions file.
1. Right-click the uploaded file, copy the link location, and use this for the path to your captions file.
1. Right-click the uploaded file, copy the link location, and use this for the
path to your captions file.
For example: