2017 © Pedro Peláez
 

silverstripe-module silverstripe-markdown-docs

Backend markdown document viewer.

image

level51/silverstripe-markdown-docs

Backend markdown document viewer.

  • Sunday, June 10, 2018
  • by JZubero
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Markdown Docs

Provides a simple readonly markdown document viewer in the backend., (*1)

Markdown Docs Demp Screenshot, (*2)

Features

  • Renders markdown documents with the power of Parsedown
  • Permission system integration to control who can view the documents
  • Config API integration

Installation

composer install level51/silverstripe-markdown-docs, (*3)

Config

# config.yml
MarkdownDocs:
  transform_names: true # e.g. CHANGELOG --> Changelog (default: true)
  docs:
    - CHANGELOG.md
    - manual:
        name: User Manual
        path: 'my-module/docs/en/backend-user-manual.md' # Path from site root

The member needs to have the CMS_ACCESS_MarkdownDocs permission (see "CMS Access" permission category) to view the documents., (*4)

Maintainer

The Versions

10/06 2018

dev-master

9999999-dev

Backend markdown document viewer.

  Sources   Download

MIT

The Requires

 

by Julian Scheuchenzuber

markdown silverstripe

10/06 2018

0.1.1

0.1.1.0

Backend markdown document viewer.

  Sources   Download

MIT

The Requires

 

by Julian Scheuchenzuber

markdown silverstripe

09/06 2018

dev-develop

dev-develop

Backend markdown document viewer.

  Sources   Download

MIT

The Requires

 

by Julian Scheuchenzuber

markdown silverstripe

09/06 2018

0.1.0

0.1.0.0

Backend markdown document viewer.

  Sources   Download

MIT

The Requires

 

by Julian Scheuchenzuber

markdown silverstripe